aboutsummaryrefslogtreecommitdiff
path: root/tinyxml2.h
AgeCommit message (Expand)Author
2023-12-30updating versionLee Thomason
2023-11-21Merge branch 'pedantic-whitespace' of https://github.com/kcsaul/tinyxml2 into...Lee Thomason
2023-11-20Merge pull request #949 from imba-tjd/master-1Lee Thomason
2023-11-20Merge pull request #933 from kb1sph/masterLee Thomason
2023-11-20Merge pull request #911 from JurajX/fix_warningsLee Thomason
2023-08-09fix compiler detection谭九鼎
2023-05-28add pedantic whitespace modeKevin Saul
2023-02-06Added ChildElementCountkb1sph
2023-01-14Merge pull request #925 from hordi/patch-1Lee Thomason
2022-11-15Update tinyxml2.hYurii Hordiienko
2022-06-07fix gcc sizetype complaintJuraj
2022-06-07fix more -Wsign-conversion warningsJuraj
2022-06-07fix -Wsuggest-override warningsJuraj
2022-06-07fix -Wsign-conversion warningsJuraj
2022-06-06Update tinyxml2.hAlessio Quaglino
2021-10-30fixed Clang -Wextra-stmt warnings with TIXMLASSERTfirewave
2021-06-06setting the version to 9.0.0Lee Thomason
2021-05-15setting the version to 8.1.0Lee Thomason
2020-12-30Merge pull request #827 from ngc92/ClearErrorLee Thomason
2020-09-23reverted the strong typed enum changePantelis Lekakis
2020-09-08- Allowing TIXMLASERT to be defined before including the main header.Pantelis Lekakis
2020-07-30removed overhead of clear errorngc92
2020-07-02add test caseLee Thomason
2020-06-15Add QueryAttribute for const char**justnope
2020-06-13Merge branch 'master' of github.com:leethomason/tinyxml2Lee Thomason
2020-06-13make printer functions virtualLee Thomason
2020-06-13Merge pull request #811 from hyperair/fix-first-line-indentationLee Thomason
2020-06-13minor changes to hex parsingLee Thomason
2020-06-13Merge branch 'master' of https://github.com/netcan/tinyxml2 into netcan-masterLee Thomason
2020-03-26XMLPrinter: Fix first line indentationChow Loong Jin
2020-03-02support IntText(),UnsignedText(),Int64Text() for hex valuenetcan
2020-03-01Setting the version to 8.0.0Lee Thomason
2020-03-01add convenience methodsLee Thomason
2020-03-01Merge branch 'push' of https://github.com/ngc92/tinyxml2 into ngc92-pushLee Thomason
2019-12-03PushNewChild* family of convenience functionsngc92
2019-08-14Improved const correctness. There are no functional changes intended.orbitcowboy
2019-08-10setting the version to 7.1.0Lee Thomason
2019-08-10Merge pull request #753 from orbitcowboy/masterLee Thomason
2019-08-10add test casesLee Thomason
2019-08-10Merge branch 'master' of git://github.com/cugone/tinyxml2 into cugone-masterLee Thomason
2019-08-10Merge pull request #743 from deduktionstheorem/masterLee Thomason
2019-05-22add missing uint64_t methods to XMLPrinteraaronkirkham07@gmail.com
2019-05-16Fixed -Wold-style-cast warnings from g++.orbitcowboy
2019-04-12Forgot Text and XMLElement versions;cugone
2019-04-11UnsignedInt64 supportcugone
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
2018-11-17fix export issue and cmake. version to 7.0.1Lee Thomason
2018-11-06setting the version to 7.0.0Lee Thomason
2018-10-19Correct assigment interface for StrPairBo Rydberg