aboutsummaryrefslogtreecommitdiff
path: root/tinyxml2.cpp
AgeCommit message (Expand)Author
2023-11-21Merge branch 'work/dfaure/Wundef' of https://github.com/dfaure-kdab/tinyxml2 ...Lee Thomason
2023-11-21Merge branch 'master' of https://github.com/vimproved/tinyxml2 into vimproved...Lee Thomason
2023-11-21Merge branch 'pedantic-whitespace' of https://github.com/kcsaul/tinyxml2 into...Lee Thomason
2023-09-17Add missing "defined", to fix building with -Werror=undefDavid Faure
2023-06-09Remove LFS64 calls and set _FILE_OFFSET_BITS=64Violet Purcell
2023-05-28add pedantic whitespace modeKevin Saul
2023-02-06Added ChildElementCount()kb1sph
2023-01-14Merge branch 'dinghao188-dev' of https://github.com/dinghao188/tinyxml2 into ...Lee Thomason
2022-04-02typoLee Thomason
2022-04-02fix android buildLee Thomason
2022-04-02fix cygwinLee Thomason
2021-12-21Change argument names in tinyxml2.cpp to match those in tinyxml2.h.Saran Tunyasuvunakool
2021-12-21Convert endings of lines 106-107 in tinyxml2.cpp to CRLF.Saran Tunyasuvunakool
2021-09-17fix assertion - Assertion '_elementPool.CurrentAllocs() == _elementPool.Untra...dinghao188
2021-06-13Use fseeko and ftello on BSDsstriker.sh
2021-05-19Add defined(__ANDROID__) for fseeko defined and android-x86_64Jonas Vautherin
2020-12-30Merge pull request #827 from ngc92/ClearErrorLee Thomason
2020-12-30Merge pull request #838 from dfaure-kdab/WundefLee Thomason
2020-12-30Merge pull request #840 from dota17/masterLee Thomason
2020-11-19Fix format string errors in sscanfWill Pazner
2020-10-22skip comment node before get textdota17
2020-10-09Add missing `defined`, detected by -Werror=undefDavid Faure
2020-07-30removed overhead of clear errorngc92
2020-06-13Merge pull request #816 from a-lunkov/masterLee 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-05-13Suppress UndefinedBehaviorSanitizer warningsa-lunkov
2020-03-31Merge pull request #809 from a-lunkov/patch-1Lee Thomason
2020-03-26XMLPrinter: Fix first line indentationChow Loong Jin
2020-03-24Update tinyxml2.cppa-lunkov
2020-03-17Sharpened check for 64-bit Unix when defining fseek/ftell macros.John Senneker
2020-03-10Merge pull request #787 from jsenn/feature/large-file-supportLee Thomason
2020-03-02Fixed warning caused by sloppy conversion between signed/unsigned types.John Senneker
2020-03-02support IntText(),UnsignedText(),Int64Text() for hex valuenetcan
2020-03-01Merge branch 'master' of github.com:leethomason/tinyxml2Lee Thomason
2020-03-01add convenience methodsLee Thomason
2020-03-01Merge branch 'push' of https://github.com/ngc92/tinyxml2 into ngc92-pushLee Thomason
2020-03-01Merge pull request #781 from daniel347x/patch-1Lee Thomason
2020-03-01Merge pull request #773 from Alanscut/fix_issue712Lee Thomason
2019-12-03PushNewChild* family of convenience functionsngc92
2019-11-19Fixed bug caused by type checking code in `LoadFile`.John Senneker
2019-11-19Added support for files larger than ~2GB.John Senneker
2019-10-24Change constants used in 'ToBool' to support MSVCDan Nissenbaum
2019-09-21fix issue#712Alanscut
2019-08-14Improved const correctness. There are no functional changes intended.orbitcowboy
2019-08-10Merge pull request #753 from orbitcowboy/masterLee Thomason
2019-08-10Merge branch 'cugone-master'Lee Thomason
2019-08-10add test casesLee Thomason
2019-08-10support more bool optionsLee Thomason