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