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
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
2018-08-25Merge pull request #695 from leethomason/manydecsLee Thomason
2018-08-06Merge remote-tracking branch 'origin/master' into manydecsLee Thomason
2018-08-06Merge pull request #690 from orbitcowboy/masterLee Thomason
2018-07-29fix huge number of declaration security issueLee Thomason
2018-07-17Fixed typos in comments. There are no functional changes intended.orbitcowboy
2018-06-30fix test casesLee Thomason
2018-06-30Merge branch 'issue647'Lee Thomason
2018-06-30remove deprecated errors. next version will be major.Lee Thomason
2018-06-30Merge pull request #645 from jasjuang/masterLee Thomason
2018-06-30add assertionLee Thomason
2018-06-30Merge pull request #686 from leethomason/issue647Lee Thomason
2018-06-30Merge pull request #685 from leethomason/deadcodeLee Thomason
2018-06-30fix query return typeLee Thomason
2018-06-30remove dead yet conflicting methodLee Thomason
2018-06-30Merge pull request #682 from lsolanka/pr.unify-cmake-buildLee Thomason
2018-06-26add target_compile_definitionsLukas Solanka
2018-06-26use configure_package_config_file()Lukas Solanka
2018-06-26Replace absolute installation paths with relativeLukas Solanka
2018-06-25Merge pull request #681 from johnb003/patch-1Lee Thomason
2018-06-21Updated CMakeLists.txt for relocatable installsJohn Butterfield
2018-06-21Made CMakeLists.txt installation relocatable.John Butterfield
2018-05-17Merge pull request #670 from dquam/ProcessEntitiesBugWhenFalseLee Thomason
2018-04-18In PrintString, move the optimization under the if ( _processEntities ) block...Derek Quam
2018-04-07update the readmeLee Thomason
2018-04-06setting the version to 6.2.06.2.0Lee Thomason
2018-04-06Merge pull request #669 from leethomason/overflowLee Thomason
2018-04-06and the same fix in the test caseLee Thomason
2018-04-06fix 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-03-23Merge pull request #667 from Dmitry-Me/simplifyToUnknownTestsLee Thomason
2018-03-23Merge pull request #668 from Dmitry-Me/improveDeclarationTestMessageLee Thomason
2018-03-23Merge pull request #666 from Dmitry-Me/clarifyErrorNameTestsLee Thomason
2018-03-23Improve test message to avoid duplicate log outputDmitry-Me
2018-03-23Simplify checksDmitry-Me
2018-03-23Cleanup ErrorName() testsDmitry-Me