- 74fb870 More overflow checks by Dmitry-Me · 11 years ago
- e4fe285 Merge pull request #267 from Dmitry-Me/prohibitCopyAndAssignment by Lee Thomason · 11 years ago
- 3e0af37 Prohibit copy and assigment where they are not supported by Dmitry-Me · 11 years ago
- f547a99 Prohibited operations should be declared private by Dmitry-Me · 11 years ago
- 3cebdc4 clean up function names. clean up pointer by Lee Thomason · 11 years ago
- 59946f6 Merge pull request #258 from Dmitry-Me/clarifyIsNameStart by Lee Thomason · 11 years ago
- 625402a Merge pull request #257 from Dmitry-Me/reusePreInsertMagic by Lee Thomason · 11 years ago
- ea617f9 Clarify IsNameStartChar() - resolve issue 250 by Dmitry-Me · 11 years ago
- 74e3940 Reuse pre-insert manipulations by Dmitry-Me · 11 years ago
- 97476b7 Reuse code with pre-parse adjustments by Dmitry-Me · 11 years ago
- b4e81b0 Merge pull request #253 from Dmitry-Me/getRidOfC4127InAssert by Lee Thomason · 11 years ago
- 4bcbf14 Suppress C4127 in asserts by Dmitry-Me · 11 years ago
- bb836dc Unify SkipWhiteSpace()/ReadBOM() calls, add asserts by Dmitry-Me · 11 years ago
- 69242c4 Merge pull request #247 from Dmitry-Me/combineCheckWithDependentCall by Lee Thomason · 11 years ago
- a092bc1 Move the check into dependent call by Dmitry-Me · 11 years ago
- 5b4a516 Move variable declaration closer to where it's needed by Dmitry-Me · 11 years ago
- 9fae869 Pre-asserts to ensure no overflow happens by Dmitry-Me · 11 years ago
- cd011bc start working through memory bugs by Lee Thomason · 11 years ago
- abb2d04 More pointers pre-asserts by Dmitry-Me · 11 years ago
- a317bd6 Resolve issue 176 by Dmitry-Me · 11 years ago
- 1227d51 Reuse const FindAttribute for non-const version thereof by Dmitry-Me · 11 years ago
- 2114e47 Merge pull request #230 from antonindrawan/master by Lee Thomason · 11 years ago
- 2965880 switch to using pointer, not reference by Lee Thomason · 11 years ago
- f59e2d6 Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6. by Anton Indrawan · 11 years ago
- 03494b1 Merge remote-tracking branch 'origin/master' into Dmitry-Me-properStrPairAssignment by Lee Thomason · 11 years ago
- 575f190 fix merge of operator= by Lee Thomason · 11 years ago
- 327d5c1 Merge branch 'properStrPairAssignment' of https://github.com/Dmitry-Me/tinyxml2 into Dmitry-Me-properStrPairAssignment by Lee Thomason · 11 years ago
- 92e521b add simple test for not-crashing by Lee Thomason · 11 years ago
- 08b40dd Implement "move" equivalent of assignment operator for StrPair by Dmitry-Me · 11 years ago
- 66d2a84 Add pre-assert, fix comment by Dmitry-Me · 11 years ago
- fa20b22 Reuse IsWhiteSpace(), move comment. by Dmitry-Me · 11 years ago
- 78eee72 removing accidentally added newline by Tolga Cakir · 11 years ago
- f07b952 fix issue 184. clean up xcode project. by Lee Thomason · 11 years ago
- 853de81 Merge pull request #213 from Dmitry-Me/likelyWrongSignature by Lee Thomason · 11 years ago
- 72bb0ec Function signature is most likely wrong by Dmitry-Me · 11 years ago
- 9de541f Reuse const version for non-const one by Dmitry-Me · 11 years ago
- 5321a0e setting the version to 2.2.0 by Lee Thomason · 11 years ago
- 331596e clean up the scope and names of the error code. by Lee Thomason · 11 years ago
- cd8550c Without using preprocessor by numatrumpet · 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
- e3225b1 Convert DELETE_X macros into functions by Dmitry-Me · 11 years ago
- 3015283 Merge pull request #202 from Dmitry-Me/removeRepeatedVirtualCalls by Lee Thomason · 11 years ago
- d526944 removed unused _accumulator by Lee Thomason · 11 years ago
- b6b4e82 Remove repeated virtual calls by Dmitry-Me · 11 years ago
- 5657176 Replace C-style cast with static_cast by Dmitry-Me · 11 years ago
- 91d34a0 WinCE Compatibility Fix by pffang · 11 years ago
- d740b64 Fix compiler warning: extra ';' after member function definition by Alexander Mai · 11 years ago
- 6ee53e7 setting the version to 2.1.0 by Lee Thomason · 11 years ago
- 256adb6 missing default parameter for compact mode in XMLPrinter by Lee Thomason · 11 years ago
- b59ac45 setting the version to 2.0.2 by Lee Thomason · 11 years ago
- 686ef40 improve setversion script. set version 2.0.1 by Lee Thomason · 11 years ago
- 85afe9c setting version consistent with new guidelines. (not tagging...yet). by Lee Thomason · 11 years ago
- e693488 fix compilation warning. by Lee Thomason · 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
- c18eb23 spelling fixes and make PrintSpace() virtual and protected. 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
- 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
- 4cd1f26 Added IntText(), UnsignedText(), DoubleText() and FloatText() convenience wrappers. 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
- 85fff5e Add comment for SetText(). by Uli Kusterer · 12 years ago
- 8fe342a Add SetText() as analog to GetText(). by Uli Kusterer · 12 years ago
- c3708cc implement a fix to floating point precision as proposed by schuellc. by Lee Thomason · 12 years ago
- ce0510b rename Reset to Clear to be consistent with XMLDocument by Lee Thomason · 12 years ago
- 3bc3d4e Added a method to reset the memory buffer to the XMLPrinter class. by Reinhard Klambauer · 12 years ago
- 4e74b13 Added a method to reset the memory buffer of the DynArray class. by Reinhard Klambauer · 12 years ago
- 5613cb9 up the version 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
- 59c75d3 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). by Dennis Jenkins · 12 years ago
- 0323851 Merge pull request #125 from PKEuS/master by Lee Thomason · 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
- db30425 clean up the pass/fail logic, still return the same value from test if it fails by Lee Thomason (grinliz) · 12 years ago
- 9506035 Removed dllexport/import attribute from private class, disable related warning C4251 by PKEuS · 12 years ago
- 16ed47d Added support for building TinyXML as a .lib or .dll by PKEuS · 12 years ago
- 1c5f99e Fixed two cppcheck messages by PKEuS · 12 years ago
- 9a975b7 Small fixes in documentation by Vasily Biryukov · 12 years ago
- 6189231 Initialize pointers to satisfy static code analyser. by Thomas Roß · 12 years ago
- 4dd59bc Update tinyxml2.h by selfpoised · 12 years ago
- e77e195 Update tinyxml2.h by selfpoised · 12 years ago
- 0fd8746 correct typos in comments / documentation by Andrew C. Martin · 12 years ago
- 374c25e up the version to build 11 by Lee Thomason (grinliz) · 13 years ago
- 5efaa5f Add the (very handy) QueryAttribute 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
- 86ca9dc correctly set version via script by Lee Thomason · 13 years ago
- 63339bc up the version by Lee Thomason · 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