1. 0c0f98b merge from master by Lee Thomason · 8 years ago
  2. d556e6d Merge branch 'master' into errorstr by Lee Thomason · 8 years ago
  3. f49b965 fix up error system issues by Lee Thomason · 8 years ago
  4. 714ccfe fix line number tracker. error msg wip by Lee Thomason · 8 years ago
  5. 7abfa6b Merge branch 'gccWeffc' of git://github.com/lelegard/tinyxml2 into lelegard-gccWeffc by Lee Thomason · 8 years ago
  6. aa18839 Error string re-work by Lee Thomason · 8 years ago
  7. e8f4a8b Fix crash when element is being inserted "after itself" by Dmitry-Me · 8 years ago
  8. 7f0f754 Code cleanup to pass gcc -Weffc++ warnings by Thierry Lelegard · 8 years ago
  9. a28eb07 Extract and reuse conversion code by Dmitry-Me · 8 years ago
  10. 87cd4e0 Add 'const' on XMLDocument::DeepCopy. This make us copy const by Shuichiro Suzuki · 8 years ago
  11. 3cc6f5c Annotate fall throughs with comments by Dmitry-Me · 8 years ago
  12. 8c9e313 remove error string inline. hopefully helps with odd linking issues by Lee Thomason · 8 years ago
  13. 8bba8b4 mark unused enums by Lee Thomason · 8 years ago
  14. 9201bb9 Merge pull request #563 from Dmitry-Me/betterParameterNameInClone by Lee Thomason · 8 years ago
  15. 3f63f21 Better parameter name by Dmitry-Me · 8 years ago
  16. 8a76361 fix incorrect factoring by Lee Thomason · 8 years ago
  17. bc52755 Merge pull request #558 from leethomason/clone by Lee Thomason · 8 years ago
  18. c2f677b Unlinked nodes assertions by Dmitry-Me · 8 years ago
  19. 1346a17 tweak comments. fix copy to self case. by Lee Thomason · 8 years ago
  20. 1bbc66b Merge branch 'master' into clone by Lee Thomason · 8 years ago
  21. b754ddf address feedback from review by Lee Thomason · 8 years ago
  22. 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
  23. a30f8bd Merge remote-tracking branch 'origin/master' into clone by Lee Thomason · 8 years ago
  24. 7085f00 deep copy and clone by Lee Thomason · 8 years ago
  25. 10b8ecc Clarify variable names by Dmitry-Me · 8 years ago
  26. e503563 Fully use enum by Dmitry-Me · 8 years ago
  27. ba68a3a Pointer assertion by Dmitry-Me · 8 years ago
  28. 395ea09 Merge pull request #538 from Dmitry-Me/suppressC6011 by Lee Thomason · 8 years ago
  29. 7221b49 Suppress C6011 code analysis false positive warning by Dmitry-Me · 8 years ago
  30. ae8a82a Clearer variable name by Dmitry-Me · 8 years ago
  31. 92c0ef3 Merge pull request #527 from Dmitry-Me/reuseNodesCreationCode by Lee Thomason · 8 years ago
  32. 2aebfb7 Extract and reuse nodes creation code by Dmitry-Me · 8 years ago
  33. b37cb42 Merge pull request #513 from leethomason/bool-write by Lee Thomason · 8 years ago
  34. f89bd3e Initialize member variables by Dmitry-Me · 9 years ago
  35. c5c99c2 tweaks to bool serialization by Lee Thomason · 9 years ago
  36. f458d26 fix const. hopefully. by Lee Thomason · 9 years ago
  37. ce667c9 ability to set bool write values by Lee Thomason · 9 years ago
  38. 5b733ff Merge pull request #504 from Dmitry-Me/ensureLinkPointersAreNotOverwritten by Lee Thomason · 9 years ago
  39. e90e901 tweaks, clarification to line numbers by Lee Thomason · 9 years ago
  40. 34a3f8e Ensure existing attributes are not leaked on attribute insertion by Dmitry-Me · 9 years ago
  41. e353181 CodeReview Fix: initialLineNum? Something a little more descriptive? by kezenator · 9 years ago
  42. e3d4415 CodeReview Fix: The initializer syntax isn't used. Should be 'int unusedLineNum = 0` by kezenator · 9 years ago
  43. 4f75616 CodeReview Fix: The non-const reference syntax isn't used in the codebase. Should be a pointer. by kezenator · 9 years ago
  44. 2489afc Merge branch 'master' of https://github.com/leethomason/tinyxml2 by kezenator · 9 years ago
  45. ec69415 Added line number reporting to parse errors and to all nodes and attributes for parsed documents. by kezenator · 9 years ago
  46. 156bc1b Merge pull request #502 from Dmitry-Me/reuseClearError by Lee Thomason · 9 years ago
  47. 5a70071 Added static method to convert arbitrary ErrorID to a string. by kezenator · 9 years ago
  48. 0d2cef0 Reuse code for error clearing by Dmitry-Me · 9 years ago
  49. a60caa2 Reuse attribute creation code by Dmitry-Me · 9 years ago
  50. 7de0b6d Merge pull request #493 from leethomason/jwittner by Lee Thomason · 9 years ago
  51. d04f21c Merge pull request #496 from Dmitry-Me/detectDeclarationPlacement by Lee Thomason · 9 years ago
  52. 446c3bc Declarations should occur before anything else by Dmitry-Me · 9 years ago
  53. 4336431 Pointer post-assertion by Dmitry-Me · 9 years ago
  54. c9a6102 Merge branch 'master' of git://github.com/jwittner/tinyxml2 into jwittner-master by Lee Thomason · 9 years ago
  55. c5f1e7c Avoid cast to signed integer type by Dmitry-Me · 9 years ago
  56. ecb9b07 Reuse "is element with name" check by Dmitry-Me · 9 years ago
  57. 513e69b Merge branch 'master' of https://github.com/leethomason/tinyxml2 by Josh Wittner · 9 years ago
  58. cf3dd09 Move implementations to cpp by Josh Wittner · 9 years ago
  59. 318252a Fix warning on PowerPC by Kevin Wojniak · 9 years ago
  60. 6f1ad61 Merge pull request #471 from Dmitry-Me/loopInvariantAssertions by Lee Thomason · 9 years ago
  61. fed5112 Split access and pointer adjustment by Dmitry-Me · 9 years ago
  62. 584af57 fix error string memory errors by Lee Thomason · 9 years ago
  63. 2449582 Use const where const is enough by Dmitry-Me · 9 years ago
  64. f9f3c3e Loop invariant pointer assertions by Dmitry-Me · 9 years ago
  65. 4fe8c10 Merge pull request #469 from Trebgarta/master by Lee Thomason · 9 years ago
  66. de45d04 SetAttribute: true/false rather 1/0 by Doruk Turak · 9 years ago
  67. 9cb4eca Reuse DeleteChild() by Dmitry-Me · 9 years ago
  68. 0bb5901 Merge pull request #466 from Dmitry-Me/makeCommentMoreConcise by Lee Thomason · 9 years ago
  69. caa72a6 Make comment more concise by Dmitry-Me · 9 years ago
  70. 4de7abb Unify node deletion by Dmitry-Me · 9 years ago
  71. 75c8f40 Merge pull request #459 from Elbrasch/master by Lee Thomason · 9 years ago
  72. db02b21 Pointer assertion for contract clarity by Dmitry-Me · 9 years ago
  73. e1a82c1 Added void XMLPrinter::PushText( int64_t value ), which was declared but not implemented. by Stefan Asbeck · 9 years ago
  74. 5bf60e9 try to fix the lld issue by Lee Thomason · 9 years ago
  75. af9bce1 support user data by Lee Thomason · 9 years ago
  76. 536a4cd Merge branch 'master' into int64support by Lee Thomason · 9 years ago
  77. 0f45b24 Fixes issue #425 by Manlio Morini · 9 years ago
  78. 51c1271 add int64 support by Lee Thomason · 9 years ago
  79. 8553625 one successful return type. simplify build on vs2015 by Lee Thomason · 9 years ago
  80. 97837e7 Merge pull request #428 from wvvelzen/WarningsFix by Lee Thomason · 9 years ago
  81. 0aeac18 Fix 2 "Condition is always true" compiler warnings. by Wilfred van Velzen · 9 years ago
  82. 67abee5 Fix for Borland C++ Builder 6 by Wilfred van Velzen · 9 years ago
  83. 96b110d Assert to ensure ftell() behaves as expected by later code by Dmitry-Me · 10 years ago
  84. 81abfd6 Error fix DeleteChild by Jarle Strand · 10 years ago
  85. 0515fa9 Assertion in StrPair::SetStr() by Dmitry-Me · 10 years ago
  86. 901fed5 Get rid of -Wtype-limits warning by Dmitry-Me · 10 years ago
  87. cac7578 Declared *PRINTF wrappers as static by PKEuS · 10 years ago
  88. 96f38cc Asserts to ensure old buffer is not leaked when allocating a new one by Dmitry-Me · 10 years ago
  89. bb8fd3c Merge pull request #364 from PKEuS/master by Lee Thomason · 10 years ago
  90. 358202c Moved include of <cstdarg> to cpp file by Philipp Kloke · 10 years ago
  91. 1d32e58 Asserts for formatted output length by Dmitry-Me · 10 years ago
  92. 78fca3d Merge pull request #361 from RossBencina/master by Lee Thomason · 10 years ago
  93. 886ad97 Use "name" for element name by Dmitry-Me · 10 years ago
  94. e7fa0e1 fix compiler warning (XCode 4.6.1 x86_64) tinyxml2.cpp:2146:77: Implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'const int' by Ross Bencina · 10 years ago
  95. 8dd493b Better document warning suppression code by Dmitry-Me · 10 years ago
  96. 4824e95 Merge pull request #343 from Dmitry-Me/checkEntityWasPrinted by Lee Thomason · 10 years ago
  97. 1ca593c Proper capitalize Visual Studio in comment by Dmitry-Me · 10 years ago
  98. aa8566b fix a macro version check by Lee Thomason · 10 years ago
  99. 53db4a6 move to cpp file. by Lee Thomason · 10 years ago
  100. 1527cf4 Patch for Visual Studio 2003 and earlier. by pffang · 10 years ago