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
2017-12-13Add archiver examplearchiver_exampleMilo Yip
2017-12-13Merge pull request #1137 from pah/fixes/1131-iterator-deprecationMilo Yip
2017-12-12Avoid inheritance from std::iteratorPhilipp A. Hartmann
2017-12-05Merge pull request #1129 from thorade/patch-1Milo Yip
2017-12-04Delete .DS_StoreMatthis Thorade
2017-12-04Delete .DS_StoreMatthis Thorade
2017-12-04Delete .DS_StoreMatthis Thorade
2017-12-04ignore DS_Store filesMatthis Thorade
2017-11-04Merge pull request #1110 from martinlindhe/masterMilo Yip
2017-11-04fix some typosMartin Lindhe
2017-10-27Merge pull request #1105 from clach04/issue_1104_solaris_freadMilo Yip
2017-10-27Fix issue #1104 Solaris compilation errors fread()/fwrite()clach04
2017-10-26Merge pull request #1102 from m-tayel/1019-proposed-fixMilo Yip
2017-10-24Fixed typo in CMake fileM.Tayel
2017-10-20Merge pull request #1070 from KaitoHH/line-colMilo Yip
2017-10-20Merge pull request #1081 from datatypevoid/patch-1Milo Yip
2017-10-20Merge pull request #1083 from piotr-kaminski-intel/masterMilo Yip
2017-10-20Add anchors to Schema.mdMilo Yip
2017-10-20Fix schema.md TOCMilo Yip
2017-10-20Merge pull request #1098 from h46incon/MemberCapacityMilo Yip
2017-10-19Add MemberCapacity() and MemberReserve() interface for object type.h46incon
2017-10-17Merge pull request #1092 from m-tayel/1019-proposed-fixMilo Yip
2017-10-16enable cross compiling by adding option to remove -march/-cpuM.Tayel
2017-10-10Init variable in the constructorpiotr-kaminski-intel
2017-10-09Merge pull request #1079 from captaincrutches/cmake-include-dirMilo Yip
2017-10-09Use SOURCE_DIR instead of CMAKE_DIR for build treeCaptain Crutches
2017-10-09Partially fix #1077Milo Yip
2017-10-09Merge pull request #1082 from svart-riddare/regex-allocatorMilo Yip
2017-10-07Removing Klocwork issues from schema.hpiotr-kaminski-intel
2017-10-05Initialized regex with schema allocator.Étienne Dupuis
2017-10-04chore: correct spellingDavid Newman
2017-10-03Make RapidJSON_INCLUDE_DIR non-blank in Config.cmakeCaptain Crutches
2017-09-29fix gcc & cl warningKaitoHH
2017-09-29remove unnecessary codeKaitoHH
2017-09-29add unit test for cursorstreamwrapperKaitoHH
2017-09-29add cursor wrapperKaitoHH
2017-09-29suppress C4512, C4702 warningKaitoHH
2017-09-29fix stream wrapper initializerKaitoHH
2017-09-29Add feature of locating line and column number of errorKaitoHH
2017-09-29Update gitbook zh-cn linkMilo Yip
2017-09-29Fix #1071 gitbook linkMilo Yip
2017-09-14Update appveyor badge and linkMilo Yip
2017-09-13Change from miloyip/rapidjson to Tencent/rapidjsonMilo Yip
2017-09-07Merge pull request #1056 from chwarr/assert-enum-lowerMilo Yip
2017-09-07Assert Type enum lower bound as wellChristopher Warrington
2017-09-06Merge pull request #1057 from chwarr/paren-minmaxMilo Yip
2017-09-06Merge pull request #1055 from chwarr/fix-doc-build-windowsMilo Yip
2017-09-06Guard against min/max macros in tests tooChristopher Warrington
2017-09-06Guard against min/max being macros in document.hChristopher Warrington
2017-09-06Fix Windows doc build MSBuild error MSB6001Christopher Warrington