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-03GenericRegex: don't throw/abort on syntax error (unclosed parenthesis).ylavic
2018-12-02Use passed in allocator for internal regex parser.ylavic
2018-07-12Removing always true if conditionYolan Romailler
2018-06-18Merge pull request #1250 from StilesCrisis/issue-1249-testMilo Yip
2018-06-16Fix offset computation in BigInteger::operator<<abolz
2018-06-15Limit exponentsabolz
2018-06-15[Debug - Initialize variable]abolz
2018-06-15Use C macros with the correct header instead of std::numeric_limits and stati...abolz
2018-06-15Fix another signed/unsigned warningabolz
2018-06-15Use std::numeric_limits instead of macrosabolz
2018-06-15Fix implicit signed/unsigned conversion and a small glitch in the error compu...abolz
2018-06-15Fix implicit signed/unsigned conversion and a small glitch in the error compu...abolz
2018-06-15Return infinity if binary exponent is too largeabolz
2018-06-15Return 0 if binary exponent is too smallabolz
2018-06-15Trim all zeros from inputabolz
2018-06-15Replace unsigned with signed integer arithmetic in strtodabolz
2018-06-15Add assertions to check preconditions of functions and unsigned integer arith...abolz
2018-05-12added test for parsing 0e100John Stiles
2018-04-09fix compilation on windows with clangZoltan Kovago
2018-03-19ensure the pragma is only applied to MSVCJohn
2018-03-03Fix warnings Dereference of null pointermaficccc@gmail.com
2018-02-12Fix false alarm from clang-tidyMilo Yip
2017-05-25To avoid Intel C++ Compiler #1879 warnings:Tomasz Noczynski (Linux)
2017-05-04Onley apply to GCC 7Harry Wong
2017-05-04Supress implicit fallthrough in GCCHarry Wong
2017-02-28Specialize StrLen for char/wchar_tStilesCrisis
2017-01-19Treat signed-unsigned conversions as errors.Zhihao Yuan
2016-12-23Merge pull request #757 from patcheng/feature/fix_clang_warningMilo Yip
2016-12-21- replaced RAPIDJSON_NEW with C++98 compatible versionAndrey Glebov
2016-12-21- replaced RAPIDJSON_NEW macro with variadic varientAndrey Glebov
2016-09-30Reserve() is sometimes called when stackTop_ is null. The assert is invalid.Patrick Cheng
2016-09-30added assertion to help suppress clang warningsPatrick Cheng
2016-09-16Refactor regexMilo Yip
2016-09-03Add preconditions in writer and string functionsMilo Yip
2016-06-14avoid shift out-of-range errorEli Fidler
2016-06-13avoid array index out-of-boundsEli Fidler
2016-05-10Fix #630Milo Yip
2016-04-17Fix a bug in regexMilo Yip
2016-04-17Improve coverage of Regex by removing default case.Milo Yip
2016-04-16Improve coverage of regexMilo Yip
2016-04-05Supress VC C4512 warningMilo Yip
2016-03-08Fix a bug in dtoaMilo Yip
2016-03-04Normalize line endings but not JSON filesMilo Yip
2016-03-04Revert "Normalize all the line endings"Milo Yip
2016-03-04Normalize all the line endingsMilo Yip
2016-03-01Prevent gcc wrong warningMilo Yip
2016-03-01Fix gcc strict-overflow warningMilo Yip
2016-02-15Merge pull request #536 from miloyip/issue362Milo Yip
2016-02-12Support {0, } and {0, m} in RegexMilo Yip
2016-02-11Add Writer::SetMaxDecimalPlaces()Milo Yip