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 (Collapse)Author
2021-05-08Overhaul CMake buildAlex Reinking
2020-10-09Add meson build systemDylan Baker
Meson is a build system somewhat like cmake, but without all of the rough edges. It supports many OSes, including all of the major ones, and a large number of C++ compilers. My interest isn't really in convincing people to use meson as the default here, but meson provides a subproject mechanism that can fetch external projects and build them along with the main project in a single configure/compile invocation. This is extremely useful for platforms that lack a (competent) package manager. As far as I know the meson build does everything the cmake build does, with one exception: generate the cmake config/version files. meson can generate these files, but only in simple cases, and not when using export targets like tinyxml2 does.
2018-01-09rename DEBUG define to TINYXML2_DEBUGPeter Matula
The original name is to general. This prevents possible name collisions with other defines, enums, etc. from projects where tinyxml2 is used.
2017-12-29write the version number as a macroLee Thomason
2014-09-14setting the version to 2.2.02.2.0Lee Thomason
2014-04-07missing default parameter for compact mode in XMLPrinterLee Thomason
2014-03-17setting the version to 2.0.22.0.2Lee Thomason
2014-03-16improve setversion script. set version 2.0.12.0.1Lee Thomason
2014-03-16Merge remote-tracking branch 'github/master'Lee Thomason
2014-03-16improving setversion.pyLee Thomason
2014-02-23minor editLee Thomason
2014-02-22fix the build script. set the build properlyLee Thomason
2012-05-15Add rules for setversion.py to include CMakeLists.txthasufell
2012-03-02add version infoLee Thomason