1. 9c740e8 setting the version to 7.1.0 by Lee Thomason · 6 years ago
  2. 5bf58f0 Merge pull request #753 from orbitcowboy/master by Lee Thomason · 6 years ago
  3. effdf95 add test cases by Lee Thomason · 6 years ago
  4. c36d59f Merge branch 'master' of git://github.com/cugone/tinyxml2 into cugone-master by Lee Thomason · 6 years ago
  5. 1675bec Merge pull request #743 from deduktionstheorem/master by Lee Thomason · 6 years ago
  6. c341cea add missing uint64_t methods to XMLPrinter by aaronkirkham07@gmail.com · 6 years ago
  7. 710a332 Fixed -Wold-style-cast warnings from g++. by orbitcowboy · 6 years ago
  8. 47e229e Forgot Text and XMLElement versions; by cugone · 6 years ago
  9. 75a5acc UnsignedInt64 support by cugone · 6 years ago
  10. e1b3013 Issue 742: allow intermittent calls of XMLPrinter::ClearBuffer by Stephan Friedrichs · 6 years ago
  11. 0e7f289 Improved const correctness of local variables. There are no functional changes intended. by orbitcowboy · 7 years ago
  12. de6d164 fix export issue and cmake. version to 7.0.1 by Lee Thomason · 7 years ago
  13. 397f225 setting the version to 7.0.0 by Lee Thomason · 7 years ago
  14. 65c1b86 Correct assigment interface for StrPair by Bo Rydberg · 7 years ago
  15. 2cc8a4c Added explicit-keyword to constructors having 1 argument. by orbitcowboy · 7 years ago
  16. c07409b remove virtual call in destruction by Lee Thomason · 7 years ago
  17. 22b21ec Fixed typos in comments. There are no functional changes intended. by orbitcowboy · 7 years ago
  18. 93a8fb1 Merge branch 'issue647' by Lee Thomason · 7 years ago
  19. 92fc089 remove deprecated errors. next version will be major. by Lee Thomason · 7 years ago
  20. 2bdb13a Merge pull request #686 from leethomason/issue647 by Lee Thomason · 7 years ago
  21. fc80df3 fix query return type by Lee Thomason · 7 years ago
  22. 70d942e remove dead yet conflicting method by Lee Thomason · 7 years ago
  23. c1424ee setting the version to 6.2.0 by Lee Thomason · 7 years ago
  24. f928c35 clean up the depth tracking a bit by Lee Thomason · 7 years ago
  25. d946dda upgrade to vs2017. fix stack overflow attack. by Lee Thomason · 7 years ago
  26. 5068991 rename DEBUG define to TINYXML2_DEBUG by Peter Matula · 8 years ago
  27. 703f91e Merge pull request #643 from leethomason/querystring by Lee Thomason · 8 years ago
  28. f26a547 sync the version by Lee Thomason · 8 years ago
  29. 28f9a48 Merge branch 'master' into querystring by Lee Thomason · 8 years ago
  30. f6dc9be merge master by Lee Thomason · 8 years ago
  31. 5b00e06 add query string method by Lee Thomason · 8 years ago
  32. bd19787 write the version number as a macro by Lee Thomason · 8 years ago
  33. 8c8293b setting the version to 6.0.0 by Lee Thomason · 8 years ago
  34. d548b7e Merge branch 'master' into errorstr by Lee Thomason · 8 years ago
  35. b2e08e4 XMLPrinter optimization by Alexander Golubev · 9 years ago
  36. d556e6d Merge branch 'master' into errorstr by Lee Thomason · 8 years ago
  37. f49b965 fix up error system issues by Lee Thomason · 8 years ago
  38. aa18839 Error string re-work by Lee Thomason · 8 years ago
  39. 7f0f754 Code cleanup to pass gcc -Weffc++ warnings by Thierry Lelegard · 8 years ago
  40. 87cd4e0 Add 'const' on XMLDocument::DeepCopy. This make us copy const by Shuichiro Suzuki · 8 years ago
  41. effab6f Better variable name by Dmitry-Me · 8 years ago
  42. 37bc3ac upping the version to 5.0.1 to fix release vs. source problem by Lee Thomason · 8 years ago
  43. 8c9e313 remove error string inline. hopefully helps with odd linking issues by Lee Thomason · 8 years ago
  44. 8bba8b4 mark unused enums by Lee Thomason · 8 years ago
  45. 3f63f21 Better parameter name by Dmitry-Me · 8 years ago
  46. bc52755 Merge pull request #558 from leethomason/clone by Lee Thomason · 8 years ago
  47. c2f677b Unlinked nodes assertions by Dmitry-Me · 8 years ago
  48. 1346a17 tweak comments. fix copy to self case. by Lee Thomason · 8 years ago
  49. 1bbc66b Merge branch 'master' into clone by Lee Thomason · 8 years ago
  50. b754ddf address feedback from review by Lee Thomason · 8 years ago
  51. 816d3fa Fix string leaking (and destructors not getting called) when there are XMLNodes that aren't in the document tree by Lee Thomason · 8 years ago
  52. 53858b4 minor formatting fix and very strange memory tracker missing by Lee Thomason · 8 years ago
  53. a30f8bd Merge remote-tracking branch 'origin/master' into clone by Lee Thomason · 8 years ago
  54. b29f556 comment by Lee Thomason · 8 years ago
  55. 7085f00 deep copy and clone by Lee Thomason · 8 years ago
  56. 33a1f8b Merge pull request #552 from Dmitry-Me/ensureNoOverrunBeforeCopy by Lee Thomason · 8 years ago
  57. 243ddf5 Ensure no overrun before copying by Dmitry-Me · 8 years ago
  58. 10b8ecc Clarify variable names by Dmitry-Me · 8 years ago
  59. e503563 Fully use enum by Dmitry-Me · 8 years ago
  60. ae8a82a Clearer variable name by Dmitry-Me · 8 years ago
  61. 92c0ef3 Merge pull request #527 from Dmitry-Me/reuseNodesCreationCode by Lee Thomason · 8 years ago
  62. 2aebfb7 Extract and reuse nodes creation code by Dmitry-Me · 8 years ago
  63. b37cb42 Merge pull request #513 from leethomason/bool-write by Lee Thomason · 8 years ago
  64. d120d64 Initialize member variable by Dmitry-Me · 9 years ago
  65. c5c99c2 tweaks to bool serialization by Lee Thomason · 9 years ago
  66. f458d26 fix const. hopefully. by Lee Thomason · 9 years ago
  67. ce667c9 ability to set bool write values by Lee Thomason · 9 years ago
  68. e90e901 tweaks, clarification to line numbers by Lee Thomason · 9 years ago
  69. 19d8ea8 CodeReview Fix: GetLineNum()? by kezenator · 9 years ago
  70. 4f75616 CodeReview Fix: The non-const reference syntax isn't used in the codebase. Should be a pointer. by kezenator · 9 years ago
  71. 2489afc Merge branch 'master' of https://github.com/leethomason/tinyxml2 by kezenator · 9 years ago
  72. ec69415 Added line number reporting to parse errors and to all nodes and attributes for parsed documents. by kezenator · 9 years ago
  73. 156bc1b Merge pull request #502 from Dmitry-Me/reuseClearError by Lee Thomason · 9 years ago
  74. 5a70071 Added static method to convert arbitrary ErrorID to a string. by kezenator · 9 years ago
  75. 0d2cef0 Reuse code for error clearing by Dmitry-Me · 9 years ago
  76. a60caa2 Reuse attribute creation code by Dmitry-Me · 9 years ago
  77. ebb1660 Unify null pointer checks by Dmitry-Me · 9 years ago
  78. 13cbc9a add test files. fix doc. by Lee Thomason · 9 years ago
  79. c9a6102 Merge branch 'master' of git://github.com/jwittner/tinyxml2 into jwittner-master by Lee Thomason · 9 years ago
  80. ecb9b07 Reuse "is element with name" check by Dmitry-Me · 9 years ago
  81. 513e69b Merge branch 'master' of https://github.com/leethomason/tinyxml2 by Josh Wittner · 9 years ago
  82. cf3dd09 Move implementations to cpp by Josh Wittner · 9 years ago
  83. 21f9969 Assertions in string comparison by Dmitry-Me · 9 years ago
  84. 3b9cf99 Update comments to reflect single successful return type by Benjamin Doherty · 9 years ago
  85. 3a621f5 Added default values TypeText accessors by Josh Wittner · 9 years ago
  86. fed5112 Split access and pointer adjustment by Dmitry-Me · 9 years ago
  87. 584af57 fix error string memory errors by Lee Thomason · 9 years ago
  88. 2e14517 Merge pull request #474 from Dmitry-Me/unifyIncDecOps by Lee Thomason · 9 years ago
  89. 3161a33 Unify increments and decrements by Dmitry-Me · 9 years ago
  90. 6fc38ec Pointer assertions for substring by Dmitry-Me · 9 years ago
  91. cb6461c Merge pull request #464 from mwoehlke-kitware/elf-visibility by Lee Thomason · 9 years ago
  92. a8e7ea7 Set ELF visibility by Matthew Woehlke · 9 years ago
  93. 88145b8 Clarify "block" and "chunk" by Dmitry-Me · 9 years ago
  94. 74d44ac fix compile issues on clang by Lee Thomason · 9 years ago
  95. 6ba2a07 upping the major version. lots of small (incompatible) changes, and the addition of int64 support. by Lee Thomason · 9 years ago
  96. af9bce1 support user data by Lee Thomason · 9 years ago
  97. 1889c3e try to make gcc happier by Lee Thomason · 9 years ago
  98. 51c1271 add int64 support by Lee Thomason · 9 years ago
  99. a572db1 ps3 support by Lee Thomason · 9 years ago
  100. 8553625 one successful return type. simplify build on vs2015 by Lee Thomason · 9 years ago