Dmitry-Me
e3225b1c64
Convert DELETE_X macros into functions
2014-09-03 11:03:11 +04:00
Lee Thomason
30152836da
Merge pull request #202 from Dmitry-Me/removeRepeatedVirtualCalls
...
Remove repeated virtual calls
2014-08-28 04:53:51 -07:00
Lee Thomason
83a6d8c373
Merge remote-tracking branch 'origin/master'
2014-08-27 14:45:53 -07:00
Lee Thomason
d526944e3c
removed unused _accumulator
2014-08-27 14:45:35 -07:00
Dmitry-Me
b6b4e82626
Remove repeated virtual calls
2014-08-27 17:17:47 +04:00
Lee Thomason
59b9aaea43
Merge pull request #200 from Dmitry-Me/removeObsoleteComment
...
Remove obsolete comment
2014-08-25 13:46:37 -07:00
Dmitry-Me
ec19a0e513
Remove obsolete comment
2014-08-25 11:05:55 +04:00
Lee Thomason
b6ea923f0f
Merge branch 'Dmitry-Me-makeCodeMoreDefensive'
2014-08-23 16:16:38 -07:00
Dmitry-Me
63f3de1a3c
Make code more defensive
...
* initialize out-parameter for cases the callee fails to
* add assert for length being within range
* replace post-assert with pre-assert
Also replace the loop with an equivalent memcpy() call
2014-08-21 12:33:19 +04:00
Lee Thomason
dc50a31758
Merge pull request #197 from Dmitry-Me/dontAdjustStartWhenNeedsDelete
...
Assert when trying to adjust _start in "needs delete" mode.
2014-08-20 10:03:43 -07:00
Dmitry-Me
67a5bb0ac1
Assert when trying to adjust _start in "needs delete" mode.
2014-08-20 10:01:53 +04:00
Lee Thomason
0b26702ac9
Merge pull request #196 from Dmitry-Me/wrapFopenCalls
...
Wrap fopen()/fopen_s() calls to avoid duplication
2014-08-19 11:18:52 -07:00
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