This website works better with JavaScript.
321072ee0b
Add tests for SetText().
Uli Kusterer
2014-01-21 01:57:38 +0100
703e87df1e
Merge 664d05662e
into 44ce7930b7
Uli Kusterer
2014-01-21 03:26:17 -0800
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
136eea5747
Merge 5e76669a56
into 343a5ff3bd
jcm
2014-01-09 22:18:15 -0800
5e76669a56
Create test.xml
jcm
2014-01-10 14:18:04 +0800
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
37dc70e224
Merge 3bc3d4e24c
into 370761b179
lostwithouthope
2013-11-22 05:20:49 -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
d4952bbfe5
Merge ed52328ced
into ab42b16bac
FreakC
2013-10-22 23:10:46 -0700
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
43dc330409
Merge d31021392a
into 44ba601c5f
dennisjenkins75
2013-10-11 15:01:44 -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
74cce06220
Merge 59c75d3322
into 74a81cf1d9
dennisjenkins75
2013-10-08 11:16:13 -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
6374654dc4
Merge 1bfb95488f
into db304256bb
PKEuS
2013-08-04 05:04:24 -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
9627bbfa27
Merge 032aa1b96c
into 8b482728ef
Bruno Dias
2013-07-31 12:21:36 -0700
8b482728ef
Merge pull request #123 from diasbruno/xmltest-return
Lee Thomason
2013-07-31 12:21:25 -0700
8965fcea4e
Merge 721b42da8e
into 9c1ef1d4a3
Bruno Dias
2013-07-31 12:19:29 -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
83027ca029
Merge 95060350bd
into 1c9250cab5
PKEuS
2013-07-26 01:43:21 -0700
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
fa07d17343
Merge 1c5f99e37c
into 392bcd2485
PKEuS
2013-07-06 03:04:43 -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
e5fc44158f
Merge 9a975b7bdb
into def0d2131a
Vasily Biryukov
2013-05-19 04:11:19 -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
e780d65ab7
Merge d60fe35073
into 6db1321100
gupascal
2013-05-12 20:51:16 -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
45773df753
Merge 6189231187
into d6bd7360b8
Thomas Roß
2013-05-12 05:29:57 -0700
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
356d504755
Merge a5221869c2
into 6a0db4f7e6
Thomas Roß
2013-05-11 20:11:06 -0700
6a0db4f7e6
Merge pull request #109 from pzychotic/master
Lee Thomason
2013-05-11 20:10:59 -0700
701247086e
Merge 1470edc595
into 576003627c
Thomas Roß
2013-05-11 20:10:06 -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
28bbda4d1c
Merge a8ae1f6a4d
into d0a38c3a20
ddiproietto
2013-05-05 08:43:03 -0700
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
bc286fd183
Merge a562ce4af9
into 761c4c2ed5
iNoDlite
2013-04-22 10:21:06 -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
b9cc801b30
Merge 1cfafd0d24
into c510a8c76e
Vasily Biryukov
2013-04-20 01:24:56 -0700
1cfafd0d24
Fixed: LoadFile() returns XML_NO_ERROR for empty documents.
Vasily Biryukov
2013-04-20 14:12:33 +0600
a562ce4af9
Skip BOM when creating deep parse buffer, to avoid multiplication
iNoDlite
2013-04-19 01:05:04 +0400
c510a8c76e
Merge pull request #100 from selfpoised/master
Lee Thomason
2013-03-13 12:58:37 -0700
5a52587429
Merge 4dd59bcdf4
into 5a695f0e0c
selfpoised
2013-03-13 01:55:39 -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
f18626e68b
Merge 0fd8746f64
into 374c25e2a6
Andrew Martin
2013-03-09 19:13:05 -0800