- 13b2d73 Add null-checks in `XMLTest()` by Sarat Addepalli · 10 years ago
- a7edb88 Add a test case for issue #323 by Sarat Addepalli · 10 years ago
- 5daa54c Don't leak the element by Dmitry-Me · 10 years ago
- 32533ca Test there's no error initially, proper swap "found" and "expected" by Dmitry-Me · 10 years ago
- 48b5df0 Document must be initially empty by Dmitry-Me · 10 years ago
- 28c7c8c Merge pull request #305 from Dmitry-Me/errorShouldBeClearedAfterLoad by Lee Thomason · 10 years ago
- f657783 merge fix for save file error by Lee Thomason · 10 years ago
- d9852a5 If LoadFile() fails then subsequent successful LoadFile() must clear the error by Dmitry-Me · 10 years ago
- 189198f Issue 302: clear any previous save error by Ant Mitchell · 10 years ago
- 148cc1a Issue 299 - test for code changes by Ant Mitchell · 10 years ago
- 6f51c80 Resolve crash when printing malformed entities - issue 291 by Dmitry-Me · 10 years ago
- aaa4cea Test document had content to clear by Dmitry-Me · 11 years ago
- b4e81b0 Merge pull request #253 from Dmitry-Me/getRidOfC4127InAssert by Lee Thomason · 11 years ago
- 4bcbf14 Suppress C4127 in asserts by Dmitry-Me · 11 years ago
- 588bb8d Better tests for empty document by Dmitry-Me · 11 years ago
- 8b67d74 Unify character casts, reorganize checks by Dmitry-Me · 11 years ago
- cd011bc start working through memory bugs by Lee Thomason · 11 years ago
- 2114e47 Merge pull request #230 from antonindrawan/master by Lee Thomason · 11 years ago
- 8a0006c Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6. Processed review comment from leethomason by Anton Indrawan · 11 years ago
- f59e2d6 Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6. by Anton Indrawan · 11 years ago
- b2ec17d very minor cleanup of commented out code by Lee Thomason · 11 years ago
- 327d5c1 Merge branch 'properStrPairAssignment' of https://github.com/Dmitry-Me/tinyxml2 into Dmitry-Me-properStrPairAssignment by Lee Thomason · 11 years ago
- 92e521b add simple test for not-crashing by Lee Thomason · 11 years ago
- 4de01a9 Merge pull request #218 from Dmitry-Me/enableLeakTracing by Lee Thomason · 11 years ago
- f07b952 fix issue 184. clean up xcode project. by Lee Thomason · 11 years ago
- 9991659 Enable dump of debug heap memory leaks by Dmitry-Me · 11 years ago
- c755667 add an error message by Lee Thomason · 11 years ago
- 331596e clean up the scope and names of the error code. by Lee Thomason · 11 years ago
- 0033684 ErrorNames is not implemented by vector<string> but *char[] by numatrumpet · 11 years ago
- bb5ffac Using C++11, XMLUtil::ToErrorName(XMLError) returns the name of error type by numatrumpet · 11 years ago
- ca5d684 Fixed _CRT_SECURE_NO_WARNINGS macro redefinition warning by Serhat Eser Erdem · 11 years ago
- 5bb2d80 add variants of SetText() to support types by Lee Thomason · 12 years ago
- 9c0678a trim the test cases and review by Lee Thomason · 12 years ago
- 321072e Add tests for SetText(). by Uli Kusterer · 12 years ago
- c3708cc implement a fix to floating point precision as proposed by schuellc. by Lee Thomason · 12 years ago
- 3b7927e formatting tweaks by Lee Thomason · 12 years ago
- 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
- db30425 clean up the pass/fail logic, still return the same value from test if it fails by Lee Thomason (grinliz) · 12 years ago
- 721b42d make the xmltest to return != 0, if one of the tests has failed. by Bruno Dias · 12 years ago
- d6bd736 fix floating point specifier and clean up a warning by Lee Thomason (grinliz) · 12 years ago
- f76fe94 Merge pull request #110 from pzychotic/tests by Lee Thomason · 12 years ago
- a522186 Added test for return value of QueryDoubleAttribute(). by Thomas Roß · 12 years ago
- a8ae1f6 Fixed compilation under MINGW64 by ddiproietto · 12 years ago
- d0a38c3 fix BOM preservation bugs. add new tests by Lee Thomason (grinliz) · 12 years ago
- 1cfafd0 Fixed: LoadFile() returns XML_NO_ERROR for empty documents. by Vasily Biryukov · 12 years ago
- 0fd8746 correct typos in comments / documentation by Andrew C. Martin · 12 years ago
- 5efaa5f Add the (very handy) QueryAttribute by Lee Thomason (grinliz) · 13 years ago
- ac83b4e adjust the size of the memory pools by Lee Thomason (grinliz) · 13 years ago
- 53ab79a Add unit test for XMLDocument::Clear(). by Martinsh Shaiters · 13 years ago
- 0aecb5c Merge remote-tracking branch 'martinsh/issue#53-fix' by Lee Thomason · 13 years ago
- 95b3e65 Add test case for element names with leading digit. by Martinsh Shaiters · 13 years ago
- 23e7ae6 Add test for lead non-alpha characters in attribute names. by Martinsh Shaiters · 13 years ago
- 178e4cc Add file load to xmltest. by Lee Thomason · 13 years ago
- c9c8b77 Moves example documentation from xmltest.h to xmltest.cpp by Martinsh Shaiters · 13 years ago
- 39ddc26 Adds conditional include of io.h when compiling with MinGW by Martinsh Shaiters · 13 years ago
- a6412ac add a printing test by Lee Thomason · 13 years ago
- 5b0a677 fix incorrect assert on unused memory by Lee Thomason · 13 years ago
- 2fa8172 type XMLError. fix some comments by Lee Thomason · 13 years ago
- ae9ab07 test case for unlinked nodes, commented out by Lee Thomason · 13 years ago
- 99024dc Merge branch 'master' of github.com:leethomason/tinyxml2 by Lee Thomason (grinliz) · 13 years ago
- fc6320e experimented with print f vs. g. increased version by Lee Thomason (grinliz) · 13 years ago
- 0922b73 Replaced pragmas with compiler define. by Thomas Roß · 13 years ago
- e2bcb32 accept a nBytes argument for Parse() by Lee Thomason (grinliz) · 13 years ago
- 2f1f624 remove trailing spaces by Lee Thomason (grinliz) · 13 years ago
- 0fa8299 whitespace tests and review by Lee Thomason (grinliz) · 13 years ago
- 62d1c5a fix merge by Lee Thomason (grinliz) · 13 years ago
- 5fbacbe fix name parsing to accept additional lead characters by Lee Thomason (grinliz) · 13 years ago
- 491d587 Merge branch 'master' into whitespace by Lee Thomason (grinliz) · 13 years ago
- 6b8b012 added test case for compact save by Lee Thomason (grinliz) · 13 years ago
- bc1bfb7 added whitespace=collapse support. tests work. code needs review by Lee Thomason (grinliz) · 13 years ago
- a6dd8c6 Fixed path to utf8testout.xml. by Thomas Roß · 13 years ago
- e9699e6 fix up mkdir on win vs. *nix by Lee Thomason · 13 years ago
- ef1c69c CreateDirectory replaced by cross-platform mkdir function by Arkadiy Shapkin · 13 years ago
- ff72d1f Intermediate files added to .gitignore by Arkadiy Shapkin · 13 years ago
- c831279 fix some compiler warnings, and fragile code, in the test output by Lee Thomason · 13 years ago
- c28ba3a Fixed cppcheck warnings by PKEuS · 13 years ago
- 21be882 Moving string in/out into XMLUtil. Using that across the API. Supporting text queries of primitive types. by Lee Thomason · 13 years ago
- 78a773d Fix attribute parsing to correctly handle white space by Lee Thomason · 13 years ago
- 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
- 7b1b86a removed confusing getter/setter. cleaned up comments. by Lee Thomason · 13 years ago
- 48ea0bc renamed function, added test case by Lee Thomason (grinliz) · 13 years ago
- a2d4e6e moving xmls and txts to the resources folder. by Bruno Dias · 13 years ago
- f68c438 added new test for BOM, and added good defaults for NewDeclaration by Lee Thomason · 13 years ago
- 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
- d0b19df fix sleazy cast causing compilation issue by Lee Thomason · 13 years ago
- 8712757 merging handles to the master by Lee Thomason (grinliz) · 13 years ago
- a4a36ba remove random -1 in length by Lee Thomason (grinliz) · 13 years ago
- ae209f6 added docs. basic handles tests by Lee Thomason (grinliz) · 13 years ago
- 70e9c6b Merge branch 'master' into handles by Lee Thomason (grinliz) · 13 years ago
- 8b89981 gave up trying to be clever. split the handles into 2 classes. by Lee Thomason · 13 years ago
- db0bbb6 handles work by Lee Thomason · 13 years ago
- 6a22be2 Added proper examples, integrated them into xmltest, and make them part of the build. by Lee Thomason (grinliz) · 13 years ago
- 5761203 trying to get template to work by Lee Thomason · 13 years ago
- 00770d2 handles wip. not happy with const behavior by Lee Thomason · 13 years ago
- 5708f81 handles wip. not happy with const behavior by Lee Thomason · 13 years ago
- 8ba7f7d Added the improved attribute query by Lee Thomason · 13 years ago
- 7f7b162 Add warning for the working directory. Verify win64 fix. by Lee Thomason · 13 years ago
- d7e033e Merge branch 'master' of https://github.com/gamaral/tinyxml2 by Lee Thomason · 13 years ago
- 87e475a adding examples to the doc by Lee Thomason · 13 years ago
- 2eb7003 Misc adjustments and enum rename by Guillermo A. Amaral · 13 years ago