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
2018-12-06Fix FileReadStream::Peek4().ylavic
2018-12-03Merge pull request #1413 from ylavic/schema_regex_leakMilo Yip
2018-12-03Merge pull request #1414 from ylavic/regex_allocatorMilo Yip
2018-12-02Fix a memory leak for invalid std::regex in Schema.ylavic
2018-12-02Use passed in allocator for internal regex parser.ylavic
2018-11-22Merge pull request #1388 from yhager/yhager/clang-7Milo Yip
2018-11-22Merge pull request #1403 from jcmonnin/fix-warningMilo Yip
2018-11-21Fix warning when NDEBUG is defined [-Wunused-variable]Jean-Claude Monnin
2018-11-01Update test/unittest/pointertest.cppPhilipp A. Hartmann
2018-10-27silence clang-7 self-assign-overloaded warningYuval Hager
2018-10-08Merge pull request #1373 from lelit/issue1368Milo Yip
2018-10-08Add test case on kParseNumbersAsStringsFlag being able to load big intsLele Gaifax
2018-09-19Merge pull request #1362 from jiapengwen/masterMilo Yip
2018-09-19Merge pull request #1364 from jcourtat/fixfaqMilo Yip
2018-09-18faq: fix document insertion exampleJulien Courtat
2018-09-18fix tutorial errorjiapeng.wen
2018-09-11Merge pull request #1329 from pah/fix-noexceptMilo Yip
2018-09-10Merge pull request #1356 from gongminmin/AppVeyor2017Milo Yip
2018-09-10Update rapidjson.hMilo Yip
2018-09-10Update appveyor rule to support VS2017.Minmin Gong
2018-09-10Merge branch 'master' into fix-noexceptMilo Yip
2018-09-10Merge pull request #1327 from gongminmin/FixCompileInVSMilo Yip
2018-09-10Merge pull request #1302 from chwarr/min-max-guardMilo Yip
2018-09-10Merge pull request #1284 from mobileben/noexcept-assertMilo Yip
2018-08-05Merge pull request #1340 from lelit/issue1336Milo Yip
2018-08-05Extend the test on issue #1336 to cover all basic typesLele Gaifax
2018-08-03Add simple test for issue #1336Lele Gaifax
2018-08-03Wrap all WriteXxx() calls within EndValue(), to ensure a flush after root-lev...Lele Gaifax
2018-08-01Merge pull request #1331 from JPEWdev/mem-alignment-fixMilo Yip
2018-08-01Merge pull request #1335 from IceTrailer/masterMilo Yip
2018-07-31Fixed parentheses in reader.h which were required to prevent the using of max...IceTrailer
2018-07-31Fix SIGBUS due to unaligned accessVeselin Georgiev
2018-07-18Add RAPIDJSON_NOEXCEPT_ASSERTPhilipp A Hartmann
2018-07-17Update the code to adapt the new gtest.Minmin Gong
2018-07-16Merge pull request #1323 from pah/fix-memaccessMilo Yip
2018-07-15Suppress -Wformat-overflow warning/errorPhilipp A Hartmann
2018-07-15Fix -Wsign-conversion warnings/errorsPhilipp A Hartmann
2018-07-15Fix -Wclass-memaccess warnings/errorsPhilipp A Hartmann
2018-07-12Merge pull request #1320 from AnomalRoil/masterMilo Yip
2018-07-12Removing always true if conditionYolan Romailler
2018-07-10Guard against min/max being macros in reader.hChristopher Warrington
2018-07-03Merge pull request #1312 from erikfroseth/issue-1308Milo Yip
2018-07-03Detect C++11 features for Developer StudioErik Froseth
2018-07-03Merge pull request #1307 from moretromain/preprocessor_cleanupMilo Yip
2018-07-02Updated google test to latest commitTim Miller
2018-07-02Rename a few internal preprocessor macros to avoid potential naming conflictsRomain Moret
2018-06-19Merge pull request #1252 from StilesCrisis/issue-1251-testMilo Yip
2018-06-18Merge pull request #1250 from StilesCrisis/issue-1249-testMilo Yip
2018-06-17Merge pull request #1290 from abolz/fix-strtodMilo Yip
2018-06-16Run all the new tests in full-precision mode onlyabolz