Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-11setting the version to 7.1.07.1.0Lee Thomason
2019-08-11minor fixes to test casesLee Thomason
2019-08-11Merge branch 'supplementary_test_case' of git://github.com/wangkirin/tinyxml2...Lee Thomason
2019-08-11Merge pull request #754 from wangkirin/reorg_file_pathLee Thomason
2019-08-11Merge pull request #753 from orbitcowboy/masterLee Thomason
2019-08-11Merge pull request #751 from wangkirin/fix_commentLee Thomason
2019-08-11Merge pull request #750 from equalent/patch-1Lee Thomason
2019-08-11Merge branch 'cugone-master'Lee Thomason
2019-08-11add test casesLee Thomason
2019-08-11Merge branch 'master' of git://github.com/cugone/tinyxml2 into cugone-masterLee Thomason
2019-08-11support more bool optionsLee Thomason
2019-08-11Merge pull request #743 from deduktionstheorem/masterLee Thomason
2019-07-03Supplement test case in xmltest.cppwangkirin
2019-05-30adjust path of testfile `bomtest.xml` to `resource/out`Wang Kirin
2019-05-22Merge pull request #1 from aaronkirkham/mastercugone
2019-05-22add missing uint64_t methods to XMLPrinteraaronkirkham07@gmail.com
2019-05-16Fixed -Wold-style-cast warnings from g++.orbitcowboy
2019-04-29fix comment in Programmatic DOM test caseWang Kirin
2019-04-25Fixed typosAndrey Tsurkan
2019-04-13Missing uint64_t XMLElement::Unsigned64Text(uint64_t defaultValue) implementa...cugone
2019-04-13Forgot Text and XMLElement versions;cugone
2019-04-12UnsignedInt64 supportcugone
2019-03-18Merge branch 'master' of github.com:leethomason/tinyxml2Lee Thomason
2019-03-18add license and minor readme editLee Thomason
2019-03-18Merge pull request #732 from orbitcowboy/masterLee Thomason
2019-03-18Merge pull request #731 from aarnchng/cmake_verspecLee Thomason
2019-03-07Issue 742: allow intermittent calls of XMLPrinter::ClearBufferStephan Friedrichs
2019-01-15Improved const correctness of local variables. There are no functional change...orbitcowboy
2019-01-15CMakeList.txt: fix wrong versionAaron Yong
2018-11-19Merge pull request #721 from MortenMacFly/masterLee Thomason
2018-11-18* removed merge artifact from Doxygen control fileMorten MacFly
2018-11-18fix export issue and cmake. version to 7.0.17.0.1Lee Thomason
2018-11-18Merge pull request #720 from scpeters/patch-1Lee Thomason
2018-11-08tinyxml2.pc.in: use exec_prefix for libdirSteven Peters
2018-11-08tinyxml2.pc.in: restore prefix to lib/include dirSteven Peters
2018-11-06new docsLee Thomason
2018-11-06setting the version to 7.0.07.0.0Lee Thomason
2018-11-06Merge pull request #718 from bolry/patch-1Lee Thomason
2018-11-06Merge pull request #716 from Dmitry-Me/fixInt64SlicingLee Thomason
2018-11-06Merge pull request #715 from Dmitry-Me/checkLastChildBeforeInsertionLee Thomason
2018-11-06Merge pull request #714 from Masadow/picLee Thomason
2018-10-19Correct assigment interface for StrPairBo Rydberg
2018-10-17Fix slicing of int64_tDmitry-Me
2018-10-16Check the element is the last child of the documentDmitry-Me
2018-10-09Add support for position independant code compilationMasadow
2018-10-01Merge pull request #707 from SwiftEngineering/issue_706Lee Thomason
2018-10-01Merge pull request #703 from orbitcowboy/masterLee Thomason
2018-09-20Make resources folder for xml test relative to current source and binary dire...Jacob Schloss
2018-09-05Added explicit-keyword to constructors having 1 argument.orbitcowboy
2018-08-25remove virtual call in destructionLee Thomason