1. 74fb870 More overflow checks by Dmitry-Me · 11 years ago
  2. e4fe285 Merge pull request #267 from Dmitry-Me/prohibitCopyAndAssignment by Lee Thomason · 11 years ago
  3. 3e0af37 Prohibit copy and assigment where they are not supported by Dmitry-Me · 11 years ago
  4. f547a99 Prohibited operations should be declared private by Dmitry-Me · 11 years ago
  5. 3cebdc4 clean up function names. clean up pointer by Lee Thomason · 11 years ago
  6. 59946f6 Merge pull request #258 from Dmitry-Me/clarifyIsNameStart by Lee Thomason · 11 years ago
  7. 625402a Merge pull request #257 from Dmitry-Me/reusePreInsertMagic by Lee Thomason · 11 years ago
  8. ea617f9 Clarify IsNameStartChar() - resolve issue 250 by Dmitry-Me · 11 years ago
  9. 74e3940 Reuse pre-insert manipulations by Dmitry-Me · 11 years ago
  10. 97476b7 Reuse code with pre-parse adjustments by Dmitry-Me · 11 years ago
  11. b4e81b0 Merge pull request #253 from Dmitry-Me/getRidOfC4127InAssert by Lee Thomason · 11 years ago
  12. 4bcbf14 Suppress C4127 in asserts by Dmitry-Me · 11 years ago
  13. bb836dc Unify SkipWhiteSpace()/ReadBOM() calls, add asserts by Dmitry-Me · 11 years ago
  14. 69242c4 Merge pull request #247 from Dmitry-Me/combineCheckWithDependentCall by Lee Thomason · 11 years ago
  15. a092bc1 Move the check into dependent call by Dmitry-Me · 11 years ago
  16. 5b4a516 Move variable declaration closer to where it's needed by Dmitry-Me · 11 years ago
  17. 9fae869 Pre-asserts to ensure no overflow happens by Dmitry-Me · 11 years ago
  18. cd011bc start working through memory bugs by Lee Thomason · 11 years ago
  19. abb2d04 More pointers pre-asserts by Dmitry-Me · 11 years ago
  20. a317bd6 Resolve issue 176 by Dmitry-Me · 11 years ago
  21. 1227d51 Reuse const FindAttribute for non-const version thereof by Dmitry-Me · 11 years ago
  22. 2114e47 Merge pull request #230 from antonindrawan/master by Lee Thomason · 11 years ago
  23. 2965880 switch to using pointer, not reference by Lee Thomason · 11 years ago
  24. f59e2d6 Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6. by Anton Indrawan · 11 years ago
  25. 03494b1 Merge remote-tracking branch 'origin/master' into Dmitry-Me-properStrPairAssignment by Lee Thomason · 11 years ago
  26. 575f190 fix merge of operator= by Lee Thomason · 11 years ago
  27. 327d5c1 Merge branch 'properStrPairAssignment' of https://github.com/Dmitry-Me/tinyxml2 into Dmitry-Me-properStrPairAssignment by Lee Thomason · 11 years ago
  28. 92e521b add simple test for not-crashing by Lee Thomason · 11 years ago
  29. 08b40dd Implement "move" equivalent of assignment operator for StrPair by Dmitry-Me · 11 years ago
  30. 66d2a84 Add pre-assert, fix comment by Dmitry-Me · 11 years ago
  31. fa20b22 Reuse IsWhiteSpace(), move comment. by Dmitry-Me · 11 years ago
  32. 78eee72 removing accidentally added newline by Tolga Cakir · 11 years ago
  33. f07b952 fix issue 184. clean up xcode project. by Lee Thomason · 11 years ago
  34. 853de81 Merge pull request #213 from Dmitry-Me/likelyWrongSignature by Lee Thomason · 11 years ago
  35. 72bb0ec Function signature is most likely wrong by Dmitry-Me · 11 years ago
  36. 9de541f Reuse const version for non-const one by Dmitry-Me · 11 years ago
  37. 5321a0e setting the version to 2.2.0 by Lee Thomason · 11 years ago
  38. 331596e clean up the scope and names of the error code. by Lee Thomason · 11 years ago
  39. cd8550c Without using preprocessor by numatrumpet · 11 years ago
  40. 0033684 ErrorNames is not implemented by vector<string> but *char[] by numatrumpet · 11 years ago
  41. bb5ffac Using C++11, XMLUtil::ToErrorName(XMLError) returns the name of error type by numatrumpet · 11 years ago
  42. e3225b1 Convert DELETE_X macros into functions by Dmitry-Me · 11 years ago
  43. 3015283 Merge pull request #202 from Dmitry-Me/removeRepeatedVirtualCalls by Lee Thomason · 11 years ago
  44. d526944 removed unused _accumulator by Lee Thomason · 11 years ago
  45. b6b4e82 Remove repeated virtual calls by Dmitry-Me · 11 years ago
  46. 5657176 Replace C-style cast with static_cast by Dmitry-Me · 11 years ago
  47. 91d34a0 WinCE Compatibility Fix by pffang · 11 years ago
  48. d740b64 Fix compiler warning: extra ';' after member function definition by Alexander Mai · 11 years ago
  49. 6ee53e7 setting the version to 2.1.0 by Lee Thomason · 11 years ago
  50. 256adb6 missing default parameter for compact mode in XMLPrinter by Lee Thomason · 11 years ago
  51. b59ac45 setting the version to 2.0.2 by Lee Thomason · 11 years ago
  52. 686ef40 improve setversion script. set version 2.0.1 by Lee Thomason · 11 years ago
  53. 85afe9c setting version consistent with new guidelines. (not tagging...yet). by Lee Thomason · 11 years ago
  54. e693488 fix compilation warning. by Lee Thomason · 11 years ago
  55. 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
  56. c18eb23 spelling fixes and make PrintSpace() virtual and protected. by Lee Thomason · 11 years ago
  57. 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
  58. b85b4e0 Merge branch 'pernodecompactwhitespace' by Uli Kusterer · 12 years ago
  59. ca412e8 SetForceCompactMode() now also handles case of a single tag inside another correctly. by Uli Kusterer · 12 years ago
  60. 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
  61. 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
  62. 53fe47c Remove long long stuff again. by Uli Kusterer · 12 years ago
  63. 35ce309 Urk, forgot to build this one after merging and goofed a bit. by Uli Kusterer · 12 years ago
  64. 2861a7e Merge branch 'master' of https://github.com/leethomason/tinyxml2 by Uli Kusterer · 12 years ago
  65. 5bb2d80 add variants of SetText() to support types by Lee Thomason · 12 years ago
  66. 664d056 Support for 'long long' number values. by Uli Kusterer · 12 years ago
  67. 4cd1f26 Added IntText(), UnsignedText(), DoubleText() and FloatText() convenience wrappers. by Uli Kusterer · 12 years ago
  68. 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
  69. 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
  70. dcefa0e Add typed convenience setters for SetText(). by Uli Kusterer · 12 years ago
  71. 85fff5e Add comment for SetText(). by Uli Kusterer · 12 years ago
  72. 8fe342a Add SetText() as analog to GetText(). by Uli Kusterer · 12 years ago
  73. c3708cc implement a fix to floating point precision as proposed by schuellc. by Lee Thomason · 12 years ago
  74. ce0510b rename Reset to Clear to be consistent with XMLDocument by Lee Thomason · 12 years ago
  75. 3bc3d4e Added a method to reset the memory buffer to the XMLPrinter class. by Reinhard Klambauer · 12 years ago
  76. 4e74b13 Added a method to reset the memory buffer of the DynArray class. by Reinhard Klambauer · 12 years ago
  77. 5613cb9 up the version by Lee Thomason · 12 years ago
  78. 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
  79. 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
  80. 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
  81. 0323851 Merge pull request #125 from PKEuS/master by Lee Thomason · 12 years ago
  82. 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
  83. db30425 clean up the pass/fail logic, still return the same value from test if it fails by Lee Thomason (grinliz) · 12 years ago
  84. 9506035 Removed dllexport/import attribute from private class, disable related warning C4251 by PKEuS · 12 years ago
  85. 16ed47d Added support for building TinyXML as a .lib or .dll by PKEuS · 12 years ago
  86. 1c5f99e Fixed two cppcheck messages by PKEuS · 12 years ago
  87. 9a975b7 Small fixes in documentation by Vasily Biryukov · 12 years ago
  88. 6189231 Initialize pointers to satisfy static code analyser. by Thomas Roß · 12 years ago
  89. 4dd59bc Update tinyxml2.h by selfpoised · 12 years ago
  90. e77e195 Update tinyxml2.h by selfpoised · 12 years ago
  91. 0fd8746 correct typos in comments / documentation by Andrew C. Martin · 12 years ago
  92. 374c25e up the version to build 11 by Lee Thomason (grinliz) · 13 years ago
  93. 5efaa5f Add the (very handy) QueryAttribute by Lee Thomason (grinliz) · 13 years ago
  94. ac83b4e adjust the size of the memory pools by Lee Thomason (grinliz) · 13 years ago
  95. a9d42b0 Replace InitDocument() with Clear() and make it part of the API. by Martinsh Shaiters · 13 years ago
  96. 86ca9dc correctly set version via script by Lee Thomason · 13 years ago
  97. 63339bc up the version by Lee Thomason · 13 years ago
  98. c6d02f4 Implement new utility functions for testing validity of name and token characters. by Martinsh Shaiters · 13 years ago
  99. 4ee49f1 Eliminate warnings with GCC/MinGW by MortenMacFly · 13 years ago
  100. 242c3ea Reverting std lib is in std:: namespace and using .h versions instead by Jerome Martinez · 13 years ago