1. 5e76573 Fix Query function results being assigned to int instead of XMLError by cugone · 3 years, 1 month ago
  2. 4637965 add test case by Lee Thomason · 4 years ago
  3. 18468b8 minor changes to hex parsing by Lee Thomason · 4 years ago
  4. c9c9d8c Merge branch 'master' of https://github.com/netcan/tinyxml2 into netcan-master by Lee Thomason · 4 years ago
  5. dfb45cb support IntText(),UnsignedText(),Int64Text() for hex value by netcan · 4 years, 4 months ago
  6. 37ccc71 fix some casting by Lee Thomason · 4 years, 3 months ago
  7. 3574d3e Merge branch 'tinyxml2_addtestcase' of https://github.com/Alanscut/tinyxml2 into Alanscut-tinyxml2_addtestcase by Lee Thomason · 4 years, 3 months ago
  8. 7d9ca1e Supplementary test case by Alanscut · 4 years, 8 months ago
  9. 8916a3c fix wrong symbol by Alanscut · 4 years, 9 months ago
  10. 50daa32 minor fixes to test cases by Lee Thomason · 4 years, 10 months ago
  11. f60928e Merge branch 'supplementary_test_case' of git://github.com/wangkirin/tinyxml2 into wangkirin-supplementary_test_case by Lee Thomason · 4 years, 10 months ago
  12. 4994f1c Merge pull request #754 from wangkirin/reorg_file_path by Lee Thomason · 4 years, 10 months ago
  13. 141d211 Merge pull request #751 from wangkirin/fix_comment by Lee Thomason · 4 years, 10 months ago
  14. effdf95 add test cases by Lee Thomason · 4 years, 10 months ago
  15. f12d7a2 Supplement test case in xmltest.cpp by wangkirin · 5 years ago
  16. e08c2d2 adjust path of testfile `bomtest.xml` to `resource/out` by Wang Kirin · 5 years ago
  17. 4add958 fix comment in Programmatic DOM test case by Wang Kirin · 5 years ago
  18. 992e405 Merge pull request #716 from Dmitry-Me/fixInt64Slicing by Lee Thomason · 6 years ago
  19. ed3e9dc Fix slicing of int64_t by Dmitry-Me · 6 years ago
  20. 1781494 Check the element is the last child of the document by Dmitry-Me · 6 years ago
  21. 92506ca Merge remote-tracking branch 'origin/master' into manydecs by Lee Thomason · 6 years ago
  22. db13a82 fix huge number of declaration security issue by Lee Thomason · 6 years ago
  23. 22b21ec Fixed typos in comments. There are no functional changes intended. by orbitcowboy · 6 years ago
  24. c483646 fix test cases by Lee Thomason · 6 years ago
  25. be69ae6 In PrintString, move the optimization under the if ( _processEntities ) block and retain the strlen Write in the new else block. Added a test case. by Derek Quam · 6 years ago
  26. e2d02e1 and the same fix in the test case by Lee Thomason · 6 years ago
  27. f928c35 clean up the depth tracking a bit by Lee Thomason · 6 years ago
  28. d946dda upgrade to vs2017. fix stack overflow attack. by Lee Thomason · 6 years ago
  29. 65b5366 Merge pull request #667 from Dmitry-Me/simplifyToUnknownTests by Lee Thomason · 6 years ago
  30. e59e3c3 Merge pull request #668 from Dmitry-Me/improveDeclarationTestMessage by Lee Thomason · 6 years ago
  31. 6a18a31 Improve test message to avoid duplicate log output by Dmitry-Me · 6 years ago
  32. f5af951 Simplify checks by Dmitry-Me · 6 years ago
  33. 95f687b Cleanup ErrorName() tests by Dmitry-Me · 6 years ago
  34. 938560f Improve handles tests by Dmitry-Me · 6 years ago
  35. cc1745b Merge pull request #649 from PeterMatula/rename-DEBUG-define by Lee Thomason · 6 years ago
  36. 5068991 rename DEBUG define to TINYXML2_DEBUG by Peter Matula · 6 years ago
  37. 63d8de6 Remove unneeded conversions by Dmitry-Me · 6 years ago
  38. 703f91e Merge pull request #643 from leethomason/querystring by Lee Thomason · 6 years ago
  39. 28f9a48 Merge branch 'master' into querystring by Lee Thomason · 6 years ago
  40. ff97dbb Merge branch 'master' into error-str by Lee Thomason · 6 years ago
  41. 5b00e06 add query string method by Lee Thomason · 6 years ago
  42. a36f7ac fix error string output when there is no formatting by Lee Thomason · 6 years ago
  43. cf10069 tweaking docs by Lee Thomason · 6 years ago
  44. d556e6d Merge branch 'master' into errorstr by Lee Thomason · 7 years ago
  45. f49b965 fix up error system issues by Lee Thomason · 7 years ago
  46. 714ccfe fix line number tracker. error msg wip by Lee Thomason · 7 years ago
  47. 7abfa6b Merge branch 'gccWeffc' of git://github.com/lelegard/tinyxml2 into lelegard-gccWeffc by Lee Thomason · 7 years ago
  48. dd4034c Merge pull request #626 from Dmitry-Me/betterTestDeletionLoop by Lee Thomason · 7 years ago
  49. b41e24a Better test deletion loop by Dmitry-Me · 7 years ago
  50. f0f2e99 Check result of Accept() by Dmitry-Me · 7 years ago
  51. 3a37e64 Merge pull request #623 from Dmitry-Me/testErrorName by Lee Thomason · 7 years ago
  52. e8f4a8b Fix crash when element is being inserted "after itself" by Dmitry-Me · 7 years ago
  53. 47845b6 Test ErrorName() returns valid string after SetError() by Dmitry-Me · 7 years ago
  54. a9e75d1 Clarify comment by Dmitry-Me · 7 years ago
  55. 7f0f754 Code cleanup to pass gcc -Weffc++ warnings by Thierry Lelegard · 7 years ago
  56. dbf18ad Merge pull request #613 from Dmitry-Me/testResultOfSetError by Lee Thomason · 7 years ago
  57. d3f6c63 Test SetError() has effect by Dmitry-Me · 7 years ago
  58. 2604336 Fix misleading comment by Dmitry-Me · 7 years ago
  59. 985ea1f Test Clear() clears the error by Dmitry-Me · 7 years ago
  60. caed4ec Clarify what is being tested by Dmitry-Me · 7 years ago
  61. 4bbf742 Merge pull request #603 from Dmitry-Me/cleanupFopenTests by Lee Thomason · 7 years ago
  62. 30dec75 Merge pull request #602 from Dmitry-Me/testWithStopwatchOff by Lee Thomason · 7 years ago
  63. cd453f8 Merge pull request #596 from Dmitry-Me/useValidPointerForUserData by Lee Thomason · 7 years ago
  64. 520009e Cleanup fopen() tests by Dmitry-Me · 7 years ago
  65. 1ab8587 Stopwatch must be stopped before test check by Dmitry-Me · 7 years ago
  66. 82e20b1 Merge pull request #601 from Dmitry-Me/testErrorIdAfterParse by Lee Thomason · 7 years ago
  67. 8d40f7a Test ErrorID after Parse() by Dmitry-Me · 7 years ago
  68. c0fad29 Cleanup stream mode tests by Dmitry-Me · 7 years ago
  69. c11a7c5 Merge pull request #599 from Dmitry-Me/cleanupSomeChecks by Lee Thomason · 7 years ago
  70. 63fe21f Merge pull request #597 from Dmitry-Me/betterTestQueryXText by Lee Thomason · 7 years ago
  71. bc6920b Cleanup and simplify checks by Dmitry-Me · 7 years ago
  72. 43c019d Better tests for Query???Text() by Dmitry-Me · 7 years ago
  73. 7d8dfb9 Use valid pointer for user data by Dmitry-Me · 7 years ago
  74. 8e06370 Test return values from nodes insertion by Dmitry-Me · 7 years ago
  75. 02d2764 Merge pull request #593 from Dmitry-Me/testDeletionViaDocument by Lee Thomason · 7 years ago
  76. 8d1bfbb Merge pull request #592 from Dmitry-Me/clarifyTestOutput by Lee Thomason · 7 years ago
  77. e5790db Test nodes deletion via document by Dmitry-Me · 7 years ago
  78. 6f4c4e7 Clarify and simplify test output by Dmitry-Me · 7 years ago
  79. de381df Indent directives consistently with surrounding code by Dmitry-Me · 7 years ago
  80. 646af8d Merge pull request #582 from Dmitry-Me/distinctDefaultAndReplacement by Lee Thomason · 7 years ago
  81. 0570580 Merge pull request #581 from Dmitry-Me/testQueryingAttributesBetter by Lee Thomason · 7 years ago
  82. 80379a3 Merge pull request #580 from Dmitry-Me/checkLoadSaveResult by Lee Thomason · 7 years ago
  83. bf9b3a2 remove code that creates directory. add file in out directory so that git creates the directory by Lee Thomason · 7 years ago
  84. 3d20c5d Use distinct values as default and replacement values by Dmitry-Me · 7 years ago
  85. 2087a27 Test querying attributes thoroughly by Dmitry-Me · 7 years ago
  86. 46b70ce Check result of LoadFile()/SaveFile() by Dmitry-Me · 7 years ago
  87. 3a6e51a fix build issue by Lee Thomason · 7 years ago
  88. e4dc721 fix an issue on windows by Lee Thomason · 7 years ago
  89. fc2a001 Merge pull request #578 from Dmitry-Me/checkReadingResults by Lee Thomason · 7 years ago
  90. cd33699 Merge pull request #577 from Dmitry-Me/checkParseResult by Lee Thomason · 7 years ago
  91. 7096e77 Merge pull request #573 from kbinny62/master by Lee Thomason · 7 years ago
  92. d1b8282 Check various stages of reading the XML file by Dmitry-Me · 7 years ago
  93. 68578f4 Check result of Parse() call by Dmitry-Me · 7 years ago
  94. 5d1aec1 Extract duplicated text string by Dmitry-Me · 7 years ago
  95. 9720fba xmltest.cpp: path separator is '\\' under WIN32 by kbinny62 · 7 years ago
  96. bf29a15 xmltest: create dir resources/out to avoid crashes by kbinny62 · 7 years ago
  97. 9832a5f "Found" and "expected" were swapped in some tests by Dmitry-Me · 7 years ago
  98. aea64c4 Test parsing result as early as possible by Dmitry-Me · 7 years ago
  99. 9e2d29b weird compile issues by Lee Thomason · 7 years ago
  100. 82bb074 tweak test by Lee Thomason · 7 years ago