1. 120b3a6 switch StrPair() over to _ for member vars by Lee Thomason · 13 years ago
  2. a9cf3f9 Switched to Artistic Style auto-formatting to allow integration of patches from other coding styles. by Lee Thomason · 13 years ago
  3. 3572ae0 Merge pull request #69 from sniperbat/master by Lee Thomason · 13 years ago
  4. a5716b7 nothing but just remove compile warning by sniperbat · 13 years ago
  5. 3cd66ee fix a fopen bug: rb should be w by Lee Thomason · 13 years ago
  6. 99024dc Merge branch 'master' of github.com:leethomason/tinyxml2 by Lee Thomason (grinliz) · 13 years ago
  7. fc6320e experimented with print f vs. g. increased version by Lee Thomason (grinliz) · 13 years ago
  8. ac8e0ce only turn off deprecated warnings for test file by Lee Thomason · 13 years ago
  9. 0922b73 Replaced pragmas with compiler define. by Thomas Roß · 13 years ago
  10. e2bcb32 accept a nBytes argument for Parse() by Lee Thomason (grinliz) · 13 years ago
  11. 2f1f624 remove trailing spaces by Lee Thomason (grinliz) · 13 years ago
  12. 6da5410 changes for martell to clean up fopen by Lee Thomason (grinliz) · 13 years ago
  13. 79869e7 changes for martell to clean up fopen by Lee Thomason (grinliz) · 13 years ago
  14. 9b6011c working out whitespace notes by Lee Thomason (grinliz) · 13 years ago
  15. c5defa6 whitespace doc by Lee Thomason (grinliz) · 13 years ago
  16. 0fa8299 whitespace tests and review by Lee Thomason (grinliz) · 13 years ago
  17. 62d1c5a fix merge by Lee Thomason (grinliz) · 13 years ago
  18. 5fbacbe fix name parsing to accept additional lead characters by Lee Thomason (grinliz) · 13 years ago
  19. 491d587 Merge branch 'master' into whitespace by Lee Thomason (grinliz) · 13 years ago
  20. 4dbe869 increase the version by Lee Thomason (grinliz) · 13 years ago
  21. 6b8b012 added test case for compact save by Lee Thomason (grinliz) · 13 years ago
  22. b476109 Merge remote-tracking branch 'IOBYTE/master' by Lee Thomason (grinliz) · 13 years ago
  23. 6020a01 remove debug mem write when in release mode by Lee Thomason (grinliz) · 13 years ago
  24. 312a20f Add support to XMLDocument to save file in compact mode. by Robert Reif · 13 years ago
  25. 186476c Shut up visual studio by Martell · 13 years ago
  26. bc1bfb7 added whitespace=collapse support. tests work. code needs review by Lee Thomason (grinliz) · 13 years ago
  27. 77d7f20 fix typo in readme by Lee Thomason · 13 years ago
  28. c38906b Merge pull request #46 from pzychotic/master by Lee Thomason · 13 years ago
  29. a6dd8c6 Fixed path to utf8testout.xml. by Thomas Roß · 13 years ago
  30. 4a69e7e Merge pull request #44 from cxcaixinster/master by Lee Thomason · 13 years ago
  31. 385b28c Fix reference to readme in visual studio project by cxcaixinster · 13 years ago
  32. e9699e6 fix up mkdir on win vs. *nix by Lee Thomason · 13 years ago
  33. ef1c69c CreateDirectory replaced by cross-platform mkdir function by Arkadiy Shapkin · 13 years ago
  34. ff72d1f Intermediate files added to .gitignore by Arkadiy Shapkin · 13 years ago
  35. f980fdc Merge pull request #42 from KindDragon/master by Lee Thomason · 13 years ago
  36. 2204dda Readme format changed to markdown by Arkadiy Shapkin · 13 years ago
  37. c831279 fix some compiler warnings, and fragile code, in the test output by Lee Thomason · 13 years ago
  38. e736f29 XMLPrinter::accumulator is only needed if MSVC is used. by PKEuS · 13 years ago
  39. c28ba3a Fixed cppcheck warnings by PKEuS · 13 years ago
  40. 21be882 Moving string in/out into XMLUtil. Using that across the API. Supporting text queries of primitive types. by Lee Thomason · 13 years ago
  41. 78a773d Fix attribute parsing to correctly handle white space by Lee Thomason · 13 years ago
  42. 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
  43. a3efec0 clean up some warnings by Lee Thomason · 13 years ago
  44. c78dc01 removed extra and incorrect 'const' by Lee Thomason · 13 years ago
  45. 78d450b increase version by Lee Thomason · 13 years ago
  46. 4cd8534 actually add comments by Lee Thomason · 13 years ago
  47. 7b1b86a removed confusing getter/setter. cleaned up comments. by Lee Thomason · 13 years ago
  48. 6e0e38b Merge remote-tracking branch 'sniperbat/master' by Lee Thomason · 13 years ago
  49. 2590088 Add compact mode to XMLPrinter, for printing without '\n' and space. by sniperbat · 13 years ago
  50. 9a0eb46 Merge git://github.com/leethomason/tinyxml2 by hasufell · 13 years ago
  51. 48ea0bc renamed function, added test case by Lee Thomason (grinliz) · 13 years ago
  52. 2cc75b3 Merge pull request #2 from hyperair/master by hasufell · 13 years ago
  53. 0eb8e9d Fix out of source installation with tinyxml2.pc by Chow Loong Jin · 13 years ago
  54. abcdbd9 Standardize style of CMakeLists.txt by Chow Loong Jin · 13 years ago
  55. 7c1f52a Merge pull request #1 from hyperair/master by hasufell · 13 years ago
  56. a1beafa Add pkgconfig file by Chow Loong Jin · 13 years ago
  57. e9f2aba Use GNUInstallDirs for CMAKE_INSTALL_*DIR by Chow Loong Jin · 13 years ago
  58. e01e786 add a method to help get the size of the XML file in memory by sniperbat · 13 years ago
  59. a2ae54e fix a missing [] in the delete call by Lee Thomason · 13 years ago
  60. b3fcf26 Merge branch 'master' of https://github.com/pzychotic/tinyxml2 by Lee Thomason · 13 years ago
  61. aba89e3 Add rules for setversion.py to include CMakeLists.txt by hasufell · 13 years ago
  62. ee87c62 possible missing header by Lee Thomason · 13 years ago
  63. 08bdf50 Fixed typos in code documentation. by Thomas Roß · 13 years ago
  64. c4ae8a9 Removed unused variable from CMakeLists.txt by Thomas Roß · 13 years ago
  65. d08dff9 Fixed CMakeLists.txt for moved .xml files. by Thomas Roß · 13 years ago
  66. e638a92 sync by Lee Thomason · 13 years ago
  67. 7d7a9a3 fixed VS2010 x64 compiler warnings about possible loss of data by Thomas Roß · 13 years ago
  68. b824900 add support for soname/symlink by hasufell · 13 years ago
  69. a080216 removed files that will be generated by the xmltest. by Bruno Dias · 13 years ago
  70. 2553a13 added resources folder for txts and xmls. by Bruno Dias · 13 years ago
  71. a2d4e6e moving xmls and txts to the resources folder. by Bruno Dias · 13 years ago
  72. 73c5370 rm xmltest.h from installed headers by hasufell · 13 years ago
  73. 0a68d00 Add BUILD_STATIC_LIBS option, install headers by hasufell · 13 years ago
  74. f68c438 added new test for BOM, and added good defaults for NewDeclaration by Lee Thomason · 13 years ago
  75. 0aa8a80 Enough bake time. Up version to 1.0 by Lee Thomason · 13 years ago
  76. 9708885 minor cleanup to the parsing loop by Lee Thomason · 13 years ago
  77. 8713775 Merge branch 'attribute' of github.com:leethomason/tinyxml2 into attribute by Lee Thomason · 13 years ago
  78. 9754267 Merge branch 'master' of github.com:leethomason/tinyxml2 by Lee Thomason · 13 years ago
  79. 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
  80. d0b19df fix sleazy cast causing compilation issue by Lee Thomason · 13 years ago
  81. d11cd16 minor whitespace cleanup by Lee Thomason · 13 years ago
  82. 81da1fb Made SaveFile symmetrical with LoadFile by Ken Miller · 13 years ago
  83. 8712757 merging handles to the master by Lee Thomason (grinliz) · 13 years ago
  84. 8871cd8 add xmltest.h as a place to put the example docs, so they don't pollute the main file' by Lee Thomason (grinliz) · 13 years ago
  85. b9e791f simplify safe logic by Lee Thomason (grinliz) · 13 years ago
  86. a4a36ba remove random -1 in length by Lee Thomason (grinliz) · 13 years ago
  87. 598c13e fix the safe function behavior by Lee Thomason (grinliz) · 13 years ago
  88. f14695f Merge pull request #16 from diasbruno/master by Lee Thomason · 13 years ago
  89. 26e15df update the xcode project. by Bruno Dias · 13 years ago
  90. 2f6e476 added a few notes to the readme about building by Lee Thomason · 13 years ago
  91. 68fd6b8 Merge pull request #11 from Groovounet/cmake by Lee Thomason · 13 years ago
  92. ae209f6 added docs. basic handles tests by Lee Thomason (grinliz) · 13 years ago
  93. 70e9c6b Merge branch 'master' into handles by Lee Thomason (grinliz) · 13 years ago
  94. 8b89981 gave up trying to be clever. split the handles into 2 classes. by Lee Thomason · 13 years ago
  95. 4a3c81c Merge branch 'master' of github.com:leethomason/tinyxml2 by Lee Thomason · 13 years ago
  96. db0bbb6 handles work by Lee Thomason · 13 years ago
  97. c8678e2 upped the version by Lee Thomason (grinliz) · 13 years ago
  98. 6a22be2 Added proper examples, integrated them into xmltest, and make them part of the build. by Lee Thomason (grinliz) · 13 years ago
  99. 5761203 trying to get template to work by Lee Thomason · 13 years ago
  100. 8a0975d minor warning fix by Lee Thomason (grinliz) · 13 years ago