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
2022-08-23Update dtoa.hHEADmasterjwillcox-telework
2021-10-30use softintrin on arm64ecjedwards
2021-08-13Merge pull request #1926 from Kyrega/masterMilo Yip
2021-08-10No default template parameter for older compilersKyrega
2021-08-10No default template parameter for older compilersKyrega
2021-08-10Fix RawNumber for longer char typesKyrega
2021-07-28Fix small errors in dtoa output for certain doublesjack_perisich
2021-06-08make std::string optionalSteve Hanson
2020-10-09Remove unnecessary wording from BSD license not needed for MIT license (fixes...Silas S. Brown
2020-08-06fix naive implementation for clzll()escherstair
2020-08-04fix naive version implementationescherstair
2020-08-04fallback to the naive version for CE6escherstair
2020-08-04fix _BitScanReverse() usage for CE6escherstair
2020-03-11Replace RAPIDJSON_CLZLL with internal clzll (#1660)Jun
2020-03-05Update biginteger.h (#1652)Milo Yip
2019-11-01Merge branch 'master' of https://github.com/Tencent/rapidjsonCharles Milette
2019-10-01Use C++17 fallthrough tag instead of disabling warningRoss Younger
2019-07-26Change #ifdef to #if definedCharles Milette
2019-07-26Update commentCharles Milette
2019-07-26Fix signedness errorCharles Milette
2019-07-25Fix build error under non-Clang compilersCharles Milette
2019-07-25Fix ARM NEON under MSVCCharles Milette
2019-03-06Merge pull request #727 from mapbox/silence-dereference-null-pointerMilo Yip
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-10-05Avoid pointer arithmetic on null pointer to remove undefined behaviorKonstantin Käfer
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