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
2021-06-07setting the version to 9.0.09.0.0Lee Thomason
2021-05-16setting the version to 8.1.0Lee Thomason
2021-05-08Overhaul CMake buildAlex Reinking
2020-09-27cmake: Use a namespace for the tinyxml2 target in local exportMark Mossberg
2020-09-17Merge pull request #823 from c72578/2020-06-17_Fix_pkgconfig_lib_postfixLee Thomason
2020-09-17Merge pull request #789 from offlinemark/mark/cmake-cleanLee Thomason
2020-06-17Fix debug postfix in pkgconfig fileWolfgang Stöggl
2020-06-01cmake: Don't export symbols if building static libraryOwen Rudge
2020-03-02Setting the version to 8.0.08.0.0Lee Thomason
2019-12-04cmake: Move TARGETS_EXPORT_NAME to topMark Mossberg
2019-12-04cmake: Clarify comment around exported cmake scriptMark Mossberg
2019-12-04cmake: Use TARGETS_EXPORT_NAME var throughout fileMark Mossberg
2019-12-04cmake: Use CMAKE_PROJECT_NAME instead of PROJECT_NAMEMark Mossberg
2019-08-11Merge branch 'master' of github.com:leethomason/tinyxml2Lee Thomason
2019-08-11setting the version to 7.1.07.1.0Lee Thomason
2019-07-24Add COMPONENT support at cmake install stageLionel Untereiner
2019-01-15CMakeList.txt: fix wrong versionAaron Yong
2018-11-18fix export issue and cmake. version to 7.0.17.0.1Lee Thomason
2018-11-06setting the version to 7.0.07.0.0Lee Thomason
2018-11-06Merge pull request #714 from Masadow/picLee Thomason
2018-10-09Add support for position independant code compilationMasadow
2018-09-20Make resources folder for xml test relative to current source and binary dire...Jacob Schloss
2018-07-17Fixed typos in comments. There are no functional changes intended.orbitcowboy
2018-06-30Merge pull request #645 from jasjuang/masterLee 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-21Updated CMakeLists.txt for relocatable installsJohn Butterfield
2018-06-21Made CMakeLists.txt installation relocatable.John Butterfield
2018-04-06setting the version to 6.2.06.2.0Lee Thomason
2018-03-23add namespace for cmake exportjasjuang
2018-03-08fixed issue where CTest is executed in the wrong directorymschmieder
2018-01-23fix installation path for *.cmakeFrançois Cami
2018-01-09rename DEBUG define to TINYXML2_DEBUGPeter Matula
2017-12-29sync the versionLee Thomason
2017-12-11setting the version to 6.0.06.0.0Lee Thomason
2017-06-27upping the version to 5.0.1 to fix release vs. source problem5.0.1Lee Thomason
2017-06-27Merge pull request #571 from hyperair/cmake-add-testLee Thomason
2017-06-21Use CTest to add xmltest as a testcase so make test worksChow Loong Jin
2017-06-21fix issue #516jasjuang
2017-06-20CMake fix for static library only buildRobert J
2017-06-02add in support for cmake export, manual Findtinyxml2.cmake is no longer neededjasjuang
2017-05-19Merge pull request #535 from jnguyen75/build-tests-optionLee Thomason
2017-05-12Merge remote-tracking branch 'origin/master' into build-tests-optionJimmy Nguyen
2017-05-04Add "d" library suffix for debug buildsBrad Anderson
2017-04-28Merge pull request #534 from jnguyen75/ref-test-resourcesLee Thomason
2017-02-21Use generator expression to specify target output directory for resources dir...Jimmy Nguyen
2017-02-21Use CMake to create resources/out directoryJimmy Nguyen
2017-02-21Added BUILD_TESTS option to enable/disable building of xmltestJimmy Nguyen
2017-02-14Replaced DATA_COPY target with post build command to copy the resources direc...Jimmy Nguyen