- 66d2a84 Add pre-assert, fix comment by Dmitry-Me · 11 years ago
- f07b952 fix issue 184. clean up xcode project. by Lee Thomason · 11 years ago
- d048f1e Bind reference to avoid repeated accesses by index by Dmitry-Me · 11 years ago
- 097339a Remove unneeded virtual calls by Dmitry-Me · 11 years ago
- 6d202ff Eliminate repeated virtual calls by Dmitry-Me · 11 years ago
- 9fb2b0f Remove unneeded cast, reduce duplication, move declarations to their first use. by Dmitry-Me · 11 years ago
- 331596e clean up the scope and names of the error code. by Lee Thomason · 11 years ago
- 0033684 ErrorNames is not implemented by vector<string> but *char[] by numatrumpet · 11 years ago
- bb5ffac Using C++11, XMLUtil::ToErrorName(XMLError) returns the name of error type by numatrumpet · 11 years ago
- 3659fe1 Move loop variable definition into loop headers by Dmitry-Me · 11 years ago
- e3225b1 Convert DELETE_X macros into functions by Dmitry-Me · 11 years ago
- b6b4e82 Remove repeated virtual calls by Dmitry-Me · 11 years ago
- ec19a0e Remove obsolete comment by Dmitry-Me · 11 years ago
- 63f3de1 Make code more defensive by Dmitry-Me · 11 years ago
- 67a5bb0 Assert when trying to adjust _start in "needs delete" mode. by Dmitry-Me · 11 years ago
- 01578db Wrap fopen()/fopen_s() calls to avoid duplication by Dmitry-Me · 11 years ago
- acb9c9c Check ftell() result for error code before using it. by Dmitry-Me · 11 years ago
- 08e7f7b fgetc() is not required to clear the error indicator on success by Dmitry-Me · 11 years ago
- 91d34a0 WinCE Compatibility Fix by pffang · 11 years ago
- a0744c8 fix implementation of much simpler visual studio printing by Lee Thomason · 11 years ago
- 268c683 Use _vscprintf to calc length of expanded format string. by Thomas Roß · 11 years ago
- 6134100 Provide finer control over indentation inside the XMLPrinter. You'll have to subclass it to override its standard behaviour by overwriting CompactMode(). by Uli Kusterer · 11 years ago
- 7de26f7 Merge remote-tracking branch 'origin/master' by Lee Thomason · 11 years ago
- 82d3200 clean up some error checking logic by Lee Thomason · 11 years ago
- 5d1d27e Keep indentation control fully inside the XMLPrinter. You'll have to subclass it to override its standard behaviour by overwriting CompactMode(). by Uli Kusterer · 11 years ago
- 07ac762 SetBoolFirstChild now makes sure its bool is not wrapped onto its own line. by Uli Kusterer · 12 years ago
- b85b4e0 Merge branch 'pernodecompactwhitespace' by Uli Kusterer · 12 years ago
- ca412e8 SetForceCompactMode() now also handles case of a single tag inside another correctly. by Uli Kusterer · 12 years ago
- d5c9e8b Added SetForceCompactMode() for overriding the compact setting on a per-node level. All sub-nodes will be printed compact as well. by Uli Kusterer · 12 years ago
- 593a33d Added SetForceCompactMode() for overriding the compact setting on a per-node level. All sub-nodes will be printed compact as well. by Uli Kusterer · 12 years ago
- 53fe47c Remove long long stuff again. by Uli Kusterer · 12 years ago
- 35ce309 Urk, forgot to build this one after merging and goofed a bit. by Uli Kusterer · 12 years ago
- 2861a7e Merge branch 'master' of https://github.com/leethomason/tinyxml2 by Uli Kusterer · 12 years ago
- 5bb2d80 add variants of SetText() to support types by Lee Thomason · 12 years ago
- 664d056 Support for 'long long' number values. by Uli Kusterer · 12 years ago
- ff8e204 To bring BoolFirstChild() more in line with the other methods, reimplemented it in terms of a new QueryBoolFirstChild(). by Uli Kusterer · 12 years ago
- c1c20bb 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. by Uli Kusterer · 12 years ago
- dcefa0e Add typed convenience setters for SetText(). by Uli Kusterer · 12 years ago
- 869bb59 Make SetText() behave like the docs say. by Uli Kusterer · 12 years ago
- 8fe342a Add SetText() as analog to GetText(). by Uli Kusterer · 12 years ago
- 44ce793 Merge branch 'master' of https://github.com/leethomason/tinyxml2 by Lee Thomason · 12 years ago
- c3708cc implement a fix to floating point precision as proposed by schuellc. by Lee Thomason · 12 years ago
- ba4b328 Fixed issue 147 (XMLDocument::LoadFile() may crash on non-regular file) by Daniel Marjamäki · 12 years ago
- 690ba07 you have to check len before accsessing "p". by psi · 12 years ago
- 3b7927e formatting tweaks by Lee Thomason · 12 years ago
- ed52328 Insert() methods check for inserted XML to be in the same doc, and remove XML from old location if already inserted. by Michael Daumling · 12 years ago
- 2162688 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. by Michael Daumling · 12 years ago
- 1bfb954 Added depth as constructor argument to XMLPrinter. This way, XML files that are not written with XMLDocument can be properly indented. by PKEuS · 12 years ago
- 1c5f99e Fixed two cppcheck messages by PKEuS · 12 years ago
- 6189231 Initialize pointers to satisfy static code analyser. by Thomas Roß · 12 years ago
- d6bd736 fix floating point specifier and clean up a warning by Lee Thomason (grinliz) · 12 years ago
- 1470edc Fixed compiler warning for x64 builds. by Thomas Roß · 12 years ago
- d0a38c3 fix BOM preservation bugs. add new tests by Lee Thomason (grinliz) · 12 years ago
- 1cfafd0 Fixed: LoadFile() returns XML_NO_ERROR for empty documents. by Vasily Biryukov · 12 years ago
- 0fd8746 correct typos in comments / documentation by Andrew C. Martin · 12 years ago
- 61cea67 removing debug output by Lee Thomason (grinliz) · 13 years ago
- ac83b4e adjust the size of the memory pools by Lee Thomason (grinliz) · 13 years ago
- a9d42b0 Replace InitDocument() with Clear() and make it part of the API. by Martinsh Shaiters · 13 years ago
- c6d02f4 Implement new utility functions for testing validity of name and token characters. by Martinsh Shaiters · 13 years ago
- 4ee49f1 Eliminate warnings with GCC/MinGW by MortenMacFly · 13 years ago
- 242c3ea Reverting std lib is in std:: namespace and using .h versions instead by Jerome Martinez · 13 years ago
- 5b0a677 fix incorrect assert on unused memory by Lee Thomason · 13 years ago
- 685b895 trivial comment fix by Lee Thomason · 13 years ago
- 8950b37 Merge branch 'master' of https://github.com/leethomason/tinyxml2 by Lee Thomason · 13 years ago
- 2fa8172 type XMLError. fix some comments by Lee Thomason · 13 years ago
- 04c22d2 Enclose code in namespace instead of 'using namespace' to resolve conflict on Windows with MSXML. Fixes issue #37. by Kevin Wojniak · 13 years ago
- 7fbefab std lib is in std:: namespace only and array definition is not possible with an enum by Jerome Martinez · 13 years ago
- 1aa8fc4 fix up rename on windows by Lee Thomason · 13 years ago
- 624d43f finish switching to _ for member vars by Lee Thomason · 13 years ago
- 120b3a6 switch StrPair() over to _ for member vars by Lee Thomason · 13 years ago
- a9cf3f9 Switched to Artistic Style auto-formatting to allow integration of patches from other coding styles. by Lee Thomason · 13 years ago
- a5716b7 nothing but just remove compile warning by sniperbat · 13 years ago
- 3cd66ee fix a fopen bug: rb should be w by Lee Thomason · 13 years ago
- fc6320e experimented with print f vs. g. increased version by Lee Thomason (grinliz) · 13 years ago
- e2bcb32 accept a nBytes argument for Parse() by Lee Thomason (grinliz) · 13 years ago
- 2f1f624 remove trailing spaces by Lee Thomason (grinliz) · 13 years ago
- 6da5410 changes for martell to clean up fopen by Lee Thomason (grinliz) · 13 years ago
- 79869e7 changes for martell to clean up fopen by Lee Thomason (grinliz) · 13 years ago
- 62d1c5a fix merge by Lee Thomason (grinliz) · 13 years ago
- 5fbacbe fix name parsing to accept additional lead characters by Lee Thomason (grinliz) · 13 years ago
- 491d587 Merge branch 'master' into whitespace by Lee Thomason (grinliz) · 13 years ago
- 312a20f Add support to XMLDocument to save file in compact mode. by Robert Reif · 13 years ago
- 186476c Shut up visual studio by Martell · 13 years ago
- bc1bfb7 added whitespace=collapse support. tests work. code needs review by Lee Thomason (grinliz) · 13 years ago
- c28ba3a Fixed cppcheck warnings by PKEuS · 13 years ago
- 21be882 Moving string in/out into XMLUtil. Using that across the API. Supporting text queries of primitive types. by Lee Thomason · 13 years ago
- 78a773d Fix attribute parsing to correctly handle white space by Lee Thomason · 13 years ago
- 390e978 Fix infinite loop bug in ShallowEqual. Fix a warning with a re-interpret cast. Up version to 1.0.4 by Lee Thomason (grinliz) · 13 years ago
- a3efec0 clean up some warnings by Lee Thomason · 13 years ago
- 2590088 Add compact mode to XMLPrinter, for printing without '\n' and space. by sniperbat · 13 years ago
- ee87c62 possible missing header by Lee Thomason · 13 years ago
- 7d7a9a3 fixed VS2010 x64 compiler warnings about possible loss of data by Thomas Roß · 13 years ago
- f68c438 added new test for BOM, and added good defaults for NewDeclaration by Lee Thomason · 13 years ago
- 9708885 minor cleanup to the parsing loop by Lee Thomason · 13 years ago
- 5e3803c Better attribute system. Removes redundant list searching of LinkAttribute. Faster parsing on initial read. Added badly needed missing test cases. by Lee Thomason · 13 years ago
- 81da1fb Made SaveFile symmetrical with LoadFile by Ken Miller · 13 years ago
- a4a36ba remove random -1 in length by Lee Thomason (grinliz) · 13 years ago
- 598c13e fix the safe function behavior by Lee Thomason (grinliz) · 13 years ago
- 8a0975d minor warning fix by Lee Thomason (grinliz) · 13 years ago
- 9a6c6b8 Tackled more Clang analyzer warnings. by Guillermo A. Amaral · 13 years ago