1. 13b2d73 Add null-checks in `XMLTest()` by Sarat Addepalli · 10 years ago
  2. a7edb88 Add a test case for issue #323 by Sarat Addepalli · 10 years ago
  3. 5daa54c Don't leak the element by Dmitry-Me · 10 years ago
  4. 32533ca Test there's no error initially, proper swap "found" and "expected" by Dmitry-Me · 10 years ago
  5. 48b5df0 Document must be initially empty by Dmitry-Me · 10 years ago
  6. 28c7c8c Merge pull request #305 from Dmitry-Me/errorShouldBeClearedAfterLoad by Lee Thomason · 10 years ago
  7. f657783 merge fix for save file error by Lee Thomason · 10 years ago
  8. d9852a5 If LoadFile() fails then subsequent successful LoadFile() must clear the error by Dmitry-Me · 10 years ago
  9. 189198f Issue 302: clear any previous save error by Ant Mitchell · 10 years ago
  10. 148cc1a Issue 299 - test for code changes by Ant Mitchell · 10 years ago
  11. 6f51c80 Resolve crash when printing malformed entities - issue 291 by Dmitry-Me · 10 years ago
  12. aaa4cea Test document had content to clear by Dmitry-Me · 11 years ago
  13. b4e81b0 Merge pull request #253 from Dmitry-Me/getRidOfC4127InAssert by Lee Thomason · 11 years ago
  14. 4bcbf14 Suppress C4127 in asserts by Dmitry-Me · 11 years ago
  15. 588bb8d Better tests for empty document by Dmitry-Me · 11 years ago
  16. 8b67d74 Unify character casts, reorganize checks by Dmitry-Me · 11 years ago
  17. cd011bc start working through memory bugs by Lee Thomason · 11 years ago
  18. 2114e47 Merge pull request #230 from antonindrawan/master by Lee Thomason · 11 years ago
  19. 8a0006c Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6. Processed review comment from leethomason by Anton Indrawan · 11 years ago
  20. f59e2d6 Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6. by Anton Indrawan · 11 years ago
  21. b2ec17d very minor cleanup of commented out code by Lee Thomason · 11 years ago
  22. 327d5c1 Merge branch 'properStrPairAssignment' of https://github.com/Dmitry-Me/tinyxml2 into Dmitry-Me-properStrPairAssignment by Lee Thomason · 11 years ago
  23. 92e521b add simple test for not-crashing by Lee Thomason · 11 years ago
  24. 4de01a9 Merge pull request #218 from Dmitry-Me/enableLeakTracing by Lee Thomason · 11 years ago
  25. f07b952 fix issue 184. clean up xcode project. by Lee Thomason · 11 years ago
  26. 9991659 Enable dump of debug heap memory leaks by Dmitry-Me · 11 years ago
  27. c755667 add an error message by Lee Thomason · 11 years ago
  28. 331596e clean up the scope and names of the error code. by Lee Thomason · 11 years ago
  29. 0033684 ErrorNames is not implemented by vector<string> but *char[] by numatrumpet · 11 years ago
  30. bb5ffac Using C++11, XMLUtil::ToErrorName(XMLError) returns the name of error type by numatrumpet · 11 years ago
  31. ca5d684 Fixed _CRT_SECURE_NO_WARNINGS macro redefinition warning by Serhat Eser Erdem · 11 years ago
  32. 5bb2d80 add variants of SetText() to support types by Lee Thomason · 12 years ago
  33. 9c0678a trim the test cases and review by Lee Thomason · 12 years ago
  34. 321072e Add tests for SetText(). by Uli Kusterer · 12 years ago
  35. c3708cc implement a fix to floating point precision as proposed by schuellc. by Lee Thomason · 12 years ago
  36. 3b7927e formatting tweaks by Lee Thomason · 12 years ago
  37. ed52328 Insert() methods check for inserted XML to be in the same doc, and remove XML from old location if already inserted. by Michael Daumling · 12 years ago
  38. db30425 clean up the pass/fail logic, still return the same value from test if it fails by Lee Thomason (grinliz) · 12 years ago
  39. 721b42d make the xmltest to return != 0, if one of the tests has failed. by Bruno Dias · 12 years ago
  40. d6bd736 fix floating point specifier and clean up a warning by Lee Thomason (grinliz) · 12 years ago
  41. f76fe94 Merge pull request #110 from pzychotic/tests by Lee Thomason · 12 years ago
  42. a522186 Added test for return value of QueryDoubleAttribute(). by Thomas Roß · 12 years ago
  43. a8ae1f6 Fixed compilation under MINGW64 by ddiproietto · 12 years ago
  44. d0a38c3 fix BOM preservation bugs. add new tests by Lee Thomason (grinliz) · 12 years ago
  45. 1cfafd0 Fixed: LoadFile() returns XML_NO_ERROR for empty documents. by Vasily Biryukov · 12 years ago
  46. 0fd8746 correct typos in comments / documentation by Andrew C. Martin · 12 years ago
  47. 5efaa5f Add the (very handy) QueryAttribute by Lee Thomason (grinliz) · 13 years ago
  48. ac83b4e adjust the size of the memory pools by Lee Thomason (grinliz) · 13 years ago
  49. 53ab79a Add unit test for XMLDocument::Clear(). by Martinsh Shaiters · 13 years ago
  50. 0aecb5c Merge remote-tracking branch 'martinsh/issue#53-fix' by Lee Thomason · 13 years ago
  51. 95b3e65 Add test case for element names with leading digit. by Martinsh Shaiters · 13 years ago
  52. 23e7ae6 Add test for lead non-alpha characters in attribute names. by Martinsh Shaiters · 13 years ago
  53. 178e4cc Add file load to xmltest. by Lee Thomason · 13 years ago
  54. c9c8b77 Moves example documentation from xmltest.h to xmltest.cpp by Martinsh Shaiters · 13 years ago
  55. 39ddc26 Adds conditional include of io.h when compiling with MinGW by Martinsh Shaiters · 13 years ago
  56. a6412ac add a printing test by Lee Thomason · 13 years ago
  57. 5b0a677 fix incorrect assert on unused memory by Lee Thomason · 13 years ago
  58. 2fa8172 type XMLError. fix some comments by Lee Thomason · 13 years ago
  59. ae9ab07 test case for unlinked nodes, commented out by Lee Thomason · 13 years ago
  60. 99024dc Merge branch 'master' of github.com:leethomason/tinyxml2 by Lee Thomason (grinliz) · 13 years ago
  61. fc6320e experimented with print f vs. g. increased version by Lee Thomason (grinliz) · 13 years ago
  62. 0922b73 Replaced pragmas with compiler define. by Thomas Roß · 13 years ago
  63. e2bcb32 accept a nBytes argument for Parse() by Lee Thomason (grinliz) · 13 years ago
  64. 2f1f624 remove trailing spaces by Lee Thomason (grinliz) · 13 years ago
  65. 0fa8299 whitespace tests and review by Lee Thomason (grinliz) · 13 years ago
  66. 62d1c5a fix merge by Lee Thomason (grinliz) · 13 years ago
  67. 5fbacbe fix name parsing to accept additional lead characters by Lee Thomason (grinliz) · 13 years ago
  68. 491d587 Merge branch 'master' into whitespace by Lee Thomason (grinliz) · 13 years ago
  69. 6b8b012 added test case for compact save by Lee Thomason (grinliz) · 13 years ago
  70. bc1bfb7 added whitespace=collapse support. tests work. code needs review by Lee Thomason (grinliz) · 13 years ago
  71. a6dd8c6 Fixed path to utf8testout.xml. by Thomas Roß · 13 years ago
  72. e9699e6 fix up mkdir on win vs. *nix by Lee Thomason · 13 years ago
  73. ef1c69c CreateDirectory replaced by cross-platform mkdir function by Arkadiy Shapkin · 13 years ago
  74. ff72d1f Intermediate files added to .gitignore by Arkadiy Shapkin · 13 years ago
  75. c831279 fix some compiler warnings, and fragile code, in the test output by Lee Thomason · 13 years ago
  76. c28ba3a Fixed cppcheck warnings by PKEuS · 13 years ago
  77. 21be882 Moving string in/out into XMLUtil. Using that across the API. Supporting text queries of primitive types. by Lee Thomason · 13 years ago
  78. 78a773d Fix attribute parsing to correctly handle white space by Lee Thomason · 13 years ago
  79. 390e978 Fix infinite loop bug in ShallowEqual. Fix a warning with a re-interpret cast. Up version to 1.0.4 by Lee Thomason (grinliz) · 13 years ago
  80. 7b1b86a removed confusing getter/setter. cleaned up comments. by Lee Thomason · 13 years ago
  81. 48ea0bc renamed function, added test case by Lee Thomason (grinliz) · 13 years ago
  82. a2d4e6e moving xmls and txts to the resources folder. by Bruno Dias · 13 years ago
  83. f68c438 added new test for BOM, and added good defaults for NewDeclaration by Lee Thomason · 13 years ago
  84. 5e3803c Better attribute system. Removes redundant list searching of LinkAttribute. Faster parsing on initial read. Added badly needed missing test cases. by Lee Thomason · 13 years ago
  85. d0b19df fix sleazy cast causing compilation issue by Lee Thomason · 13 years ago
  86. 8712757 merging handles to the master by Lee Thomason (grinliz) · 13 years ago
  87. a4a36ba remove random -1 in length by Lee Thomason (grinliz) · 13 years ago
  88. ae209f6 added docs. basic handles tests by Lee Thomason (grinliz) · 13 years ago
  89. 70e9c6b Merge branch 'master' into handles by Lee Thomason (grinliz) · 13 years ago
  90. 8b89981 gave up trying to be clever. split the handles into 2 classes. by Lee Thomason · 13 years ago
  91. db0bbb6 handles work by Lee Thomason · 13 years ago
  92. 6a22be2 Added proper examples, integrated them into xmltest, and make them part of the build. by Lee Thomason (grinliz) · 13 years ago
  93. 5761203 trying to get template to work by Lee Thomason · 13 years ago
  94. 00770d2 handles wip. not happy with const behavior by Lee Thomason · 13 years ago
  95. 5708f81 handles wip. not happy with const behavior by Lee Thomason · 13 years ago
  96. 8ba7f7d Added the improved attribute query by Lee Thomason · 13 years ago
  97. 7f7b162 Add warning for the working directory. Verify win64 fix. by Lee Thomason · 13 years ago
  98. d7e033e Merge branch 'master' of https://github.com/gamaral/tinyxml2 by Lee Thomason · 13 years ago
  99. 87e475a adding examples to the doc by Lee Thomason · 13 years ago
  100. 2eb7003 Misc adjustments and enum rename by Guillermo A. Amaral · 13 years ago