Dmitry-Me
01578db56b
Wrap fopen()/fopen_s() calls to avoid duplication
2014-08-19 10:18:48 +04:00
Lee Thomason
2af5679b26
Merge pull request #194 from Dmitry-Me/fixCStyleCast
...
Replace C-style cast with static_cast
2014-08-17 14:55:39 -07:00
Dmitry-Me
5657176b61
Replace C-style cast with static_cast
2014-08-15 11:03:47 +04:00
Lee Thomason
73c822c201
Merge pull request #193 from Dmitry-Me/shouldCheckFtellForError
...
Check ftell() result for error code before using it.
2014-08-14 16:46:13 -07:00
Dmitry-Me
acb9c9c260
Check ftell() result for error code before using it.
2014-08-04 09:49:25 +04:00
Lee Thomason
fca00d0ebc
Merge pull request #191 from Dmitry-Me/dontIgnoreFgetcReturnValue
...
fgetc() is not required to clear the error indicator on success
2014-08-03 11:17:04 -07:00
Dmitry-Me
08e7f7be59
fgetc() is not required to clear the error indicator on success
2014-07-31 15:19:14 +04:00
Lee Thomason
84bd9624c6
Merge pull request #190 from pffang/master
...
WinCE Compatibility Fix
2014-07-12 11:22:30 -07:00
pffang
91d34a0989
WinCE Compatibility Fix
2014-07-10 10:02:35 +08:00
Lee Thomason
cf33e37d25
Merge pull request #187 from amai2012/master
...
Fix compiler warning: extra ';' after member function definition
2014-05-20 13:56:47 -07:00
Alexander Mai
d740b64044
Fix compiler warning: extra ';' after member function definition
2014-05-20 22:04:42 +02:00
Lee Thomason
500fb6aa21
Merge pull request #181 from eserdem/master
...
Fixed _CRT_SECURE_NO_WARNINGS macro redefinition warning
2014-04-17 10:07:50 -07:00
Serhat Eser Erdem
ca5d684a2b
Fixed _CRT_SECURE_NO_WARNINGS macro redefinition warning
2014-04-17 14:06:15 +02:00
Lee Thomason
6ee53e7d49
setting the version to 2.1.0
2014-04-06 14:43:37 -07:00
Lee Thomason
256adb6371
missing default parameter for compact mode in XMLPrinter
2014-04-06 14:41:46 -07:00
Lee Thomason
98112fcdba
minor doxygen file fix
2014-03-16 20:44:35 -07:00
Lee Thomason
433f1272d4
update readme
2014-03-16 20:22:12 -07:00
Lee Thomason
b59ac45131
setting the version to 2.0.2
2014-03-16 20:18:41 -07:00
Lee Thomason
a0744c8dca
fix implementation of much simpler visual studio printing
2014-03-16 10:32:27 -07:00
Lee Thomason
8f7b87b323
Merge branch 'master' of https://github.com/pzychotic/tinyxml2 into pzychotic-master
2014-03-16 10:21:34 -07:00
Lee Thomason
686ef404b8
improve setversion script. set version 2.0.1
2014-03-16 10:16:49 -07:00
Lee Thomason
e7eb7d3327
Merge remote-tracking branch 'github/master'
2014-03-15 15:01:18 -07:00
Lee Thomason
5938e6f8a4
improving setversion.py
2014-03-15 15:00:54 -07:00
Thomas Roß
268c683fbd
Use _vscprintf to calc length of expanded format string.
2014-03-13 23:35:16 +01:00
Lee Thomason
85afe9c5c7
setting version consistent with new guidelines. (not tagging...yet).
2014-02-23 21:42:16 -08:00
Lee Thomason
6324acd9f9
Merge branch 'uliwitness-overridecompactmode'
2014-02-23 21:08:22 -08:00
Lee Thomason
f4a8fbbdf7
minor edit
2014-02-22 17:04:53 -08:00
Lee Thomason
e693488742
fix compilation warning.
2014-02-22 16:27:27 -08:00
Uli Kusterer
613410095c
Provide finer control over indentation inside the XMLPrinter. You'll have to subclass it to override its standard behaviour by overwriting CompactMode().
2014-02-22 17:19:08 +01:00
Lee Thomason
5f88e72691
fix the build script. set the build properly
2014-02-21 22:57:38 -08:00
Lee Thomason
7de26f7dc7
Merge remote-tracking branch 'origin/master'
2014-02-21 22:47:21 -08:00
Lee Thomason
82d3200571
clean up some error checking logic
2014-02-21 22:47:18 -08:00
Lee Thomason
c18eb23326
spelling fixes and make PrintSpace() virtual and protected.
2014-02-21 17:31:17 -08:00
Uli Kusterer
5d1d27e88b
Keep indentation control fully inside the XMLPrinter. You'll have to subclass it to override its standard behaviour by overwriting CompactMode().
2014-02-20 11:50:22 +01:00
Uli Kusterer
07ac762b80
SetBoolFirstChild now makes sure its bool is not wrapped onto its own line.
2014-02-01 15:06:50 +01:00
Uli Kusterer
b85b4e0a60
Merge branch 'pernodecompactwhitespace'
...
* pernodecompactwhitespace:
SetForceCompactMode() now also handles case of a single tag inside another correctly.
Give tests a few more chances to fail, e.g. on tag sequences or attributes.
Added SetForceCompactMode() for overriding the compact setting on a per-node level. All sub-nodes will be printed compact as well.
Conflicts:
xmltest.cpp
2014-02-01 13:38:04 +01:00
Uli Kusterer
ca412e87f2
SetForceCompactMode() now also handles case of a single tag inside another correctly.
2014-02-01 13:35:05 +01:00
Uli Kusterer
15354f88c3
Give tests a few more chances to fail, e.g. on tag sequences or attributes.
2014-02-01 13:06:39 +01:00
Uli Kusterer
d5c9e8b81d
Added SetForceCompactMode() for overriding the compact setting on a per-node level. All sub-nodes will be printed compact as well.
2014-02-01 12:57:57 +01:00
Uli Kusterer
593a33d061
Added SetForceCompactMode() for overriding the compact setting on a per-node level. All sub-nodes will be printed compact as well.
2014-02-01 12:48:51 +01:00
Uli Kusterer
53fe47c74e
Remove long long stuff again.
2014-01-27 01:47:30 +01:00
Uli Kusterer
35ce309f73
Urk, forgot to build this one after merging and goofed a bit.
2014-01-25 03:37:16 +01:00
Uli Kusterer
2861a7e63a
Merge branch 'master' of https://github.com/leethomason/tinyxml2
...
Conflicts:
tinyxml2.cpp
xmltest.cpp
2014-01-25 03:12:21 +01:00
Lee Thomason
5bb2d8079b
add variants of SetText() to support types
2014-01-24 10:42:57 -08:00
Lee Thomason
9c0678a01d
trim the test cases and review
2014-01-24 10:18:27 -08:00
Uli Kusterer
321072ee0b
Add tests for SetText().
2014-01-22 04:55:19 +01:00
Uli Kusterer
664d05662e
Support for 'long long' number values.
2014-01-21 12:24:47 +01:00
Uli Kusterer
4cd1f269c2
Added IntText(), UnsignedText(), DoubleText() and FloatText() convenience wrappers.
2014-01-21 02:54:36 +01:00
Uli Kusterer
ff8e2041dd
To bring BoolFirstChild() more in line with the other methods, reimplemented it in terms of a new QueryBoolFirstChild().
2014-01-21 02:53:47 +01:00
Uli Kusterer
4af5573f42
Tests for SetBoolFirstChild and BoolFirstChild.
2014-01-21 02:36:47 +01:00