ca412e87f2SetForceCompactMode() now also handles case of a single tag inside another correctly.
Uli Kusterer
2014-02-01 13:35:05 +0100
15354f88c3Give tests a few more chances to fail, e.g. on tag sequences or attributes.
Uli Kusterer
2014-02-01 13:06:39 +0100
d5c9e8b81dAdded 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
593a33d061Added 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
53fe47c74eRemove long long stuff again.
Uli Kusterer
2014-01-27 01:47:30 +0100
35ce309f73Urk, forgot to build this one after merging and goofed a bit.
Uli Kusterer
2014-01-25 03:37:16 +0100
5bb2d8079badd variants of SetText() to support types
Lee Thomason
2014-01-24 10:42:57 -0800
9c0678a01dtrim the test cases and review
Lee Thomason
2014-01-24 10:18:27 -0800
2f647030f2Support for 'long long' number values.
Uli Kusterer
2014-01-21 12:24:47 +0100
e712734abcBools 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
ff8e2041ddTo 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
4af5573f42Tests for SetBoolFirstChild and BoolFirstChild.
Uli Kusterer
2014-01-21 02:36:47 +0100
c1c20bb196Bools 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
7411c08e90Add tests for SetText().
Uli Kusterer
2014-01-21 01:57:38 +0100
ed52328cedInsert() 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
ab42b16bacMerge pull request #136 from FreakC/master
Lee Thomason
2013-10-22 11:36:29 -0700
2162688ad3Issue #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
927fe73c5bMerge pull request #133 from dennisjenkins75/master
Lee Thomason
2013-10-16 13:59:10 -0700
59c75d3322Added 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
74a81cf1d9minor readme update
Lee Thomason
2013-09-12 23:59:43 -0700
1f83145cb4Merge branch 'master' of github.com:leethomason/tinyxml2
Lee Thomason
2013-09-12 23:53:47 -0700
1688114e55add logo
Lee Thomason
2013-09-12 23:53:08 -0700
03238517b3Merge pull request #125 from PKEuS/master
Lee Thomason
2013-08-05 13:04:27 -0700
1bfb95488fAdded 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
db304256bbclean 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
70d343f513Merge pull request #124 from diasbruno/makefile-test
Lee Thomason
2013-07-31 12:21:42 -0700