1. 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
  2. 53858b4 minor formatting fix and very strange memory tracker missing by Lee Thomason · 7 years ago
  3. 33a1f8b Merge pull request #552 from Dmitry-Me/ensureNoOverrunBeforeCopy by Lee Thomason · 7 years ago
  4. 7538286 Merge pull request #535 from jnguyen75/build-tests-option by Lee Thomason · 7 years ago
  5. 243ddf5 Ensure no overrun before copying by Dmitry-Me · 7 years ago
  6. 105f32f Merge remote-tracking branch 'origin/master' into build-tests-option by Jimmy Nguyen · 7 years ago
  7. 174a5df Merge pull request #551 from eco/patch-1 by Lee Thomason · 7 years ago
  8. 9333cfd Add "d" library suffix for debug builds by Brad Anderson · 7 years ago
  9. 7b40ce1 Merge pull request #534 from jnguyen75/ref-test-resources by Lee Thomason · 7 years ago
  10. b840b7e Merge pull request #547 from Dmitry-Me/clarifyVariableNames by Lee Thomason · 7 years ago
  11. 10b8ecc Clarify variable names by Dmitry-Me · 7 years ago
  12. 2b0453f Merge pull request #545 from Dmitry-Me/fullyUseEnum by Lee Thomason · 7 years ago
  13. e503563 Fully use enum by Dmitry-Me · 7 years ago
  14. fc05f63 Merge pull request #543 from Dmitry-Me/pointerAssertInShallowEqual by Lee Thomason · 8 years ago
  15. ba68a3a Pointer assertion by Dmitry-Me · 8 years ago
  16. 395ea09 Merge pull request #538 from Dmitry-Me/suppressC6011 by Lee Thomason · 8 years ago
  17. 71e2c08 Merge pull request #537 from Dmitry-Me/clearerMemberName by Lee Thomason · 8 years ago
  18. 7221b49 Suppress C6011 code analysis false positive warning by Dmitry-Me · 8 years ago
  19. ae8a82a Clearer variable name by Dmitry-Me · 8 years ago
  20. 92c0ef3 Merge pull request #527 from Dmitry-Me/reuseNodesCreationCode by Lee Thomason · 8 years ago
  21. 2aebfb7 Extract and reuse nodes creation code by Dmitry-Me · 8 years ago
  22. 1e0b4e6 Use generator expression to specify target output directory for resources directory by Jimmy Nguyen · 8 years ago
  23. 7f2ce0d Updated Windows build script to change directory instead of copying files to run xmltest by Jimmy Nguyen · 8 years ago
  24. 6bf64fb Use CMake to create resources/out directory by Jimmy Nguyen · 8 years ago
  25. 47c7d70 Added BUILD_TESTS option to enable/disable building of xmltest by Jimmy Nguyen · 8 years ago
  26. b37cb42 Merge pull request #513 from leethomason/bool-write by Lee Thomason · 8 years ago
  27. 0f42e24 Merge pull request #529 from Winestone/master by Lee Thomason · 8 years ago
  28. 969b8c2 Replaced DATA_COPY target with post build command to copy the resources directory by Jimmy Nguyen · 8 years ago
  29. 5277134 Removed empty install() command by Jimmy Nguyen · 8 years ago
  30. 4a07484 Fix typo in CMakeLists.txt by Winestone · 8 years ago
  31. 962732f Merge pull request #520 from Dmitry-Me/initMemberVars2 by Lee Thomason · 8 years ago
  32. d120d64 Initialize member variable by Dmitry-Me · 8 years ago
  33. 1f5ab7c Merge pull request #517 from Dmitry-Me/initMemberVars by Lee Thomason · 8 years ago
  34. f89bd3e Initialize member variables by Dmitry-Me · 8 years ago
  35. c5c99c2 tweaks to bool serialization by Lee Thomason · 8 years ago
  36. f458d26 fix const. hopefully. by Lee Thomason · 8 years ago
  37. ce667c9 ability to set bool write values by Lee Thomason · 8 years ago
  38. 5b733ff Merge pull request #504 from Dmitry-Me/ensureLinkPointersAreNotOverwritten by Lee Thomason · 8 years ago
  39. c3a1915 Merge pull request #510 from leethomason/kezenator-line-numbering by Lee Thomason · 8 years ago
  40. e90e901 tweaks, clarification to line numbers by Lee Thomason · 8 years ago
  41. 0027138 Merge remote-tracking branch 'origin/master' into kezenator-line-numbering by Lee Thomason · 8 years ago
  42. 855a66c Merge pull request #509 from leethomason/fix-win-dll-build by Lee Thomason · 8 years ago
  43. ef7fe0f fix windows dll build/run by Lee Thomason · 8 years ago
  44. 34a3f8e Ensure existing attributes are not leaked on attribute insertion by Dmitry-Me · 8 years ago
  45. 19d8ea8 CodeReview Fix: GetLineNum()? by kezenator · 8 years ago
  46. e353181 CodeReview Fix: initialLineNum? Something a little more descriptive? by kezenator · 8 years ago
  47. e3d4415 CodeReview Fix: The initializer syntax isn't used. Should be 'int unusedLineNum = 0` by kezenator · 8 years ago
  48. 4f75616 CodeReview Fix: The non-const reference syntax isn't used in the codebase. Should be a pointer. by kezenator · 8 years ago
  49. 2489afc Merge branch 'master' of https://github.com/leethomason/tinyxml2 by kezenator · 8 years ago
  50. a43ff72 Removed line numbering support as an advantage of TinyXML-1. by kezenator · 8 years ago
  51. ec69415 Added line number reporting to parse errors and to all nodes and attributes for parsed documents. by kezenator · 8 years ago
  52. 156bc1b Merge pull request #502 from Dmitry-Me/reuseClearError by Lee Thomason · 8 years ago
  53. 5bbb6fb Merge pull request #500 from Dmitry-Me/reuseAttributeCreation by Lee Thomason · 8 years ago
  54. 5a70071 Added static method to convert arbitrary ErrorID to a string. by kezenator · 8 years ago
  55. 0d2cef0 Reuse code for error clearing by Dmitry-Me · 8 years ago
  56. a60caa2 Reuse attribute creation code by Dmitry-Me · 8 years ago
  57. f80d78d Merge pull request #499 from Dmitry-Me/unifyNullComparisons by Lee Thomason · 8 years ago
  58. ebb1660 Unify null pointer checks by Dmitry-Me · 8 years ago
  59. 7de0b6d Merge pull request #493 from leethomason/jwittner by Lee Thomason · 8 years ago
  60. d04f21c Merge pull request #496 from Dmitry-Me/detectDeclarationPlacement by Lee Thomason · 8 years ago
  61. 446c3bc Declarations should occur before anything else by Dmitry-Me · 8 years ago
  62. cd47f8e Merge pull request #495 from Dmitry-Me/pointerAssertionAfterIdentify by Lee Thomason · 8 years ago
  63. 4336431 Pointer post-assertion by Dmitry-Me · 8 years ago
  64. 13cbc9a add test files. fix doc. by Lee Thomason · 8 years ago
  65. c9a6102 Merge branch 'master' of git://github.com/jwittner/tinyxml2 into jwittner-master by Lee Thomason · 8 years ago
  66. 6bbcda0 Merge pull request #490 from Dmitry-Me/avoidCastToSigned by Lee Thomason · 8 years ago
  67. 15ad071 Merge pull request #489 from Armagetron/master by Lee Thomason · 8 years ago
  68. ed2627e Merge pull request #487 from jwittner/dev/slnFixes by Lee Thomason · 8 years ago
  69. c5f1e7c Avoid cast to signed integer type by Dmitry-Me · 8 years ago
  70. 3c21d6f Use correct file pointer by Armagetron · 8 years ago
  71. f6106be Merge pull request #488 from Dmitry-Me/reuseElementWithNameCheck by Lee Thomason · 8 years ago
  72. ecb9b07 Reuse "is element with name" check by Dmitry-Me · 8 years ago
  73. edb3261 Ignore SLn output dirs, VC files by Josh Wittner · 8 years ago
  74. 01f6cca Standardize output directory - fixes conflicts by Josh Wittner · 8 years ago
  75. 513e69b Merge branch 'master' of https://github.com/leethomason/tinyxml2 by Josh Wittner · 8 years ago
  76. cf3dd09 Move implementations to cpp by Josh Wittner · 8 years ago
  77. e8157ff Merge pull request #484 from kainjow/patch-2 by Lee Thomason · 8 years ago
  78. b2f4dc2 Merge pull request #483 from kainjow/patch-1 by Lee Thomason · 8 years ago
  79. 0d3de1e Merge pull request #482 from Dmitry-Me/stringEqualAssertions by Lee Thomason · 8 years ago
  80. 318252a Fix warning on PowerPC by Kevin Wojniak · 8 years ago
  81. 3c97724 Fix typo by Kevin Wojniak · 8 years ago
  82. 21f9969 Assertions in string comparison by Dmitry-Me · 8 years ago
  83. f00c179 Merge pull request #480 from kurylo/fix/2016-09-29-cmake-warning by Lee Thomason · 8 years ago
  84. 7fcf31b Merge pull request #477 from bejado/XML_NO_ERROR_Comments by Lee Thomason · 8 years ago
  85. 6f1ad61 Merge pull request #471 from Dmitry-Me/loopInvariantAssertions by Lee Thomason · 8 years ago
  86. aad6187 Fix cmake warnings on new cmake versions. by Łukasz Kuryło · 8 years ago
  87. 3b9cf99 Update comments to reflect single successful return type by Benjamin Doherty · 8 years ago
  88. e9b547a Merge pull request #475 from Dmitry-Me/splitAccessAndAdjustment by Lee Thomason · 8 years ago
  89. 3a621f5 Added default values TypeText accessors by Josh Wittner · 8 years ago
  90. fed5112 Split access and pointer adjustment by Dmitry-Me · 8 years ago
  91. 584af57 fix error string memory errors by Lee Thomason · 8 years ago
  92. 2e14517 Merge pull request #474 from Dmitry-Me/unifyIncDecOps by Lee Thomason · 8 years ago
  93. 24694e9 Merge pull request #473 from Dmitry-Me/preferConstAccess by Lee Thomason · 8 years ago
  94. 0d667f8 Merge pull request #472 from Dmitry-Me/pointerAssertionsStrPairSet by Lee Thomason · 8 years ago
  95. 3161a33 Unify increments and decrements by Dmitry-Me · 8 years ago
  96. 2449582 Use const where const is enough by Dmitry-Me · 8 years ago
  97. 6fc38ec Pointer assertions for substring by Dmitry-Me · 8 years ago
  98. f9f3c3e Loop invariant pointer assertions by Dmitry-Me · 8 years ago
  99. 4fe8c10 Merge pull request #469 from Trebgarta/master by Lee Thomason · 8 years ago
  100. a369d4b Merge pull request #468 from Dmitry-Me/reuseDeleteChild by Lee Thomason · 8 years ago