Commit Graph

  • 82e20b1831 Merge pull request #601 from Dmitry-Me/testErrorIdAfterParse Lee Thomason 2017-08-09 11:12:18 -0700
  • e9945966c2 Merge pull request #600 from Dmitry-Me/cleanupStreamModeTests Lee Thomason 2017-08-09 11:11:12 -0700
  • 8d40f7a565 Test ErrorID after Parse() Dmitry-Me 2017-08-09 19:10:08 +0300
  • c0fad29082 Cleanup stream mode tests Dmitry-Me 2017-08-09 19:05:42 +0300
  • c11a7c5ca0 Merge pull request #599 from Dmitry-Me/cleanupSomeChecks Lee Thomason 2017-08-07 13:50:51 -0700
  • 68edbcee49 Merge pull request #598 from Dmitry-Me/fallThroughComments Lee Thomason 2017-08-07 13:49:56 -0700
  • 63fe21f4dc Merge pull request #597 from Dmitry-Me/betterTestQueryXText Lee Thomason 2017-08-07 13:49:12 -0700
  • 30cdecada1 Merge pull request #595 from Dmitry-Me/checkInsertionReturnValues Lee Thomason 2017-08-07 13:42:07 -0700
  • bc6920b681 Cleanup and simplify checks Dmitry-Me 2017-08-03 18:46:31 +0300
  • 3cc6f5c6f2 Annotate fall throughs with comments Dmitry-Me 2017-08-03 18:42:20 +0300
  • 43c019d44e Better tests for Query???Text() Dmitry-Me 2017-08-02 18:05:23 +0300
  • 7d8dfb9ee2 Use valid pointer for user data Dmitry-Me 2017-08-01 17:48:54 +0300
  • 8e06370191 Test return values from nodes insertion Dmitry-Me 2017-08-01 17:40:40 +0300
  • 02d2764fd7 Merge pull request #593 from Dmitry-Me/testDeletionViaDocument Lee Thomason 2017-07-28 09:04:08 -0700
  • 8d1bfbbf7c Merge pull request #592 from Dmitry-Me/clarifyTestOutput Lee Thomason 2017-07-28 08:57:15 -0700
  • 1529580734 Merge pull request #591 from Dmitry-Me/properIndentDirectives Lee Thomason 2017-07-28 08:56:10 -0700
  • 48725fa8ec Merge pull request #590 from Dmitry-Me/betterVariableName Lee Thomason 2017-07-28 08:55:16 -0700
  • e5790dba97 Test nodes deletion via document Dmitry-Me 2017-07-28 17:54:38 +0300
  • 6f4c4e726b Clarify and simplify test output Dmitry-Me 2017-07-27 12:06:56 +0300
  • de381df35c Indent directives consistently with surrounding code Dmitry-Me 2017-07-26 18:05:25 +0300
  • effab6ff06 Better variable name Dmitry-Me 2017-07-26 17:57:50 +0300
  • f0f506fe5a Update html5-printer.cpp DragonValley 2017-07-19 22:24:23 +0200
  • f209bf6642 CMake: Respect libdir for config files Rémi Verschelde 2017-07-17 15:50:34 +0200
  • f3f9925f12 update docs Lee Thomason 2017-07-15 19:39:42 -0700
  • aca4fb16d0 new docs Lee Thomason 2017-07-15 19:38:08 -0700
  • 528986ff26 update readme Lee Thomason 2017-07-15 19:37:47 -0700
  • 7573756314 add docs Lee Thomason 2017-07-15 19:27:50 -0700
  • 646af8d214 Merge pull request #582 from Dmitry-Me/distinctDefaultAndReplacement Lee Thomason 2017-07-15 19:00:49 -0700
  • 0570580178 Merge pull request #581 from Dmitry-Me/testQueryingAttributesBetter Lee Thomason 2017-07-15 18:59:42 -0700
  • 80379a331d Merge pull request #580 from Dmitry-Me/checkLoadSaveResult Lee Thomason 2017-07-15 18:42:38 -0700
  • bf9b3a263a remove code that creates directory. add file in out directory so that git creates the directory Lee Thomason 2017-07-15 18:37:32 -0700
  • ef11c2f8ec Update on html5-printer.cpp DragonValley 2017-07-15 05:53:26 +0200
  • 3d20c5de68 Use distinct values as default and replacement values Dmitry-Me 2017-07-10 18:28:19 +0300
  • 2087a276c3 Test querying attributes thoroughly Dmitry-Me 2017-07-10 18:13:07 +0300
  • 46b70ce517 Check result of LoadFile()/SaveFile() Dmitry-Me 2017-07-10 17:54:24 +0300
  • 3a6e51a12f fix build issue Lee Thomason 2017-07-06 17:08:37 -0700
  • e4dc7218a5 fix an issue on windows Lee Thomason 2017-07-06 17:05:01 -0700
  • fc2a0017d7 Merge pull request #578 from Dmitry-Me/checkReadingResults Lee Thomason 2017-07-06 16:55:09 -0700
  • cd33699926 Merge pull request #577 from Dmitry-Me/checkParseResult Lee Thomason 2017-07-06 16:54:26 -0700
  • 7096e779d0 Merge pull request #573 from kbinny62/master Lee Thomason 2017-07-06 16:52:00 -0700
  • d1b82825fb Check various stages of reading the XML file Dmitry-Me 2017-07-04 18:02:54 +0300
  • 68578f4730 Check result of Parse() call Dmitry-Me 2017-07-03 18:21:23 +0300
  • c1f1de724f Merge pull request #575 from Dmitry-Me/extractDuplicatedString Lee Thomason 2017-06-28 10:43:01 -0700
  • 5d1aec10fa Extract duplicated text string Dmitry-Me 2017-06-28 14:51:17 +0300
  • 9720fbaf47 xmltest.cpp: path separator is '\\' under WIN32 kbinny62 2017-06-27 01:40:33 +0000
  • 37bc3aca42 upping the version to 5.0.1 to fix release vs. source problem 5.0.1 Lee Thomason 2017-06-26 16:56:16 -0700
  • 8c9e3133c4 remove error string inline. hopefully helps with odd linking issues Lee Thomason 2017-06-26 16:55:01 -0700
  • 563ee82093 Merge pull request #571 from hyperair/cmake-add-test Lee Thomason 2017-06-26 16:40:06 -0700
  • 4ee9ebdfd2 Merge pull request #570 from jasjuang/master Lee Thomason 2017-06-26 16:37:42 -0700
  • a4f48c1167 Merge pull request #572 from Dmitry-Me/swapFoundAndExpected Lee Thomason 2017-06-26 16:37:21 -0700
  • bf29a15242 xmltest: create dir resources/out to avoid crashes kbinny62 2017-06-23 18:15:25 +0000
  • 9832a5f05d "Found" and "expected" were swapped in some tests Dmitry-Me 2017-06-23 18:29:16 +0300
  • 48d45b29a9 Use `make test` in travis.yml Chow Loong Jin 2017-06-22 01:20:55 +0800
  • 5381145957 Use CTest to add xmltest as a testcase so make test works Chow Loong Jin 2017-06-22 01:14:07 +0800
  • a5ab98a582 fix issue #516 jasjuang 2017-06-20 17:25:42 -0700
  • 369f306b37 Merge branch 'master' of github.com:leethomason/tinyxml2 Lee Thomason 2017-06-20 09:18:54 -0700
  • 8bba8b41d6 mark unused enums Lee Thomason 2017-06-20 09:18:41 -0700
  • 3f169ac424 Merge pull request #568 from Dmitry-Me/checkParsingErrorEarlier Lee Thomason 2017-06-20 09:17:21 -0700
  • 86be0cdfe5 Merge pull request #566 from redagito/master Lee Thomason 2017-06-20 09:08:39 -0700
  • aea64c4b75 Test parsing result as early as possible Dmitry-Me 2017-06-20 18:20:15 +0300
  • dfcf5488ea CMake fix for static library only build Robert J 2017-06-20 13:41:17 +0200
  • 81b2194462 setting the version to 5.0.0 5.0.0 Lee Thomason 2017-06-19 14:39:49 -0700
  • 9201bb96d3 Merge pull request #563 from Dmitry-Me/betterParameterNameInClone Lee Thomason 2017-06-19 14:23:39 -0700
  • 3f63f21cf5 Better parameter name Dmitry-Me 2017-06-19 18:25:19 +0300
  • 9e2d29b373 weird compile issues Lee Thomason 2017-06-16 09:51:11 -0700
  • 82bb074b49 tweak test Lee Thomason 2017-06-16 09:48:20 -0700
  • 224ef775c6 add test case Lee Thomason 2017-06-16 09:45:26 -0700
  • 8a763619ac fix incorrect factoring Lee Thomason 2017-06-16 09:30:16 -0700
  • bc527554e8 Merge pull request #558 from leethomason/clone Lee Thomason 2017-06-15 12:01:48 -0700
  • 5cfb946953 Merge pull request #562 from Dmitry-Me/testMemoryLeaksInDebugHeap Lee Thomason 2017-06-15 10:30:30 -0700
  • 275067a91f Merge pull request #561 from Dmitry-Me/unlinkedElementsAssertions Lee Thomason 2017-06-15 10:29:07 -0700
  • ed78570c66 Programmatically check no leaks are reported in the VC++ debug heap Dmitry-Me 2017-06-15 13:39:53 +0300
  • c2f677b05e Unlinked nodes assertions Dmitry-Me 2017-06-15 12:44:27 +0300
  • 1346a174ae tweak comments. fix copy to self case. Lee Thomason 2017-06-14 15:14:19 -0700
  • 1bbc66b193 Merge branch 'master' into clone Lee Thomason 2017-06-14 15:10:37 -0700
  • e84f68a68a Merge branch 'memleak2' Lee Thomason 2017-06-14 15:03:32 -0700
  • b754ddf0fb address feedback from review Lee Thomason 2017-06-14 15:02:38 -0700
  • 7ce75bc2bb Merge pull request #557 from jasjuang/master Lee Thomason 2017-06-14 14:50:53 -0700
  • 816d3fa0cd Fix string leaking (and destructors not getting called) when there are XMLNodes that aren't in the document tree Lee Thomason 2017-06-05 14:35:55 -0700
  • 6aa06f0b74 Merge 557e3a68a5 into 53858b4490 Lee Thomason 2017-06-05 20:44:22 +0000
  • 557e3a68a5 Merge branch 'memleak' of github.com:leethomason/tinyxml2 into memleak Lee Thomason 2017-06-05 13:44:11 -0700
  • e2ef9c539c fix reformat Lee Thomason 2017-06-01 21:40:08 -0700
  • e912cb236f testing. cleanup. comment Lee Thomason 2017-06-01 21:29:16 -0700
  • a043fba480 optimization?? Lee Thomason 2017-06-01 21:13:22 -0700
  • 0304eb5f47 fix reformat Lee Thomason 2017-06-01 21:40:08 -0700
  • f4e8664df2 testing. cleanup. comment Lee Thomason 2017-06-01 21:29:16 -0700
  • 2ddf1781d9 another approach at tracking Lee Thomason 2017-06-01 21:25:12 -0700
  • 59916f60a3 optimization?? Lee Thomason 2017-06-01 21:13:22 -0700
  • 8f973dc043 simpler approach Lee Thomason 2017-06-01 21:05:08 -0700
  • d383bc2623 initial wip Lee Thomason 2017-06-01 20:36:30 -0700
  • 34936c2ac5 Merge 792bf541b9 into 53858b4490 aflaischer 2017-06-02 03:26:12 +0000
  • 3e2e642788 Merge 803618a2e4 into 53858b4490 Dmitry 2017-06-02 03:26:12 +0000
  • 2162f13b02 Merge f11bfb5f55 into 53858b4490 Dmitry-Me 2017-06-02 03:26:12 +0000
  • 53858b4490 minor formatting fix and very strange memory tracker missing Lee Thomason 2017-06-01 19:09:16 -0700
  • ced18c05b9 missing var?? Lee Thomason 2017-06-01 18:50:12 -0700
  • a30f8bd136 Merge remote-tracking branch 'origin/master' into clone Lee Thomason 2017-06-01 18:46:53 -0700
  • b29f556ab0 comment Lee Thomason 2017-06-01 18:45:32 -0700
  • 7085f00e40 deep copy and clone Lee Thomason 2017-06-01 18:09:43 -0700
  • f66441e3e7 add in support for cmake export, manual Findtinyxml2.cmake is no longer needed jasjuang 2017-06-01 17:25:30 -0700
  • 83d9f3d040 Merge 9764ba31ab into 33a1f8bd6c Juan Cardelino 2017-05-22 20:10:10 +0000