aboutsummaryrefslogtreecommitdiff
path: root/tinyxml2.cpp
AgeCommit message (Expand)Author
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-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
2019-05-22add missing uint64_t methods to XMLPrinteraaronkirkham07@gmail.com
2019-05-16Fixed -Wold-style-cast warnings from g++.orbitcowboy
2019-04-12Missing uint64_t XMLElement::Unsigned64Text(uint64_t defaultValue) implementa...cugone
2019-04-12Forgot Text and XMLElement versions;cugone
2019-04-11UnsignedInt64 supportcugone
2019-01-15Improved const correctness of local variables. There are no functional change...orbitcowboy
2018-07-28fix huge number of declaration security issueLee Thomason
2018-06-29remove deprecated errors. next version will be major.Lee Thomason
2018-06-29add assertionLee Thomason
2018-04-18In PrintString, move the optimization under the if ( _processEntities ) block...Derek Quam
2018-04-05fix compiler inconsistencyLee Thomason
2018-04-05clean up the depth tracking a bitLee Thomason
2018-04-05upgrade to vs2017. fix stack overflow attack.Lee Thomason
2018-02-01fix "dereference before null check" defectGumichan01
2018-01-09rename DEBUG define to TINYXML2_DEBUGPeter Matula
2017-12-29Merge branch 'master' into error-strLee Thomason
2017-12-28fix error string output when there is no formattingLee Thomason
2017-11-09Suppress MSVC warning C4267: conversion from 'size_t' to 'int', possible loss...Alex Alabuzhev
2017-11-01Merge branch 'master' into errorstrLee Thomason
2017-11-01removed unused variablesLee Thomason
2017-10-24Minor performance tweaksBrad Anderson
2017-10-24XMLPrinter optimizationAlexander Golubev
2017-10-11merge from masterLee Thomason
2017-10-11Merge branch 'master' into errorstrLee Thomason
2017-10-11fix up error system issuesLee Thomason
2017-10-10fix line number tracker. error msg wipLee Thomason
2017-10-10Merge branch 'gccWeffc' of git://github.com/lelegard/tinyxml2 into lelegard-g...Lee Thomason
2017-09-19Error string re-workLee Thomason
2017-09-15Fix crash when element is being inserted "after itself"Dmitry-Me
2017-09-01Code cleanup to pass gcc -Weffc++ warningsThierry Lelegard
2017-08-25Extract and reuse conversion codeDmitry-Me
2017-08-24Add 'const' on XMLDocument::DeepCopy. This make us copy constShuichiro Suzuki
2017-08-03Annotate fall throughs with commentsDmitry-Me
2017-06-26remove error string inline. hopefully helps with odd linking issuesLee Thomason
2017-06-20mark unused enumsLee Thomason
2017-06-19Merge pull request #563 from Dmitry-Me/betterParameterNameInCloneLee Thomason
2017-06-19Better parameter nameDmitry-Me