Commit Graph

  • e693488742 fix compilation warning. Lee Thomason 2014-02-22 16:27:27 -0800
  • 613410095c Provide finer control over indentation inside the XMLPrinter. You'll have to subclass it to override its standard behaviour by overwriting CompactMode(). Uli Kusterer 2014-02-22 17:17:25 +0100
  • 5f88e72691 fix the build script. set the build properly Lee Thomason 2014-02-21 22:57:38 -0800
  • 7de26f7dc7 Merge remote-tracking branch 'origin/master' Lee Thomason 2014-02-21 22:47:21 -0800
  • 82d3200571 clean up some error checking logic Lee Thomason 2014-02-21 22:47:18 -0800
  • c18eb23326 spelling fixes and make PrintSpace() virtual and protected. Lee Thomason 2014-02-21 17:31:17 -0800
  • 5d1d27e88b Keep indentation control fully inside the XMLPrinter. You'll have to subclass it to override its standard behaviour by overwriting CompactMode(). Uli Kusterer 2014-02-20 11:50:22 +0100
  • 07ac762b80 SetBoolFirstChild now makes sure its bool is not wrapped onto its own line. Uli Kusterer 2014-02-01 15:06:50 +0100
  • b85b4e0a60 Merge branch 'pernodecompactwhitespace' Uli Kusterer 2014-02-01 13:38:04 +0100
  • ca412e87f2 SetForceCompactMode() now also handles case of a single tag inside another correctly. Uli Kusterer 2014-02-01 13:35:05 +0100
  • 15354f88c3 Give tests a few more chances to fail, e.g. on tag sequences or attributes. Uli Kusterer 2014-02-01 13:06:39 +0100
  • d5c9e8b81d Added SetForceCompactMode() for overriding the compact setting on a per-node level. All sub-nodes will be printed compact as well. Uli Kusterer 2014-02-01 12:48:51 +0100
  • 593a33d061 Added SetForceCompactMode() for overriding the compact setting on a per-node level. All sub-nodes will be printed compact as well. Uli Kusterer 2014-02-01 12:48:51 +0100
  • 53fe47c74e Remove long long stuff again. Uli Kusterer 2014-01-27 01:47:30 +0100
  • 35ce309f73 Urk, forgot to build this one after merging and goofed a bit. Uli Kusterer 2014-01-25 03:37:16 +0100
  • 2861a7e63a Merge branch 'master' of https://github.com/leethomason/tinyxml2 Uli Kusterer 2014-01-25 03:12:21 +0100
  • 5bb2d8079b add variants of SetText() to support types Lee Thomason 2014-01-24 10:42:57 -0800
  • 9c0678a01d trim the test cases and review Lee Thomason 2014-01-24 10:18:27 -0800
  • 321072ee0b Add tests for SetText(). Uli Kusterer 2014-01-21 01:57:38 +0100
  • 664d05662e Support for 'long long' number values. Uli Kusterer 2014-01-21 12:24:47 +0100
  • 4cd1f269c2 Added IntText(), UnsignedText(), DoubleText() and FloatText() convenience wrappers. Uli Kusterer 2014-01-21 02:54:36 +0100
  • ff8e2041dd To bring BoolFirstChild() more in line with the other methods, reimplemented it in terms of a new QueryBoolFirstChild(). Uli Kusterer 2014-01-21 02:53:47 +0100
  • 4af5573f42 Tests for SetBoolFirstChild and BoolFirstChild. Uli Kusterer 2014-01-21 02:36:47 +0100
  • c1c20bb196 Bools should really be implemented as self-closing <true /> and <false /> tags, not as 0/1 inside a tag, so removing those SetText variants again, in favor of SetBoolFirstChild() and BoolFirstChild() methods. Uli Kusterer 2014-01-21 02:23:20 +0100
  • 7411c08e90 Add tests for SetText(). Uli Kusterer 2014-01-21 01:57:38 +0100
  • dcefa0e43f Add typed convenience setters for SetText(). Uli Kusterer 2014-01-21 01:36:41 +0100
  • 869bb599c1 Make SetText() behave like the docs say. Uli Kusterer 2014-01-21 01:36:16 +0100
  • 85fff5e50a Add comment for SetText(). Uli Kusterer 2014-01-21 01:35:30 +0100
  • 8fe342a872 Add SetText() as analog to GetText(). Uli Kusterer 2014-01-21 01:12:47 +0100
  • 44ce7930b7 Merge branch 'master' of https://github.com/leethomason/tinyxml2 Lee Thomason 2014-01-14 12:30:18 -0800
  • c3708ccf08 implement a fix to floating point precision as proposed by schuellc. Lee Thomason 2014-01-14 12:30:03 -0800
  • 2ece2f1690 Merge pull request #150 from danmar/master Lee Thomason 2014-01-10 13:35:19 -0800
  • ba4b328b3d Fixed issue 147 (XMLDocument::LoadFile() may crash on non-regular file) Daniel Marjamäki 2014-01-10 21:37:27 +0100
  • 343a5ff3bd Merge pull request #144 from sopvop/patch-1 Lee Thomason 2013-12-12 13:47:11 -0800
  • 3dacebf8ee add TINYXML2_EXPORT define when building shared lib Leonid Onokhov 2013-12-12 15:07:34 +0300
  • 61871d60a6 Fix up the readme, add attribution for the logo. Lee Thomason 2013-12-05 11:44:38 -0800
  • ce0510ba2d rename Reset to Clear to be consistent with XMLDocument Lee Thomason 2013-11-26 21:29:37 -0800
  • 3bc3d4e24c Added a method to reset the memory buffer to the XMLPrinter class. Reinhard Klambauer 2013-11-22 14:05:21 +0100
  • 4e74b13e7a Added a method to reset the memory buffer of the DynArray class. Reinhard Klambauer 2013-11-22 14:01:58 +0100
  • 370761b179 Merge pull request #140 from ledyba/check_data_len Lee Thomason 2013-11-05 10:52:04 -0800
  • 690ba07bda you have to check len before accsessing "p". psi 2013-11-03 10:54:33 +0900
  • e1979a883b Merge pull request #139 from dennisjenkins75/master Lee Thomason 2013-10-26 21:53:16 -0700
  • 5613cb9237 up the version Lee Thomason 2013-10-26 21:52:35 -0700
  • 3b7927efb5 formatting tweaks Lee Thomason 2013-10-26 21:50:46 -0700
  • 68a1c93e2e Grammar error: there -> their. Dennis Jenkins 2013-10-25 23:01:34 -0500
  • ed52328ced Insert() methods check for inserted XML to be in the same doc, and remove XML from old location if already inserted. Michael Daumling 2013-10-23 07:47:29 +0200
  • ab42b16bac Merge pull request #136 from FreakC/master Lee Thomason 2013-10-22 11:36:29 -0700
  • 2162688ad3 Issue #134: Change 3 methods to not being inlined. They reference the StrPair class, which is not exported, thus creating linker problems with tinyxml2 in a DLL. Michael Daumling 2013-10-22 17:03:37 +0200
  • 927fe73c5b Merge pull request #133 from dennisjenkins75/master Lee Thomason 2013-10-16 13:59:10 -0700
  • d31021392a Changed indentation style to match tinyxml2 project. Dennis Jenkins 2013-10-11 16:59:49 -0500
  • bc785155f2 Changed indentation style to match tinyxml2 project. Dennis Jenkins 2013-10-11 16:55:14 -0500
  • 9460e5093c Demo/example/contrib of using tinyxml2 to generate confomant HTML5. Dennis Jenkins 2013-10-11 16:48:55 -0500
  • 44ba601c5f Merge pull request #131 from dennisjenkins75/master Lee Thomason 2013-10-10 22:10:29 -0700
  • 59c75d3322 Added method DynArray::PeekTop(), provides useful abstraction in tinyxml2::XMLPrinterHTML5::CloseElement(). Made tinyxml2::CloseElement() and destructor virtual. Made tinyxml2::_SealElement(), _elementJustOpened and _stack all protected instead of private (needed in XMLPrinterHTML5 to selective prevent some elements from being self-closing). Dennis Jenkins 2013-10-08 13:10:07 -0500
  • 74a81cf1d9 minor readme update Lee Thomason 2013-09-12 23:59:43 -0700
  • 1f83145cb4 Merge branch 'master' of github.com:leethomason/tinyxml2 Lee Thomason 2013-09-12 23:53:47 -0700
  • 1688114e55 add logo Lee Thomason 2013-09-12 23:53:08 -0700
  • 03238517b3 Merge pull request #125 from PKEuS/master Lee Thomason 2013-08-05 13:04:27 -0700
  • 1bfb95488f Added depth as constructor argument to XMLPrinter. This way, XML files that are not written with XMLDocument can be properly indented. Removed unused forward declaration PKEuS 2013-08-04 13:51:17 +0200
  • db304256bb clean up the pass/fail logic, still return the same value from test if it fails Lee Thomason (grinliz) 2013-07-31 12:24:52 -0700
  • 70d343f513 Merge pull request #124 from diasbruno/makefile-test Lee Thomason 2013-07-31 12:21:42 -0700
  • 8b482728ef Merge pull request #123 from diasbruno/xmltest-return Lee Thomason 2013-07-31 12:21:25 -0700
  • 9c1ef1d4a3 Merge pull request #120 from PKEuS/master Lee Thomason 2013-07-31 12:15:53 -0700
  • 032aa1b96c added test rule. Bruno Dias 2013-07-31 12:01:12 -0300
  • 721b42da8e make the xmltest to return != 0, if one of the tests has failed. Bruno Dias 2013-07-31 11:50:44 -0300
  • 95060350bd Removed dllexport/import attribute from private class, disable related warning C4251 PKEuS 2013-07-26 10:42:44 +0200
  • 0c55c70b11 Improved output paths in VS solution PKEuS 2013-07-06 12:19:04 +0200
  • 16ed47dc14 Added support for building TinyXML as a .lib or .dll PKEuS 2013-07-06 12:02:43 +0200
  • 1c9250cab5 Merge pull request #119 from PKEuS/master Lee Thomason 2013-07-07 17:37:22 -0700
  • 1c5f99e37c Fixed two cppcheck messages PKEuS 2013-07-06 11:28:39 +0200
  • 632c57217c Improved VS solution: Added x64 configuration, enabled optimizations PKEuS 2013-07-06 11:28:16 +0200
  • 392bcd2485 Merge pull request #114 from Vasily-Biryukov/doc Lee Thomason 2013-05-20 13:00:15 -0700
  • 9a975b7bdb Small fixes in documentation Vasily Biryukov 2013-05-11 21:41:42 +0600
  • def0d2131a Merge pull request #112 from gupascal/master Lee Thomason 2013-05-12 20:52:52 -0700
  • 6db1321100 Merge pull request #111 from pzychotic/master Lee Thomason 2013-05-12 20:51:08 -0700
  • d60fe35073 Add a Code::Blocks project. Guillaume P 2013-05-12 15:11:37 +0200
  • 6189231187 Initialize pointers to satisfy static code analyser. Thomas Roß 2013-05-12 14:07:38 +0200
  • d6bd7360b8 fix floating point specifier and clean up a warning Lee Thomason (grinliz) 2013-05-11 20:23:13 -0700
  • f76fe94012 Merge pull request #110 from pzychotic/tests Lee Thomason 2013-05-11 20:11:55 -0700
  • 6a0db4f7e6 Merge pull request #109 from pzychotic/master Lee Thomason 2013-05-11 20:10:59 -0700
  • 576003627c Merge pull request #108 from ddiproietto/patch-1 Lee Thomason 2013-05-11 20:08:23 -0700
  • a5221869c2 Added test for return value of QueryDoubleAttribute(). Thomas Roß 2013-05-11 10:22:12 +0200
  • 36307f86da Fixed test input file not found when doing out-of-source builds. Thomas Roß 2013-05-11 10:21:07 +0200
  • 1470edc595 Fixed compiler warning for x64 builds. Thomas Roß 2013-05-10 15:44:12 +0200
  • a8ae1f6a4d Fixed compilation under MINGW64 ddiproietto 2013-05-05 18:42:52 +0300
  • d0a38c3a20 fix BOM preservation bugs. add new tests Lee Thomason (grinliz) 2013-04-29 09:15:37 -0700
  • 1377fe7ec0 Merge branch 'master' of github.com:leethomason/tinyxml2 Lee Thomason (grinliz) 2013-04-20 15:11:42 -0700
  • 761c4c2ed5 Merge pull request #104 from Vasily-Biryukov/master Lee Thomason 2013-04-20 15:11:24 -0700
  • 6faf169695 Merge branch 'master' of github.com:leethomason/tinyxml2 Lee Thomason (grinliz) 2013-04-20 14:58:12 -0700
  • 43229f91d4 whitespace Lee Thomason (grinliz) 2013-04-20 14:57:59 -0700
  • 1cfafd0d24 Fixed: LoadFile() returns XML_NO_ERROR for empty documents. Vasily Biryukov 2013-04-20 14:12:33 +0600
  • c510a8c76e Merge pull request #100 from selfpoised/master Lee Thomason 2013-03-13 12:58:37 -0700
  • 4dd59bcdf4 Update tinyxml2.h selfpoised 2013-03-13 16:54:15 +0800
  • e77e19553d Update tinyxml2.h selfpoised 2013-03-13 14:08:29 +0800
  • 5a695f0e0c Merge pull request #99 from acmyo/typos Lee Thomason 2013-03-09 20:40:55 -0800
  • 0fd8746f64 correct typos in comments / documentation Andrew C. Martin 2013-03-09 20:09:45 -0700
  • 374c25e2a6 up the version to build 11 Lee Thomason (grinliz) 2013-02-01 19:45:01 -0800
  • 5efaa5f6bb Add the (very handy) QueryAttribute Lee Thomason (grinliz) 2013-02-01 19:26:30 -0800
  • 61cea67517 removing debug output Lee Thomason (grinliz) 2013-02-01 19:13:13 -0800
  • ac83b4e278 adjust the size of the memory pools Lee Thomason (grinliz) 2013-02-01 09:02:34 -0800