1. 1527cf4 Patch for Visual Studio 2003 and earlier. by pffang · 10 years ago
  2. 687bf82 Don't use -1 as buffer length by Dmitry-Me · 10 years ago
  3. 91f2dcf Merge pull request #342 from Dmitry-Me/testErrorNames by Lee Thomason · 10 years ago
  4. a1beddf Test error name is non-empty for the whole range by Dmitry-Me · 10 years ago
  5. 962083b Remove redundant comment, fix typo and formatting by Dmitry-Me · 10 years ago
  6. ca86a0f Proper fix gcc -Wsign-compare by Dmitry-Me · 10 years ago
  7. c879a4d Merge pull request #338 from Dmitry-Me/removeAmbiguousEnumItems by Lee Thomason · 10 years ago
  8. 949ae37 Merge pull request #337 from Dmitry-Me/checkEntityFoundExplicitly by Lee Thomason · 10 years ago
  9. 8549202 clean up Value of XMLDocument by Lee Thomason · 10 years ago
  10. 7a93b33 tighten up the error checks by Lee Thomason · 10 years ago
  11. 2ecc203 Merge branch 'patch-1' of https://github.com/SirR4T/tinyxml2 into SirR4T-patch-1 by Lee Thomason · 10 years ago
  12. 5420e54 Get rid of two distinct enum items with same same by Dmitry-Me · 10 years ago
  13. 764545e Explicitly check entity was not found by Dmitry-Me · 10 years ago
  14. 3df007e Fix and use correct pointers and types. by Sarat Addepalli · 10 years ago
  15. 96b4346 Remove unnecessary cast in XMLNode::Value() by Sarat Addepalli · 10 years ago
  16. 9c3122b Bypass asserts for `XMLDocument::Value()` by Sarat Addepalli · 10 years ago
  17. 2f0d173 Fix whitespaces in tinyxml2.cpp by Sarat Addepalli · 10 years ago
  18. a0f499d Fix ParseDeep() to close issue #332 by Sarat Addepalli · 10 years ago
  19. 67c429e Avoid unneeded printer object creation by Dmitry-Me · 10 years ago
  20. 72801b8 First check, then convert by Dmitry-Me · 10 years ago
  21. 2a8b1f5 Ensure file contents fit into size_t range by Dmitry-Me · 10 years ago
  22. 882e89e Merge pull request #326 from Dmitry-Me/cleanupPointersComparison by Lee Thomason · 10 years ago
  23. 69d521d Unify pointers comparison, consistency asserts by Dmitry-Me · 10 years ago
  24. 2ad4320 Range check without clang "always true" warning by Dmitry-Me · 10 years ago
  25. 4f0c2ff fix 'always true' warning by Lee Thomason · 10 years ago
  26. ccd267a Detect parsing error earlier when looking at end of tag by Dmitry-Me · 10 years ago
  27. e3932d6 Merge pull request #319 from Dmitry-Me/getRidOfNull by Lee Thomason · 10 years ago
  28. 5ea4f3c Merge pull request #315 from Dmitry-Me/orderPatternsAsTheyAreSearched by Lee Thomason · 10 years ago
  29. e76b851 Get rid of NULL, cleanup formatting by Dmitry-Me · 10 years ago
  30. 9614f8f More consistency asserts by Dmitry-Me · 10 years ago
  31. 400f119 Ensure enum is printed properly by Dmitry-Me · 10 years ago
  32. 2667aab Const qualifiers where access is const, unify formatting by Dmitry-Me · 10 years ago
  33. 51b3332 Merge pull request #308 from Dmitry-Me/mergePrintCalls by Lee Thomason · 10 years ago
  34. 6a79c17 Merge Print() calls by Dmitry-Me · 10 years ago
  35. c505e13 Order patterns the same way they are searched by Dmitry-Me · 10 years ago
  36. d95172b Print entire substring instead of each character by Dmitry-Me · 10 years ago
  37. f657783 merge fix for save file error by Lee Thomason · 10 years ago
  38. 3ccb1ce minor formatting cleanup by Lee Thomason · 10 years ago
  39. 189198f Issue 302: clear any previous save error by Ant Mitchell · 10 years ago
  40. 7e74477 Issue299 - Allow Accept() to work with element trees that are not by Ant Mitchell · 10 years ago
  41. 2b1e181 Merge pull request #298 from Dmitry-Me/fixCommentTypo by Lee Thomason · 10 years ago
  42. 2f465c4 Fix comment typo by Dmitry-Me · 10 years ago
  43. 3dc797b Better asserts in parsing by Dmitry-Me · 10 years ago
  44. 245bee0 Merge pull request #296 from Dmitry-Me/assertForImpossibleCase by Lee Thomason · 10 years ago
  45. 80647bd Merge remote-tracking branch 'origin/master' by Lee Thomason · 10 years ago
  46. 7265b76 merge change; add extra assert by Lee Thomason · 10 years ago
  47. 33bb764 Assert for impossible case by Dmitry-Me · 10 years ago
  48. bab9b6d More asserts in numbers parsing by Dmitry-Me · 10 years ago
  49. 6f51c80 Resolve crash when printing malformed entities - issue 291 by Dmitry-Me · 10 years ago
  50. 9fcb876 Fix null pointer dereference planted in PR287 and reported in PR288 by Dmitry-Me · 10 years ago
  51. 0238466 Add and make use of pre- and post-asserts in XMLDocument::Identify() by Dmitry-Me · 10 years ago
  52. 6acc9a5 Move declaration to actual first use by Dmitry-Me · 11 years ago
  53. 30bdc97 Pre-asserts to clarify buffer usage by Dmitry-Me · 11 years ago
  54. d95716b Merge pull request #273 from Dmitry-Me/moreChecksInUtfConversion by Lee Thomason · 11 years ago
  55. 7e67bc8 minor formatting changes by Lee Thomason · 11 years ago
  56. bbaf1e1 More checks inside UTF conversion by Dmitry-Me · 11 years ago
  57. 9f56e12 strchr() can only find what is was asked for by Dmitry-Me · 11 years ago
  58. d156866 Merge pull request #269 from Dmitry-Me/makeFormattingConsistent by Lee Thomason · 11 years ago
  59. f802660 Merge pull request #268 from Dmitry-Me/avoidRepeatedComparisons by Lee Thomason · 11 years ago
  60. 257e11b Fix formatting, get rid of useless if-else chain by Dmitry-Me · 11 years ago
  61. 3ae4f3e Get rid of repeated comparisons by Dmitry-Me · 11 years ago
  62. e28be75 Use explicit const_cast by Dmitry-Me · 11 years ago
  63. 3cebdc4 clean up function names. clean up pointer by Lee Thomason · 11 years ago
  64. 75b4e23 Merge pull request #260 from Dmitry-Me/placeChecksInMoreNaturalOrder by Lee Thomason · 11 years ago
  65. 6e504e9 Merge pull request #259 from Dmitry-Me/preAndPostAssertsInGetStr by Lee Thomason · 11 years ago
  66. 625402a Merge pull request #257 from Dmitry-Me/reusePreInsertMagic by Lee Thomason · 11 years ago
  67. 56223dd Merge pull request #256 from Dmitry-Me/reuseParseAdjustments by Lee Thomason · 11 years ago
  68. deccff7 Merge pull request #254 from JayXon/onlyCheckElementPointerOnce by Lee Thomason · 11 years ago
  69. 7a7e5dc Rearrange checks in more natural order by Dmitry-Me · 11 years ago
  70. 5ffa73e Pointer asserts in GetStr() by Dmitry-Me · 11 years ago
  71. 74e3940 Reuse pre-insert manipulations by Dmitry-Me · 11 years ago
  72. 97476b7 Reuse code with pre-parse adjustments by Dmitry-Me · 11 years ago
  73. b4e81b0 Merge pull request #253 from Dmitry-Me/getRidOfC4127InAssert by Lee Thomason · 11 years ago
  74. 5f06297 Merge pull request #248 from JayXon/simplifyParseName by Lee Thomason · 11 years ago
  75. e4bf6e3 Only check ele pointer once by JayXon · 11 years ago
  76. 4bcbf14 Suppress C4127 in asserts by Dmitry-Me · 11 years ago
  77. ee525db Simplify ParseName by JayXon · 11 years ago
  78. bb836dc Unify SkipWhiteSpace()/ReadBOM() calls, add asserts by Dmitry-Me · 11 years ago
  79. 69242c4 Merge pull request #247 from Dmitry-Me/combineCheckWithDependentCall by Lee Thomason · 11 years ago
  80. a092bc1 Move the check into dependent call by Dmitry-Me · 11 years ago
  81. 5b4a516 Move variable declaration closer to where it's needed by Dmitry-Me · 11 years ago
  82. 4e5900c Merge pull request #244 from Dmitry-Me/unifyCharacterCasts by Lee Thomason · 11 years ago
  83. 0b4bdd2 Merge pull request #243 from JayXon/simplify_node_logic by Lee Thomason · 11 years ago
  84. 8b67d74 Unify character casts, reorganize checks by Dmitry-Me · 11 years ago
  85. ebb0c8f fix compiler warning by Lee Thomason · 11 years ago
  86. 7334f9e fix a clang warning by Lee Thomason · 11 years ago
  87. cd011bc start working through memory bugs by Lee Thomason · 11 years ago
  88. dbfdd8f Simplify node logic by JayXon · 11 years ago
  89. ee2c469 Merge pull request #240 from Dmitry-Me/simplifyNodeOwnershipTracking by Lee Thomason · 11 years ago
  90. ed2a407 Add more pointer pre-asserts by Dmitry-Me · 11 years ago
  91. e6a95ce Validate pool block has the right size before calling placement new by Dmitry-Me · 11 years ago
  92. f0e8fac Merge pull request #239 from Dmitry-Me/addMorePointerAsserts by Lee Thomason · 11 years ago
  93. abb2d04 More pointers pre-asserts by Dmitry-Me · 11 years ago
  94. 9bcd9c7 Should not check errorID with implicit conversion by Dmitry-Me · 11 years ago
  95. 1227d51 Reuse const FindAttribute for non-const version thereof by Dmitry-Me · 11 years ago
  96. ab37df8 Error checking never actually checked anything by Dmitry-Me · 11 years ago
  97. 2114e47 Merge pull request #230 from antonindrawan/master by Lee Thomason · 11 years ago
  98. 2965880 switch to using pointer, not reference by Lee Thomason · 11 years ago
  99. f59e2d6 Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6. by Anton Indrawan · 11 years ago
  100. 03494b1 Merge remote-tracking branch 'origin/master' into Dmitry-Me-properStrPairAssignment by Lee Thomason · 11 years ago