1. a522186 Added test for return value of QueryDoubleAttribute(). by Thomas Roß · 12 years ago
  2. d0a38c3 fix BOM preservation bugs. add new tests by Lee Thomason (grinliz) · 12 years ago
  3. 1cfafd0 Fixed: LoadFile() returns XML_NO_ERROR for empty documents. by Vasily Biryukov · 12 years ago
  4. 0fd8746 correct typos in comments / documentation by Andrew C. Martin · 12 years ago
  5. 5efaa5f Add the (very handy) QueryAttribute by Lee Thomason (grinliz) · 13 years ago
  6. ac83b4e adjust the size of the memory pools by Lee Thomason (grinliz) · 13 years ago
  7. 53ab79a Add unit test for XMLDocument::Clear(). by Martinsh Shaiters · 13 years ago
  8. 0aecb5c Merge remote-tracking branch 'martinsh/issue#53-fix' by Lee Thomason · 13 years ago
  9. 95b3e65 Add test case for element names with leading digit. by Martinsh Shaiters · 13 years ago
  10. 23e7ae6 Add test for lead non-alpha characters in attribute names. by Martinsh Shaiters · 13 years ago
  11. 178e4cc Add file load to xmltest. by Lee Thomason · 13 years ago
  12. c9c8b77 Moves example documentation from xmltest.h to xmltest.cpp by Martinsh Shaiters · 13 years ago
  13. 39ddc26 Adds conditional include of io.h when compiling with MinGW by Martinsh Shaiters · 13 years ago
  14. a6412ac add a printing test by Lee Thomason · 13 years ago
  15. 5b0a677 fix incorrect assert on unused memory by Lee Thomason · 13 years ago
  16. 2fa8172 type XMLError. fix some comments by Lee Thomason · 13 years ago
  17. ae9ab07 test case for unlinked nodes, commented out by Lee Thomason · 13 years ago
  18. 99024dc Merge branch 'master' of github.com:leethomason/tinyxml2 by Lee Thomason (grinliz) · 13 years ago
  19. fc6320e experimented with print f vs. g. increased version by Lee Thomason (grinliz) · 13 years ago
  20. 0922b73 Replaced pragmas with compiler define. by Thomas Roß · 13 years ago
  21. e2bcb32 accept a nBytes argument for Parse() by Lee Thomason (grinliz) · 13 years ago
  22. 2f1f624 remove trailing spaces by Lee Thomason (grinliz) · 13 years ago
  23. 0fa8299 whitespace tests and review by Lee Thomason (grinliz) · 13 years ago
  24. 62d1c5a fix merge by Lee Thomason (grinliz) · 13 years ago
  25. 5fbacbe fix name parsing to accept additional lead characters by Lee Thomason (grinliz) · 13 years ago
  26. 491d587 Merge branch 'master' into whitespace by Lee Thomason (grinliz) · 13 years ago
  27. 6b8b012 added test case for compact save by Lee Thomason (grinliz) · 13 years ago
  28. bc1bfb7 added whitespace=collapse support. tests work. code needs review by Lee Thomason (grinliz) · 13 years ago
  29. a6dd8c6 Fixed path to utf8testout.xml. by Thomas Roß · 13 years ago
  30. e9699e6 fix up mkdir on win vs. *nix by Lee Thomason · 13 years ago
  31. ef1c69c CreateDirectory replaced by cross-platform mkdir function by Arkadiy Shapkin · 13 years ago
  32. ff72d1f Intermediate files added to .gitignore by Arkadiy Shapkin · 13 years ago
  33. c831279 fix some compiler warnings, and fragile code, in the test output by Lee Thomason · 13 years ago
  34. c28ba3a Fixed cppcheck warnings by PKEuS · 13 years ago
  35. 21be882 Moving string in/out into XMLUtil. Using that across the API. Supporting text queries of primitive types. by Lee Thomason · 13 years ago
  36. 78a773d Fix attribute parsing to correctly handle white space by Lee Thomason · 13 years ago
  37. 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
  38. 7b1b86a removed confusing getter/setter. cleaned up comments. by Lee Thomason · 13 years ago
  39. 48ea0bc renamed function, added test case by Lee Thomason (grinliz) · 13 years ago
  40. a2d4e6e moving xmls and txts to the resources folder. by Bruno Dias · 13 years ago
  41. f68c438 added new test for BOM, and added good defaults for NewDeclaration by Lee Thomason · 13 years ago
  42. 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
  43. d0b19df fix sleazy cast causing compilation issue by Lee Thomason · 13 years ago
  44. 8712757 merging handles to the master by Lee Thomason (grinliz) · 13 years ago
  45. a4a36ba remove random -1 in length by Lee Thomason (grinliz) · 13 years ago
  46. ae209f6 added docs. basic handles tests by Lee Thomason (grinliz) · 13 years ago
  47. 70e9c6b Merge branch 'master' into handles by Lee Thomason (grinliz) · 13 years ago
  48. 8b89981 gave up trying to be clever. split the handles into 2 classes. by Lee Thomason · 13 years ago
  49. db0bbb6 handles work by Lee Thomason · 13 years ago
  50. 6a22be2 Added proper examples, integrated them into xmltest, and make them part of the build. by Lee Thomason (grinliz) · 13 years ago
  51. 5761203 trying to get template to work by Lee Thomason · 13 years ago
  52. 00770d2 handles wip. not happy with const behavior by Lee Thomason · 13 years ago
  53. 5708f81 handles wip. not happy with const behavior by Lee Thomason · 13 years ago
  54. 8ba7f7d Added the improved attribute query by Lee Thomason · 13 years ago
  55. 7f7b162 Add warning for the working directory. Verify win64 fix. by Lee Thomason · 13 years ago
  56. d7e033e Merge branch 'master' of https://github.com/gamaral/tinyxml2 by Lee Thomason · 13 years ago
  57. 87e475a adding examples to the doc by Lee Thomason · 13 years ago
  58. 2eb7003 Misc adjustments and enum rename by Guillermo A. Amaral · 13 years ago
  59. 7ca5558 removed the pointer-diff by Lee Thomason (grinliz) · 13 years ago
  60. 6f381b7 Added performance test and option to leave entities by Lee Thomason · 13 years ago
  61. 0a4df40 fix some warnings by Lee Thomason (grinliz) · 13 years ago
  62. 7d00b9a Patching up incorrect boilerplate code. Added clone/equal methods. by Lee Thomason · 13 years ago
  63. 5ce4d97 fix deprecation function mess by Lee Thomason (grinliz) · 13 years ago
  64. 9b093cc Test on gcc. Fix warning. Fix uneeded params. Up VS debug to level 4 and fix warnings. by Lee Thomason (grinliz) · 13 years ago
  65. 2a1cd27 added a bunch of comments in by Lee Thomason (grinliz) · 13 years ago
  66. 46a14cf new element loop by Lee Thomason (grinliz) · 13 years ago
  67. d627776 The rest of the test cases. Some bugs, but should be a complete set. by Lee Thomason · 13 years ago
  68. 68db57e UTF-8 tests passing. by Lee Thomason (grinliz) · 13 years ago
  69. bd0a8ac Dream test passing. by Lee Thomason (grinliz) · 13 years ago
  70. ae25a44 print to memory support by U-Stream\Lee · 13 years ago
  71. 09a11c5 test cases. Working out attribute interface. by U-Stream\Lee · 13 years ago
  72. 1ff38e0 working with attributes. adding missing methods by Lee Thomason · 13 years ago
  73. ec5a7b4 testing infrastructur by Lee Thomason · 14 years ago
  74. e9ecdab memory tracking by Lee Thomason · 14 years ago
  75. 50adb4c sync by Lee Thomason · 14 years ago
  76. 56bdd02 improved the streamer interface so it doesn't require text parent. now possible to connect visitor and streamer. by Lee Thomason · 14 years ago
  77. 43f5930 integrated attributes into the placement new by Lee Thomason · 14 years ago
  78. d198322 finally have the placement new working as desired. by Lee Thomason · 14 years ago
  79. 2c85a71 more refactoring. cleaning out container classes. by Lee Thomason · 14 years ago
  80. 18d68bd removed the char allocator. Started cleaning up the document code. by Lee Thomason · 14 years ago
  81. 8ee7989 added entity input support. by Lee Thomason · 14 years ago
  82. 24767b0 work on the streamer class. A little optimization to the string class. Formatting work. by Lee Thomason · 14 years ago
  83. 5cae897 pulled out streamer class. by Lee Thomason · 14 years ago
  84. 67d6131 new element parsing. reasonable set of test cases. by Lee Thomason · 14 years ago
  85. 5492a1c basic text support by Lee Thomason · 14 years ago
  86. 22aead1 attribute support by Lee Thomason · 14 years ago
  87. ec975ce iterate on parsing. by Lee Thomason · 14 years ago
  88. 6ee99fc testing by Lee Thomason · 14 years ago
  89. 39ede24 reset name by Lee Thomason · 14 years ago
  90. dadcdfa test cases in progress by Lee Thomason · 14 years ago
  91. 8a5dfee element and attribute code compiling by Lee Thomason · 14 years ago
  92. fde6a75 another rev of text parsing. by Lee Thomason · 14 years ago
  93. 4cee611 basic structure in place. by U-Lama\Lee · 14 years ago
  94. e13c3e6 initial checkin by U-Lama\Lee · 14 years ago