Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-02Support CMake none targetsIvan Le Lann
2021-04-07Set RAPIDJSON_USE_MEMBERSMAP to use a (std::multi)map for object members.ylavic
2021-03-30Handle C++17 (and C++11 with MSVC) in CI.ylavic
2019-11-11fix CMake policy CMP0048 warning #1154piratf
2019-01-24CMake: remove hardcoded CMAKECONFIG_INSTALL_DIR pathRuslan Bilovol
2018-02-19Misc. typosluz.paz
2017-11-24CMake: automatically handle C++11 settings if possibleRolf Eike Beer
2017-11-24CMake: do not pass -march=native or -mcpu=native when crosscompilingRolf Eike Beer
2017-11-24CMake: avoid neeless variable expansionRolf Eike Beer
2017-10-24Fixed typo in CMake fileM.Tayel
2017-10-16enable cross compiling by adding option to remove -march/-cpuM.Tayel
2017-10-09Use SOURCE_DIR instead of CMAKE_DIR for build treeCaptain Crutches
2017-10-03Make RapidJSON_INCLUDE_DIR non-blank in Config.cmakeCaptain Crutches
2017-09-02Fix processor check when emptyCrunkle
2017-05-12Remove -WeverythingMilo Yip
2017-03-14update to create config file which is independent from actual install locationClemens Arth
2017-01-19Treat signed-unsigned conversions as errors.Zhihao Yuan
2016-10-26support IBM PowerPC / ppc64 / ppc64le and XL compilerWu Zhao
2016-08-25Version 1.1.0Milo Yip
2016-06-13support building with ASAN and UBSAN on Clang and GCCEli Fidler
2016-04-21Try to fix cmake CMP0054 warningMilo Yip
2016-04-04Try to fix all /W4 warnings in VC2015Milo Yip
2016-02-23Remerge #504Milo Yip
2016-01-30CMake use RelWithDebInfo as default #319Milo Yip
2016-01-23Try using c++0x for gcc 4.6.xMilo Yip
2016-01-23Fix warnings in clang for C++11Milo Yip
2015-07-22adding -Wno-missing-field-initializers to keep the googletest source from err...Justin Scheiber
2015-07-22use -Werrorscheiber
2015-05-14v1.0.2 releaseMilo Yip
2015-05-12Fix CMakeLists for include as a thirdparty in projectsPhyks
2015-04-25Change version to 1.0.1Milo Yip
2015-04-22Merge pull request #311 from miloyip/issue310_versionmacrov1.0.0Milo Yip
2015-04-21Introduce option to select default gtest installation. Refs #309Andrii Senkovych
2015-04-21Add version macros for RapidJSONmiloyip
2015-03-24Exclude intermediate files from install.thebusytypist
2015-02-23Fix definitions for VS compilerAndrii Senkovych
2015-02-19Backport compiler options from premake configuration. Refs #240.Andrii Senkovych
2015-02-17removed tabs from cmake config fileunknown
2015-02-17add support for `AppVeyor` CI for checking Windows buildsunknown
2014-11-19Try new travis configurationAndriy Senkovych
2014-11-11Set separate directory to place binariesAndriy Senkovych
2014-11-11Add initial CMake supportAndriy Senkovych