1. 63d8de6 Remove unneeded conversions by Dmitry-Me · 8 years ago
  2. 703f91e Merge pull request #643 from leethomason/querystring by Lee Thomason · 8 years ago
  3. 28f9a48 Merge branch 'master' into querystring by Lee Thomason · 8 years ago
  4. ff97dbb Merge branch 'master' into error-str by Lee Thomason · 8 years ago
  5. 5b00e06 add query string method by Lee Thomason · 8 years ago
  6. a36f7ac fix error string output when there is no formatting by Lee Thomason · 8 years ago
  7. cf10069 tweaking docs by Lee Thomason · 8 years ago
  8. d556e6d Merge branch 'master' into errorstr by Lee Thomason · 8 years ago
  9. f49b965 fix up error system issues by Lee Thomason · 8 years ago
  10. 714ccfe fix line number tracker. error msg wip by Lee Thomason · 8 years ago
  11. 7abfa6b Merge branch 'gccWeffc' of git://github.com/lelegard/tinyxml2 into lelegard-gccWeffc by Lee Thomason · 8 years ago
  12. dd4034c Merge pull request #626 from Dmitry-Me/betterTestDeletionLoop by Lee Thomason · 8 years ago
  13. b41e24a Better test deletion loop by Dmitry-Me · 8 years ago
  14. f0f2e99 Check result of Accept() by Dmitry-Me · 8 years ago
  15. 3a37e64 Merge pull request #623 from Dmitry-Me/testErrorName by Lee Thomason · 8 years ago
  16. e8f4a8b Fix crash when element is being inserted "after itself" by Dmitry-Me · 8 years ago
  17. 47845b6 Test ErrorName() returns valid string after SetError() by Dmitry-Me · 8 years ago
  18. a9e75d1 Clarify comment by Dmitry-Me · 8 years ago
  19. 7f0f754 Code cleanup to pass gcc -Weffc++ warnings by Thierry Lelegard · 8 years ago
  20. dbf18ad Merge pull request #613 from Dmitry-Me/testResultOfSetError by Lee Thomason · 8 years ago
  21. d3f6c63 Test SetError() has effect by Dmitry-Me · 8 years ago
  22. 2604336 Fix misleading comment by Dmitry-Me · 8 years ago
  23. 985ea1f Test Clear() clears the error by Dmitry-Me · 8 years ago
  24. caed4ec Clarify what is being tested by Dmitry-Me · 8 years ago
  25. 4bbf742 Merge pull request #603 from Dmitry-Me/cleanupFopenTests by Lee Thomason · 8 years ago
  26. 30dec75 Merge pull request #602 from Dmitry-Me/testWithStopwatchOff by Lee Thomason · 8 years ago
  27. cd453f8 Merge pull request #596 from Dmitry-Me/useValidPointerForUserData by Lee Thomason · 8 years ago
  28. 520009e Cleanup fopen() tests by Dmitry-Me · 8 years ago
  29. 1ab8587 Stopwatch must be stopped before test check by Dmitry-Me · 8 years ago
  30. 82e20b1 Merge pull request #601 from Dmitry-Me/testErrorIdAfterParse by Lee Thomason · 8 years ago
  31. 8d40f7a Test ErrorID after Parse() by Dmitry-Me · 8 years ago
  32. c0fad29 Cleanup stream mode tests by Dmitry-Me · 8 years ago
  33. c11a7c5 Merge pull request #599 from Dmitry-Me/cleanupSomeChecks by Lee Thomason · 8 years ago
  34. 63fe21f Merge pull request #597 from Dmitry-Me/betterTestQueryXText by Lee Thomason · 8 years ago
  35. bc6920b Cleanup and simplify checks by Dmitry-Me · 8 years ago
  36. 43c019d Better tests for Query???Text() by Dmitry-Me · 8 years ago
  37. 7d8dfb9 Use valid pointer for user data by Dmitry-Me · 8 years ago
  38. 8e06370 Test return values from nodes insertion by Dmitry-Me · 8 years ago
  39. 02d2764 Merge pull request #593 from Dmitry-Me/testDeletionViaDocument by Lee Thomason · 8 years ago
  40. 8d1bfbb Merge pull request #592 from Dmitry-Me/clarifyTestOutput by Lee Thomason · 8 years ago
  41. e5790db Test nodes deletion via document by Dmitry-Me · 8 years ago
  42. 6f4c4e7 Clarify and simplify test output by Dmitry-Me · 8 years ago
  43. de381df Indent directives consistently with surrounding code by Dmitry-Me · 8 years ago
  44. 646af8d Merge pull request #582 from Dmitry-Me/distinctDefaultAndReplacement by Lee Thomason · 8 years ago
  45. 0570580 Merge pull request #581 from Dmitry-Me/testQueryingAttributesBetter by Lee Thomason · 8 years ago
  46. 80379a3 Merge pull request #580 from Dmitry-Me/checkLoadSaveResult by Lee Thomason · 8 years ago
  47. bf9b3a2 remove code that creates directory. add file in out directory so that git creates the directory by Lee Thomason · 8 years ago
  48. 3d20c5d Use distinct values as default and replacement values by Dmitry-Me · 8 years ago
  49. 2087a27 Test querying attributes thoroughly by Dmitry-Me · 8 years ago
  50. 46b70ce Check result of LoadFile()/SaveFile() by Dmitry-Me · 8 years ago
  51. 3a6e51a fix build issue by Lee Thomason · 8 years ago
  52. e4dc721 fix an issue on windows by Lee Thomason · 8 years ago
  53. fc2a001 Merge pull request #578 from Dmitry-Me/checkReadingResults by Lee Thomason · 8 years ago
  54. cd33699 Merge pull request #577 from Dmitry-Me/checkParseResult by Lee Thomason · 8 years ago
  55. 7096e77 Merge pull request #573 from kbinny62/master by Lee Thomason · 8 years ago
  56. d1b8282 Check various stages of reading the XML file by Dmitry-Me · 8 years ago
  57. 68578f4 Check result of Parse() call by Dmitry-Me · 8 years ago
  58. 5d1aec1 Extract duplicated text string by Dmitry-Me · 8 years ago
  59. 9720fba xmltest.cpp: path separator is '\\' under WIN32 by kbinny62 · 8 years ago
  60. bf29a15 xmltest: create dir resources/out to avoid crashes by kbinny62 · 8 years ago
  61. 9832a5f "Found" and "expected" were swapped in some tests by Dmitry-Me · 8 years ago
  62. aea64c4 Test parsing result as early as possible by Dmitry-Me · 8 years ago
  63. 9e2d29b weird compile issues by Lee Thomason · 8 years ago
  64. 82bb074 tweak test by Lee Thomason · 8 years ago
  65. 224ef77 add test case by Lee Thomason · 8 years ago
  66. bc52755 Merge pull request #558 from leethomason/clone by Lee Thomason · 8 years ago
  67. ed78570 Programmatically check no leaks are reported in the VC++ debug heap by Dmitry-Me · 8 years ago
  68. 1bbc66b Merge branch 'master' into clone by Lee Thomason · 8 years ago
  69. b754ddf address feedback from review by Lee Thomason · 8 years ago
  70. 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
  71. 53858b4 minor formatting fix and very strange memory tracker missing by Lee Thomason · 8 years ago
  72. ced18c0 missing var?? by Lee Thomason · 8 years ago
  73. a30f8bd Merge remote-tracking branch 'origin/master' into clone by Lee Thomason · 8 years ago
  74. 7085f00 deep copy and clone by Lee Thomason · 8 years ago
  75. 7b40ce1 Merge pull request #534 from jnguyen75/ref-test-resources by Lee Thomason · 8 years ago
  76. 6bf64fb Use CMake to create resources/out directory by Jimmy Nguyen · 8 years ago
  77. c5c99c2 tweaks to bool serialization by Lee Thomason · 9 years ago
  78. ce667c9 ability to set bool write values by Lee Thomason · 9 years ago
  79. e90e901 tweaks, clarification to line numbers by Lee Thomason · 9 years ago
  80. 19d8ea8 CodeReview Fix: GetLineNum()? by kezenator · 9 years ago
  81. ec69415 Added line number reporting to parse errors and to all nodes and attributes for parsed documents. by kezenator · 9 years ago
  82. 5a70071 Added static method to convert arbitrary ErrorID to a string. by kezenator · 9 years ago
  83. 7de0b6d Merge pull request #493 from leethomason/jwittner by Lee Thomason · 9 years ago
  84. 446c3bc Declarations should occur before anything else by Dmitry-Me · 9 years ago
  85. 13cbc9a add test files. fix doc. by Lee Thomason · 9 years ago
  86. 3c21d6f Use correct file pointer by Armagetron · 9 years ago
  87. 1f212f3 Bool-related tests modified to pass by Doruk Turak · 9 years ago
  88. c944546 fix permissive casting. by Lee Thomason · 9 years ago
  89. af9bce1 support user data by Lee Thomason · 9 years ago
  90. 51c1271 add int64 support by Lee Thomason · 9 years ago
  91. 8553625 one successful return type. simplify build on vs2015 by Lee Thomason · 9 years ago
  92. df4ffc0 fix warning up from vs2015 by Lee Thomason · 9 years ago
  93. a1beddf Test error name is non-empty for the whole range by Dmitry-Me · 10 years ago
  94. 8549202 clean up Value of XMLDocument by Lee Thomason · 10 years ago
  95. 7a93b33 tighten up the error checks by Lee Thomason · 10 years ago
  96. d608c56 Fix up xmltest.cpp by Sarat Addepalli · 10 years ago
  97. 13b2d73 Add null-checks in `XMLTest()` by Sarat Addepalli · 10 years ago
  98. a7edb88 Add a test case for issue #323 by Sarat Addepalli · 10 years ago
  99. 8e85afa Fix whitespaces in xmltest.cpp by Sarat Addepalli · 10 years ago
  100. 2bb6bb5 Add a test case for issue #332 by Sarat Addepalli · 10 years ago