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 (Collapse)Author
2018-01-13Another try to fix travis buildtravisMilo Yip
2018-01-13Merge branch 'master' into travisMilo Yip
2018-01-13Try to fix travis buildMilo Yip
2018-01-10Merge pull request #1138 from Tencent/archiver_exampleMilo Yip
Add archiver example
2018-01-03Merge pull request #1148 from lelit/fix-filewritestream-docMilo Yip
Fix FileWriteStream doc
2017-12-30Merge pull request #1153 from Haffon/masterMilo Yip
GetParseOffset
2017-12-28GetParseOffset to GetErrorOffsetHaffon
2017-12-28GetParseOffset to GetErrorOffsetHaffon
2017-12-22Fix FileWriteStream docLele Gaifax
2017-12-22Merge pull request #1147 from DrumMeister/masterMilo Yip
Fix uninitilized member Reader::state_
2017-12-21Fix uninitilized member Reader::state_sjaques
2017-12-13Add archiver examplearchiver_exampleMilo Yip
A simple (de)serialization framework using DOM and SAX API
2017-12-13Merge pull request #1137 from pah/fixes/1131-iterator-deprecationMilo Yip
Avoid inheritance from std::iterator
2017-12-12Avoid inheritance from std::iteratorPhilipp A. Hartmann
Instead of inheriting from the deprecated std::iterator template, define the member typedefs needed for std::iterator_traits directly. Closes #1131.
2017-12-05Merge pull request #1129 from thorade/patch-1Milo Yip
ignore DS_Store files
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
fix some typos
2017-11-04fix some typosMartin Lindhe
2017-10-27Merge pull request #1105 from clach04/issue_1104_solaris_freadMilo Yip
Fix issue #1104 Solaris compilation errors fread()/fwrite()
2017-10-27Fix issue #1104 Solaris compilation errors fread()/fwrite()clach04
Explicit std name space for fread() and fwrite().
2017-10-26Merge pull request #1102 from m-tayel/1019-proposed-fixMilo Yip
Fixed typo in CMake file
2017-10-24Fixed typo in CMake fileM.Tayel
2017-10-20Merge pull request #1070 from KaitoHH/line-colMilo Yip
Add feature of locating line and column number of error
2017-10-20Merge pull request #1081 from datatypevoid/patch-1Milo Yip
chore: correct spelling
2017-10-20Merge pull request #1083 from piotr-kaminski-intel/masterMilo Yip
Removing Klocwork issues from schema.h
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
Add MemberCapacity() and MemberReserve() interface for object type.
2017-10-19Add MemberCapacity() and MemberReserve() interface for object type.h46incon
2017-10-17Merge pull request #1092 from m-tayel/1019-proposed-fixMilo Yip
enable cross compiling by adding option to remove -march/-cpu
2017-10-16enable cross compiling by adding option to remove -march/-cpuM.Tayel
2017-10-10Init variable in the constructorpiotr-kaminski-intel
line 358: 'this->notValidatorIndex_' might not be initialized in this constructor.
2017-10-09Merge pull request #1079 from captaincrutches/cmake-include-dirMilo Yip
Make RapidJSON_INCLUDE_DIR non-blank in Config.cmake
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
Use schema allocator for regex
2017-10-07Removing Klocwork issues from schema.hpiotr-kaminski-intel
Removing Klocwork static code analysis critical issues: line 358: 'this->notValidatorIndex_' might not be initialized in this constructor. line :412 Pointer 'schemaDocument' checked for NULL at line 412 may be passed to function and may be dereferenced there by passing argument this to function 'CreateSchema' at line 419. Also there are 7 similar errors on lines 467 479 511 523 533 538 549.
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
fix initialization warning add special wrapper for AutoUTFInputStream
2017-09-29Add feature of locating line and column number of errorKaitoHH