Commit Graph

  • c97ded4872 Merge pull request #98 from martinsh-shaiters/devel Lee Thomason 2013-01-30 10:05:29 -0800
  • 53ab79afad Add unit test for XMLDocument::Clear(). Martinsh Shaiters 2013-01-30 11:21:36 +0200
  • a9d42b0dd3 Replace InitDocument() with Clear() and make it part of the API. Martinsh Shaiters 2013-01-30 11:14:27 +0200
  • 8afdb09aa4 Merge pull request #97 from marek5335/master Lee Thomason 2013-01-28 11:09:56 -0800
  • 8e66b77c91 Fixed CMake config file to properly install on windows Marek Pokorny 2013-01-28 10:52:01 -0800
  • 86ca9dc1ee correctly set version via script Lee Thomason 2013-01-28 07:31:59 -0800
  • 63339bcd7d up the version Lee Thomason 2013-01-28 07:28:46 -0800
  • 0aecb5c770 Merge remote-tracking branch 'martinsh/issue#53-fix' Lee Thomason 2013-01-28 07:23:19 -0800
  • 95b3e6543b Add test case for element names with leading digit. Martinsh Shaiters 2013-01-26 23:08:10 +0200
  • c6d02f48d5 Implement new utility functions for testing validity of name and token characters. Martinsh Shaiters 2013-01-26 21:22:57 +0200
  • 23e7ae6085 Add test for lead non-alpha characters in attribute names. Martinsh Shaiters 2013-01-26 20:15:44 +0200
  • 178e4ccd5b Add file load to xmltest. Lee Thomason 2013-01-25 16:19:05 -0800
  • 980e535aae Merge pull request #91 from martinsh-shaiters/doxyfix Lee Thomason 2013-01-15 16:33:10 -0800
  • c9c8b77d87 Moves example documentation from xmltest.h to xmltest.cpp Martinsh Shaiters 2013-01-16 02:08:19 +0200
  • bbad12a922 Sets readme.md to be used as MainPage for generated documentation Martinsh Shaiters 2013-01-16 01:55:39 +0200
  • 4504aab21d Upgrades dox to Doxyfile version 1.8.3 Martinsh Shaiters 2013-01-16 00:54:58 +0200
  • dfc494ffc5 Merge pull request #90 from martinsh-shaiters/mingw Lee Thomason 2013-01-15 13:47:59 -0800
  • 267d4d8f8e Merge pull request #88 from martinsh-shaiters/doxy Lee Thomason 2013-01-15 13:47:14 -0800
  • 39ddc268cb Adds conditional include of io.h when compiling with MinGW Martinsh Shaiters 2013-01-15 21:53:08 +0200
  • 3acf157857 Eliminate warning about missing readme.txt, use readme.md Martinsh Shaiters 2013-01-15 06:20:22 +0200
  • 9352408301 Merge pull request #87 from MortenMacFly/master Lee Thomason 2013-01-14 11:10:43 -0800
  • 4ee49f1690 Eliminate warnings with GCC/MinGW MortenMacFly 2013-01-14 20:03:14 +0100
  • f563fa1a29 Merge pull request #85 from kainjow/master Lee Thomason 2013-01-09 09:43:11 -0800
  • 273f7b4cf8 Fixed wrongly encoded apostrophe. Fixed typo. Kevin Wojniak 2013-01-09 09:21:13 -0800
  • 15408a952d VS2010 Express solution files mangeled. Move to subdirectory and recreate Lee Thomason (grinliz) 2013-01-08 08:46:50 -0800
  • ec3454bafc Merge pull request #84 from Jerome7573/master Lee Thomason 2013-01-07 15:07:23 -0800
  • 242c3eaa33 Reverting std lib is in std:: namespace and using .h versions instead Jerome Martinez 2013-01-06 12:20:04 +0100
  • a6412ac2d5 add a printing test Lee Thomason 2012-12-13 15:39:11 -0800
  • 5b0a677712 fix incorrect assert on unused memory Lee Thomason 2012-11-19 13:54:42 -0800
  • 998116e587 up the version Lee Thomason 2012-11-12 13:04:56 -0800
  • 685b895172 trivial comment fix Lee Thomason 2012-11-12 13:00:06 -0800
  • 8950b37aa0 Merge branch 'master' of https://github.com/leethomason/tinyxml2 Lee Thomason 2012-11-12 12:59:25 -0800
  • 248e523dad Merge pull request #80 from kainjow/master Lee Thomason 2012-11-12 12:59:18 -0800
  • 2fa8172236 type XMLError. fix some comments Lee Thomason 2012-11-09 12:37:46 -0800
  • 04c22d250a Enclose code in namespace instead of 'using namespace' to resolve conflict on Windows with MSXML. Fixes issue #37. Kevin Wojniak 2012-11-08 11:02:22 -0800
  • 67abded7f7 Merge branch 'master' of https://github.com/leethomason/tinyxml2 Lee Thomason 2012-10-25 16:12:48 -0700
  • 687f90e843 Merge pull request #76 from Jerome7573/master Lee Thomason 2012-10-24 10:20:38 -0700
  • ae9ab0741e test case for unlinked nodes, commented out Lee Thomason 2012-10-24 10:17:53 -0700
  • 7921df1b47 Moved COUNT from private to public Jerome Martinez 2012-10-24 11:45:44 +0200
  • 856da21652 fix duplicated COUNT logic Lee Thomason (grinliz) 2012-10-19 09:08:15 -0700
  • 7fbefab95d std lib is in std:: namespace only and array definition is not possible with an enum Jerome Martinez 2012-10-19 11:30:33 +0200
  • 1aa8fc4a1e fix up rename on windows format_changes Lee Thomason 2012-10-13 20:01:30 -0700
  • 624d43fc05 finish switching to _ for member vars Lee Thomason 2012-10-12 10:58:48 -0700
  • ed5c879dfe switch StrPair() over to _ for member vars Lee Thomason 2012-10-12 10:09:48 -0700
  • 120b3a62be switch StrPair() over to _ for member vars Lee Thomason 2012-10-12 10:06:59 -0700
  • a9cf3f9f3f Switched to Artistic Style auto-formatting to allow integration of patches from other coding styles. Lee Thomason 2012-10-11 16:56:51 -0700
  • 3572ae0308 Merge pull request #69 from sniperbat/master Lee Thomason 2012-10-11 09:48:06 -0700
  • a5716b787a nothing but just remove compile warning sniperbat 2012-10-11 15:22:28 +0800
  • 3cd66ee850 fix a fopen bug: rb should be w Lee Thomason 2012-09-25 13:22:41 -0700
  • 99024dc20b Merge branch 'master' of github.com:leethomason/tinyxml2 Lee Thomason (grinliz) 2012-09-23 20:26:12 -0700
  • fc6320e30a experimented with print f vs. g. increased version Lee Thomason (grinliz) 2012-09-23 20:25:50 -0700
  • ac8e0ce21c only turn off deprecated warnings for test file Lee Thomason 2012-09-23 14:06:43 -0700
  • 0922b7389f Replaced pragmas with compiler define. Thomas Roß 2012-09-23 16:31:22 +0200
  • e2bcb32494 accept a nBytes argument for Parse() Lee Thomason (grinliz) 2012-09-17 17:58:25 -0700
  • 2f1f6247e0 remove trailing spaces Lee Thomason (grinliz) 2012-09-16 11:32:34 -0700
  • 6da5410110 changes for martell to clean up fopen Lee Thomason (grinliz) 2012-09-09 22:05:49 -0700
  • 79869e77f9 changes for martell to clean up fopen Lee Thomason (grinliz) 2012-09-09 22:04:52 -0700
  • 9b6011c478 working out whitespace notes Lee Thomason (grinliz) 2012-09-09 19:12:06 -0700
  • c5defa6b25 whitespace doc whitespace Lee Thomason (grinliz) 2012-09-08 22:06:14 -0700
  • 0fa8299d99 whitespace tests and review Lee Thomason (grinliz) 2012-09-08 21:53:47 -0700
  • 62d1c5a739 fix merge Lee Thomason (grinliz) 2012-09-08 21:44:12 -0700
  • 5fbacbec06 fix name parsing to accept additional lead characters Lee Thomason (grinliz) 2012-09-08 21:40:53 -0700
  • 491d587484 Merge branch 'master' into whitespace Lee Thomason (grinliz) 2012-09-08 21:24:00 -0700
  • 4dbe869cd7 increase the version Lee Thomason (grinliz) 2012-09-08 21:23:33 -0700
  • 6b8b012daa added test case for compact save Lee Thomason (grinliz) 2012-09-08 21:21:00 -0700
  • b476109083 Merge remote-tracking branch 'IOBYTE/master' Lee Thomason (grinliz) 2012-09-08 21:15:11 -0700
  • 6020a01812 remove debug mem write when in release mode Lee Thomason (grinliz) 2012-09-08 21:15:09 -0700
  • 312a20fdd4 Add support to XMLDocument to save file in compact mode. Robert Reif 2012-09-08 19:33:57 -0400
  • 186476c665 Shut up visual studio Martell 2012-09-06 16:41:46 +0100
  • bc1bfb7f27 added whitespace=collapse support. tests work. code needs review Lee Thomason (grinliz) 2012-08-20 22:00:38 -0700
  • 77d7f206f6 fix typo in readme Lee Thomason 2012-07-29 18:51:41 -0700
  • c38906b11c Merge pull request #46 from pzychotic/master Lee Thomason 2012-07-26 11:56:28 -0700
  • a6dd8c66cf Fixed path to utf8testout.xml. Thomas Roß 2012-07-26 20:42:18 +0200
  • 4a69e7ec3d Merge pull request #44 from cxcaixinster/master Lee Thomason 2012-07-25 21:02:22 -0700
  • 385b28c1c7 Fix reference to readme in visual studio project cxcaixinster 2012-07-26 10:51:57 +0800
  • e9699e6cd2 fix up mkdir on win vs. *nix Lee Thomason 2012-07-25 12:24:23 -0700
  • ef1c69cf15 CreateDirectory replaced by cross-platform mkdir function Arkadiy Shapkin 2012-07-25 22:10:39 +0400
  • ff72d1fb82 Intermediate files added to .gitignore Arkadiy Shapkin 2012-07-24 00:24:07 +0400
  • f980fdcd22 Merge pull request #42 from KindDragon/master Lee Thomason 2012-07-21 18:15:16 -0700
  • 2204dda8fe Readme format changed to markdown Arkadiy Shapkin 2012-07-21 02:15:50 +0400
  • c83127973d fix some compiler warnings, and fragile code, in the test output Lee Thomason 2012-07-16 12:44:41 -0700
  • e736f294c5 XMLPrinter::accumulator is only needed if MSVC is used. PKEuS 2012-07-16 03:27:55 -0700
  • c28ba3aeab Fixed cppcheck warnings PKEuS 2012-07-16 03:08:47 -0700
  • 21be882810 Moving string in/out into XMLUtil. Using that across the API. Supporting text queries of primitive types. Lee Thomason 2012-07-15 17:27:22 -0700
  • 78a773ddd9 Fix attribute parsing to correctly handle white space Lee Thomason 2012-07-02 10:10:19 -0700
  • 390e978da1 Fix infinite loop bug in ShallowEqual. Fix a warning with a re-interpret cast. Up version to 1.0.4 Lee Thomason (grinliz) 2012-07-01 21:22:53 -0700
  • a3efec0449 clean up some warnings Lee Thomason 2012-06-15 14:30:44 -0700
  • c78dc01bfd removed extra and incorrect 'const' Lee Thomason 2012-06-12 13:12:15 -0700
  • 78d450b54e increase version Lee Thomason 2012-06-04 17:05:58 -0700
  • 4cd8534a1e actually add comments Lee Thomason 2012-06-04 17:02:37 -0700
  • 7b1b86a1c9 removed confusing getter/setter. cleaned up comments. Lee Thomason 2012-06-04 17:01:38 -0700
  • 6e0e38b372 Merge remote-tracking branch 'sniperbat/master' Lee Thomason 2012-06-04 16:50:30 -0700
  • 2590088631 Add compact mode to XMLPrinter, for printing without '\n' and space. let output file smaller. usage: //------------------------------------------------ XMLPrinter printer; printer->SetCompactMode( true ); //enable compact mode doc->Print( &printer ); SomeFunction( printer.CStr() ); //------------------------------------------------ or //------------------------------------------------ //enable at construction XMLPrinter printer( file, true ); // to file //XMLPrinter printer( NULL, true ); // to men doc->Print( &printer ); SomeFunction( printer.CStr() ); //------------------------------------------------ sniperbat 2012-05-28 17:22:07 +0800
  • 9a0eb46d71 Merge git://github.com/leethomason/tinyxml2 hasufell 2012-05-26 23:51:47 +0200
  • 48ea0bcf80 renamed function, added test case Lee Thomason (grinliz) 2012-05-26 14:41:14 -0700
  • 2cc75b32b5 Merge pull request #2 from hyperair/master hasufell 2012-05-23 17:58:58 -0700
  • 0eb8e9da08 Fix out of source installation with tinyxml2.pc Chow Loong Jin 2012-05-24 02:44:19 +0800
  • abcdbd9112 Standardize style of CMakeLists.txt Chow Loong Jin 2012-05-23 19:42:36 +0800
  • 7c1f52a437 Merge pull request #1 from hyperair/master hasufell 2012-05-22 15:13:20 -0700
  • a1beafaff8 Add pkgconfig file Chow Loong Jin 2012-05-23 06:02:20 +0800