Commit Graph

267 Commits

Author SHA1 Message Date
Lee Thomason 52913d12c9 add missing header for mac 2012-03-13 19:51:59 -07:00
Lee Thomason 4de93471f8 Apply a fix from DoDoEnt for 64 bit linux systems where var args would crash 2012-03-13 17:33:35 -07:00
Lee Thomason (grinliz) ea09bd065b fixed up headers. 2012-03-10 20:25:31 -08:00
Lee Thomason (grinliz) 7ca5558bca removed the pointer-diff 2012-03-07 21:54:57 -08:00
Lee Thomason 6f381b7739 Added performance test and option to leave entities 2012-03-02 12:59:39 -08:00
Lee Thomason 2705731775 add version info 2012-03-02 09:04:53 -08:00
Lee Thomason 12d5a03e33 clean up readme.txt 2012-02-29 16:19:03 -08:00
Lee Thomason (grinliz) 0218d9cd27 Merge branch 'master' of github.com:leethomason/tinyxml2 2012-02-28 13:26:23 -08:00
Lee Thomason 618dbf82c5 minor api addition from porting xenowar from TinyXML-1 to -2 2012-02-28 12:34:27 -08:00
Lee Thomason (grinliz) 0a4df4019c fix some warnings 2012-02-27 20:50:52 -08:00
Lee Thomason 7d00b9ab95 Patching up incorrect boilerplate code. Added clone/equal methods. 2012-02-27 17:54:22 -08:00
Lee Thomason (grinliz) 5ce4d97945 fix deprecation function mess 2012-02-26 21:14:23 -08:00
Lee Thomason (grinliz) ec7777efd5 added whitespace description 2012-02-26 20:51:27 -08:00
Lee Thomason (grinliz) 3a23a9c9c7 adding doxygen config file 2012-02-25 21:42:04 -08:00
Lee Thomason (grinliz) 9b093cc1ee Test on gcc. Fix warning. Fix uneeded params. Up VS debug to level 4 and fix warnings. 2012-02-25 21:30:18 -08:00
Lee Thomason (grinliz) 647eed32ef fix readme merge 2012-02-25 21:12:58 -08:00
Lee Thomason (grinliz) 2812986e93 a bunch of readme fixes 2012-02-25 21:11:20 -08:00
Lee Thomason 1e80bcc445 Update readme.txt 2012-02-24 21:52:04 -08:00
Lee Thomason (grinliz) 9c38d138ff license and readme 2012-02-24 21:50:50 -08:00
Lee Thomason (grinliz) 2a1cd27732 added a bunch of comments in 2012-02-24 17:37:53 -08:00
Lee Thomason (grinliz) 784607f31d another round on the element parsing. Test case passes. 2012-02-24 16:23:40 -08:00
Lee Thomason (grinliz) 7468f11413 better end element parsing 2012-02-24 08:56:50 -08:00
Lee Thomason (grinliz) 46a14cfec7 new element loop 2012-02-23 22:27:28 -08:00
Lee Thomason d627776dd3 The rest of the test cases. Some bugs, but should be a complete set. 2012-02-22 16:00:12 -08:00
Lee Thomason (grinliz) 20b0ef2eca missing utf8 files 2012-02-22 08:58:50 -08:00
Lee Thomason (grinliz) 68db57e452 UTF-8 tests passing. 2012-02-21 09:08:12 -08:00
Lee Thomason (grinliz) bd0a8ac60c Dream test passing. 2012-02-20 20:14:33 -08:00
U-Stream\Lee ae25a44d94 print to memory support 2012-02-17 17:48:16 -08:00
U-Stream\Lee 09a11c5964 test cases. Working out attribute interface. 2012-02-17 08:31:16 -08:00
Lee Thomason 1a1d4a72dd added attribute handling. StrPair can now new/delete memory. 2012-02-15 09:09:25 -08:00
Lee Thomason 1ff38e0a5c working with attributes. adding missing methods 2012-02-14 18:18:16 -08:00
Lee Thomason ec5a7b4d18 testing infrastructur 2012-02-13 18:16:52 -08:00
Lee Thomason e9ecdabf94 memory tracking 2012-02-13 18:11:20 -08:00
Lee Thomason 50adb4ca8e sync 2012-02-13 15:07:09 -08:00
Lee Thomason 50f97b2d06 added missing node types 2012-02-11 16:33:40 -08:00
Lee Thomason 751da529d9 adding a bunch of the api (which isn't yet hooked up.) 2012-02-10 08:50:51 -08:00
Lee Thomason 56bdd0259e improved the streamer interface so it doesn't require text parent. now possible to connect visitor and streamer. 2012-02-09 18:16:58 -08:00
Lee Thomason 43f59307cc integrated attributes into the placement new 2012-02-06 18:18:11 -08:00
Lee Thomason 455c9d4dd0 minor cleanup. 2012-02-06 09:14:14 -08:00
Lee Thomason d198322032 finally have the placement new working as desired. 2012-02-06 08:41:24 -08:00
Lee Thomason 2c85a711f1 more refactoring. cleaning out container classes. 2012-01-31 08:24:24 -08:00
Lee Thomason 1270ae58e4 cleaned up the memory 2012-01-27 17:58:30 -08:00
Lee Thomason 7c913cd6db more cleaning up the interface. 2012-01-26 18:32:34 -08:00
Lee Thomason 18d68bdf6b removed the char allocator. Started cleaning up the document code. 2012-01-26 18:17:26 -08:00
Lee Thomason 951d88394c entity output 2012-01-26 08:47:06 -08:00
Lee Thomason 857b868ca6 WIP. syncing machines. 2012-01-25 17:50:25 -08:00
Lee Thomason 8ee79897c0 added entity input support. 2012-01-25 17:44:30 -08:00
Lee Thomason 24767b05ab work on the streamer class. A little optimization to the string class. Formatting work. 2012-01-25 17:16:23 -08:00
Lee Thomason 5cae897775 pulled out streamer class. 2012-01-24 18:03:07 -08:00
Lee Thomason 67d6131d74 new element parsing. reasonable set of test cases. 2012-01-24 16:01:51 -08:00