1. 41151ce Add defined(__ANDROID__) for fseeko defined and android-x86_64 by Jonas Vautherin · 3 years ago
  2. 91bfd4b Merge pull request #827 from ngc92/ClearError by Lee Thomason · 3 years, 5 months ago
  3. a9ed674 Merge pull request #838 from dfaure-kdab/Wundef by Lee Thomason · 3 years, 5 months ago
  4. 1137638 Merge pull request #840 from dota17/master by Lee Thomason · 3 years, 5 months ago
  5. d3a82c5 Fix format string errors in sscanf by Will Pazner · 3 years, 6 months ago
  6. d59fd15 skip comment node before get text by dota17 · 3 years, 7 months ago
  7. b5d3b93 Add missing `defined`, detected by -Werror=undef by David Faure · 3 years, 8 months ago
  8. 2c6a41a removed overhead of clear error by ngc92 · 3 years, 10 months ago
  9. 2e6912b Merge pull request #816 from a-lunkov/master by Lee Thomason · 4 years ago
  10. 1578df3 Merge pull request #811 from hyperair/fix-first-line-indentation by Lee Thomason · 4 years ago
  11. 18468b8 minor changes to hex parsing by Lee Thomason · 4 years ago
  12. c9c9d8c Merge branch 'master' of https://github.com/netcan/tinyxml2 into netcan-master by Lee Thomason · 4 years ago
  13. a953b95 Suppress UndefinedBehaviorSanitizer warnings by a-lunkov · 4 years, 1 month ago
  14. bfbcc03 Merge pull request #809 from a-lunkov/patch-1 by Lee Thomason · 4 years, 2 months ago
  15. 6a51439 XMLPrinter: Fix first line indentation by Chow Loong Jin · 4 years, 2 months ago
  16. 63fb154 Update tinyxml2.cpp by a-lunkov · 4 years, 2 months ago
  17. 1fdee25 Sharpened check for 64-bit Unix when defining fseek/ftell macros. by John Senneker · 4 years, 3 months ago
  18. 67271b1 Merge pull request #787 from jsenn/feature/large-file-support by Lee Thomason · 4 years, 3 months ago
  19. a9f29b7 Fixed warning caused by sloppy conversion between signed/unsigned types. by John Senneker · 4 years, 3 months ago
  20. dfb45cb support IntText(),UnsignedText(),Int64Text() for hex value by netcan · 4 years, 4 months ago
  21. bbbb8c9 Merge branch 'master' of github.com:leethomason/tinyxml2 by Lee Thomason · 4 years, 3 months ago
  22. e444268 add convenience methods by Lee Thomason · 4 years, 3 months ago
  23. 6ac05b2 Merge branch 'push' of https://github.com/ngc92/tinyxml2 into ngc92-push by Lee Thomason · 4 years, 3 months ago
  24. 655b15c Merge pull request #781 from daniel347x/patch-1 by Lee Thomason · 4 years, 3 months ago
  25. 20f2d5e Merge pull request #773 from Alanscut/fix_issue712 by Lee Thomason · 4 years, 3 months ago
  26. e620245 PushNewChild* family of convenience functions by ngc92 · 4 years, 6 months ago
  27. d58436c Fixed bug caused by type checking code in `LoadFile`. by John Senneker · 4 years, 7 months ago
  28. bf59a2d Added support for files larger than ~2GB. by John Senneker · 4 years, 7 months ago
  29. d745503 Change constants used in 'ToBool' to support MSVC by Dan Nissenbaum · 4 years, 7 months ago
  30. ad7bdf9 fix issue#712 by Alanscut · 4 years, 8 months ago
  31. 73f5409 Improved const correctness. There are no functional changes intended. by orbitcowboy · 4 years, 10 months ago
  32. 5bf58f0 Merge pull request #753 from orbitcowboy/master by Lee Thomason · 4 years, 10 months ago
  33. c3601c6 Merge branch 'cugone-master' by Lee Thomason · 4 years, 10 months ago
  34. effdf95 add test cases by Lee Thomason · 4 years, 10 months ago
  35. 7fd646a support more bool options by Lee Thomason · 4 years, 10 months ago
  36. c341cea add missing uint64_t methods to XMLPrinter by aaronkirkham07@gmail.com · 5 years ago
  37. 710a332 Fixed -Wold-style-cast warnings from g++. by orbitcowboy · 5 years ago
  38. 1dbfe31 Missing uint64_t XMLElement::Unsigned64Text(uint64_t defaultValue) implementation by cugone · 5 years ago
  39. 47e229e Forgot Text and XMLElement versions; by cugone · 5 years ago
  40. 75a5acc UnsignedInt64 support by cugone · 5 years ago
  41. 0e7f289 Improved const correctness of local variables. There are no functional changes intended. by orbitcowboy · 5 years ago
  42. db13a82 fix huge number of declaration security issue by Lee Thomason · 6 years ago
  43. 92fc089 remove deprecated errors. next version will be major. by Lee Thomason · 6 years ago
  44. 30d0c3d add assertion by Lee Thomason · 6 years ago
  45. be69ae6 In PrintString, move the optimization under the if ( _processEntities ) block and retain the strlen Write in the new else block. Added a test case. by Derek Quam · 6 years ago
  46. befc3c3 fix compiler inconsistency by Lee Thomason · 6 years ago
  47. f928c35 clean up the depth tracking a bit by Lee Thomason · 6 years ago
  48. d946dda upgrade to vs2017. fix stack overflow attack. by Lee Thomason · 6 years ago
  49. 0f1fa6d fix "dereference before null check" defect by Gumichan01 · 6 years ago
  50. 5068991 rename DEBUG define to TINYXML2_DEBUG by Peter Matula · 6 years ago
  51. ff97dbb Merge branch 'master' into error-str by Lee Thomason · 6 years ago
  52. a36f7ac fix error string output when there is no formatting by Lee Thomason · 6 years ago
  53. 90e69c9 Suppress MSVC warning C4267: conversion from 'size_t' to 'int', possible loss of data by Alex Alabuzhev · 7 years ago
  54. d548b7e Merge branch 'master' into errorstr by Lee Thomason · 7 years ago
  55. eb2f51e removed unused variables by Lee Thomason · 7 years ago
  56. 85aac02 Minor performance tweaks by Brad Anderson · 7 years ago
  57. b2e08e4 XMLPrinter optimization by Alexander Golubev · 8 years ago
  58. 0c0f98b merge from master by Lee Thomason · 7 years ago
  59. d556e6d Merge branch 'master' into errorstr by Lee Thomason · 7 years ago
  60. f49b965 fix up error system issues by Lee Thomason · 7 years ago
  61. 714ccfe fix line number tracker. error msg wip by Lee Thomason · 7 years ago
  62. 7abfa6b Merge branch 'gccWeffc' of git://github.com/lelegard/tinyxml2 into lelegard-gccWeffc by Lee Thomason · 7 years ago
  63. aa18839 Error string re-work by Lee Thomason · 7 years ago
  64. e8f4a8b Fix crash when element is being inserted "after itself" by Dmitry-Me · 7 years ago
  65. 7f0f754 Code cleanup to pass gcc -Weffc++ warnings by Thierry Lelegard · 7 years ago
  66. a28eb07 Extract and reuse conversion code by Dmitry-Me · 7 years ago
  67. 87cd4e0 Add 'const' on XMLDocument::DeepCopy. This make us copy const by Shuichiro Suzuki · 7 years ago
  68. 3cc6f5c Annotate fall throughs with comments by Dmitry-Me · 7 years ago
  69. 8c9e313 remove error string inline. hopefully helps with odd linking issues by Lee Thomason · 7 years ago
  70. 8bba8b4 mark unused enums by Lee Thomason · 7 years ago
  71. 9201bb9 Merge pull request #563 from Dmitry-Me/betterParameterNameInClone by Lee Thomason · 7 years ago
  72. 3f63f21 Better parameter name by Dmitry-Me · 7 years ago
  73. 8a76361 fix incorrect factoring by Lee Thomason · 7 years ago
  74. bc52755 Merge pull request #558 from leethomason/clone by Lee Thomason · 7 years ago
  75. c2f677b Unlinked nodes assertions by Dmitry-Me · 7 years ago
  76. 1346a17 tweak comments. fix copy to self case. by Lee Thomason · 7 years ago
  77. 1bbc66b Merge branch 'master' into clone by Lee Thomason · 7 years ago
  78. b754ddf address feedback from review by Lee Thomason · 7 years ago
  79. 816d3fa Fix string leaking (and destructors not getting called) when there are XMLNodes that aren't in the document tree by Lee Thomason · 7 years ago
  80. a30f8bd Merge remote-tracking branch 'origin/master' into clone by Lee Thomason · 7 years ago
  81. 7085f00 deep copy and clone by Lee Thomason · 7 years ago
  82. 10b8ecc Clarify variable names by Dmitry-Me · 7 years ago
  83. e503563 Fully use enum by Dmitry-Me · 7 years ago
  84. ba68a3a Pointer assertion by Dmitry-Me · 7 years ago
  85. 395ea09 Merge pull request #538 from Dmitry-Me/suppressC6011 by Lee Thomason · 7 years ago
  86. 7221b49 Suppress C6011 code analysis false positive warning by Dmitry-Me · 7 years ago
  87. ae8a82a Clearer variable name by Dmitry-Me · 7 years ago
  88. 92c0ef3 Merge pull request #527 from Dmitry-Me/reuseNodesCreationCode by Lee Thomason · 7 years ago
  89. 2aebfb7 Extract and reuse nodes creation code by Dmitry-Me · 7 years ago
  90. b37cb42 Merge pull request #513 from leethomason/bool-write by Lee Thomason · 7 years ago
  91. f89bd3e Initialize member variables by Dmitry-Me · 7 years ago
  92. c5c99c2 tweaks to bool serialization by Lee Thomason · 7 years ago
  93. f458d26 fix const. hopefully. by Lee Thomason · 7 years ago
  94. ce667c9 ability to set bool write values by Lee Thomason · 7 years ago
  95. 5b733ff Merge pull request #504 from Dmitry-Me/ensureLinkPointersAreNotOverwritten by Lee Thomason · 7 years ago
  96. e90e901 tweaks, clarification to line numbers by Lee Thomason · 7 years ago
  97. 34a3f8e Ensure existing attributes are not leaked on attribute insertion by Dmitry-Me · 7 years ago
  98. e353181 CodeReview Fix: initialLineNum? Something a little more descriptive? by kezenator · 8 years ago
  99. e3d4415 CodeReview Fix: The initializer syntax isn't used. Should be 'int unusedLineNum = 0` by kezenator · 8 years ago
  100. 4f75616 CodeReview Fix: The non-const reference syntax isn't used in the codebase. Should be a pointer. by kezenator · 8 years ago