1. 66d2a84 Add pre-assert, fix comment by Dmitry-Me · 11 years ago
  2. f07b952 fix issue 184. clean up xcode project. by Lee Thomason · 11 years ago
  3. d048f1e Bind reference to avoid repeated accesses by index by Dmitry-Me · 11 years ago
  4. 097339a Remove unneeded virtual calls by Dmitry-Me · 11 years ago
  5. 6d202ff Eliminate repeated virtual calls by Dmitry-Me · 11 years ago
  6. 9fb2b0f Remove unneeded cast, reduce duplication, move declarations to their first use. by Dmitry-Me · 11 years ago
  7. 331596e clean up the scope and names of the error code. by Lee Thomason · 11 years ago
  8. 0033684 ErrorNames is not implemented by vector<string> but *char[] by numatrumpet · 11 years ago
  9. bb5ffac Using C++11, XMLUtil::ToErrorName(XMLError) returns the name of error type by numatrumpet · 11 years ago
  10. 3659fe1 Move loop variable definition into loop headers by Dmitry-Me · 11 years ago
  11. e3225b1 Convert DELETE_X macros into functions by Dmitry-Me · 11 years ago
  12. b6b4e82 Remove repeated virtual calls by Dmitry-Me · 11 years ago
  13. ec19a0e Remove obsolete comment by Dmitry-Me · 11 years ago
  14. 63f3de1 Make code more defensive by Dmitry-Me · 11 years ago
  15. 67a5bb0 Assert when trying to adjust _start in "needs delete" mode. by Dmitry-Me · 11 years ago
  16. 01578db Wrap fopen()/fopen_s() calls to avoid duplication by Dmitry-Me · 11 years ago
  17. acb9c9c Check ftell() result for error code before using it. by Dmitry-Me · 11 years ago
  18. 08e7f7b fgetc() is not required to clear the error indicator on success by Dmitry-Me · 11 years ago
  19. 91d34a0 WinCE Compatibility Fix by pffang · 11 years ago
  20. a0744c8 fix implementation of much simpler visual studio printing by Lee Thomason · 11 years ago
  21. 268c683 Use _vscprintf to calc length of expanded format string. by Thomas Roß · 11 years ago
  22. 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
  23. 7de26f7 Merge remote-tracking branch 'origin/master' by Lee Thomason · 11 years ago
  24. 82d3200 clean up some error checking logic by Lee Thomason · 11 years ago
  25. 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
  26. 07ac762 SetBoolFirstChild now makes sure its bool is not wrapped onto its own line. by Uli Kusterer · 12 years ago
  27. b85b4e0 Merge branch 'pernodecompactwhitespace' by Uli Kusterer · 12 years ago
  28. ca412e8 SetForceCompactMode() now also handles case of a single tag inside another correctly. by Uli Kusterer · 12 years ago
  29. 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
  30. 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
  31. 53fe47c Remove long long stuff again. by Uli Kusterer · 12 years ago
  32. 35ce309 Urk, forgot to build this one after merging and goofed a bit. by Uli Kusterer · 12 years ago
  33. 2861a7e Merge branch 'master' of https://github.com/leethomason/tinyxml2 by Uli Kusterer · 12 years ago
  34. 5bb2d80 add variants of SetText() to support types by Lee Thomason · 12 years ago
  35. 664d056 Support for 'long long' number values. by Uli Kusterer · 12 years ago
  36. 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
  37. 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
  38. dcefa0e Add typed convenience setters for SetText(). by Uli Kusterer · 12 years ago
  39. 869bb59 Make SetText() behave like the docs say. by Uli Kusterer · 12 years ago
  40. 8fe342a Add SetText() as analog to GetText(). by Uli Kusterer · 12 years ago
  41. 44ce793 Merge branch 'master' of https://github.com/leethomason/tinyxml2 by Lee Thomason · 12 years ago
  42. c3708cc implement a fix to floating point precision as proposed by schuellc. by Lee Thomason · 12 years ago
  43. ba4b328 Fixed issue 147 (XMLDocument::LoadFile() may crash on non-regular file) by Daniel Marjamäki · 12 years ago
  44. 690ba07 you have to check len before accsessing "p". by psi · 12 years ago
  45. 3b7927e formatting tweaks by Lee Thomason · 12 years ago
  46. 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
  47. 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
  48. 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
  49. 1c5f99e Fixed two cppcheck messages by PKEuS · 12 years ago
  50. 6189231 Initialize pointers to satisfy static code analyser. by Thomas Roß · 12 years ago
  51. d6bd736 fix floating point specifier and clean up a warning by Lee Thomason (grinliz) · 12 years ago
  52. 1470edc Fixed compiler warning for x64 builds. by Thomas Roß · 12 years ago
  53. d0a38c3 fix BOM preservation bugs. add new tests by Lee Thomason (grinliz) · 12 years ago
  54. 1cfafd0 Fixed: LoadFile() returns XML_NO_ERROR for empty documents. by Vasily Biryukov · 12 years ago
  55. 0fd8746 correct typos in comments / documentation by Andrew C. Martin · 12 years ago
  56. 61cea67 removing debug output by Lee Thomason (grinliz) · 13 years ago
  57. ac83b4e adjust the size of the memory pools by Lee Thomason (grinliz) · 13 years ago
  58. a9d42b0 Replace InitDocument() with Clear() and make it part of the API. by Martinsh Shaiters · 13 years ago
  59. c6d02f4 Implement new utility functions for testing validity of name and token characters. by Martinsh Shaiters · 13 years ago
  60. 4ee49f1 Eliminate warnings with GCC/MinGW by MortenMacFly · 13 years ago
  61. 242c3ea Reverting std lib is in std:: namespace and using .h versions instead by Jerome Martinez · 13 years ago
  62. 5b0a677 fix incorrect assert on unused memory by Lee Thomason · 13 years ago
  63. 685b895 trivial comment fix by Lee Thomason · 13 years ago
  64. 8950b37 Merge branch 'master' of https://github.com/leethomason/tinyxml2 by Lee Thomason · 13 years ago
  65. 2fa8172 type XMLError. fix some comments by Lee Thomason · 13 years ago
  66. 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
  67. 7fbefab std lib is in std:: namespace only and array definition is not possible with an enum by Jerome Martinez · 13 years ago
  68. 1aa8fc4 fix up rename on windows by Lee Thomason · 13 years ago
  69. 624d43f finish switching to _ for member vars by Lee Thomason · 13 years ago
  70. 120b3a6 switch StrPair() over to _ for member vars by Lee Thomason · 13 years ago
  71. a9cf3f9 Switched to Artistic Style auto-formatting to allow integration of patches from other coding styles. by Lee Thomason · 13 years ago
  72. a5716b7 nothing but just remove compile warning by sniperbat · 13 years ago
  73. 3cd66ee fix a fopen bug: rb should be w by Lee Thomason · 13 years ago
  74. fc6320e experimented with print f vs. g. increased version by Lee Thomason (grinliz) · 13 years ago
  75. e2bcb32 accept a nBytes argument for Parse() by Lee Thomason (grinliz) · 13 years ago
  76. 2f1f624 remove trailing spaces by Lee Thomason (grinliz) · 13 years ago
  77. 6da5410 changes for martell to clean up fopen by Lee Thomason (grinliz) · 13 years ago
  78. 79869e7 changes for martell to clean up fopen by Lee Thomason (grinliz) · 13 years ago
  79. 62d1c5a fix merge by Lee Thomason (grinliz) · 13 years ago
  80. 5fbacbe fix name parsing to accept additional lead characters by Lee Thomason (grinliz) · 13 years ago
  81. 491d587 Merge branch 'master' into whitespace by Lee Thomason (grinliz) · 13 years ago
  82. 312a20f Add support to XMLDocument to save file in compact mode. by Robert Reif · 13 years ago
  83. 186476c Shut up visual studio by Martell · 13 years ago
  84. bc1bfb7 added whitespace=collapse support. tests work. code needs review by Lee Thomason (grinliz) · 13 years ago
  85. c28ba3a Fixed cppcheck warnings by PKEuS · 13 years ago
  86. 21be882 Moving string in/out into XMLUtil. Using that across the API. Supporting text queries of primitive types. by Lee Thomason · 13 years ago
  87. 78a773d Fix attribute parsing to correctly handle white space by Lee Thomason · 13 years ago
  88. 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
  89. a3efec0 clean up some warnings by Lee Thomason · 13 years ago
  90. 2590088 Add compact mode to XMLPrinter, for printing without '\n' and space. by sniperbat · 13 years ago
  91. ee87c62 possible missing header by Lee Thomason · 13 years ago
  92. 7d7a9a3 fixed VS2010 x64 compiler warnings about possible loss of data by Thomas Roß · 13 years ago
  93. f68c438 added new test for BOM, and added good defaults for NewDeclaration by Lee Thomason · 13 years ago
  94. 9708885 minor cleanup to the parsing loop by Lee Thomason · 13 years ago
  95. 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
  96. 81da1fb Made SaveFile symmetrical with LoadFile by Ken Miller · 13 years ago
  97. a4a36ba remove random -1 in length by Lee Thomason (grinliz) · 13 years ago
  98. 598c13e fix the safe function behavior by Lee Thomason (grinliz) · 13 years ago
  99. 8a0975d minor warning fix by Lee Thomason (grinliz) · 13 years ago
  100. 9a6c6b8 Tackled more Clang analyzer warnings. by Guillermo A. Amaral · 13 years ago