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
2019-02-06Merge pull request #1439 from ylavic/schema_pointer_allocatorMilo Yip
2019-02-01Correct complexity claimLéonard Gérard
2019-01-10Use the allocator of the Schema for its Pointer.ylavic
2018-12-18Merge branch 'master' into pointer_less_thanMilo Yip
2018-12-17Allow to (std::)Swap two pointers.ylavic
2018-12-13Speed up Pointer::operator<().ylavic
2018-12-12Rework Pointer::operator<() loop.ylavic
2018-12-11Add less than operator to Pointer.ylavic
2018-12-06Merge pull request #1425 from ylavic/filereadstream_peek4Milo Yip
2018-12-06Merge pull request #1424 from ylavic/file_input_streamsMilo Yip
2018-12-06Fix FileReadStream::Peek4().ylavic
2018-12-06Base buffered BasicIStreamWrapper on the original (better performing) FileRea...ylavic
2018-12-05Optimize FileReadStream and BasicIStreamWrapper.ylavic
2018-12-03GenericRegex: don't throw/abort on syntax error (unclosed parenthesis).ylavic
2018-12-03Merge pull request #1413 from ylavic/schema_regex_leakMilo 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-21Fix warning when NDEBUG is defined [-Wunused-variable]Jean-Claude Monnin
2018-09-10Update rapidjson.hMilo Yip
2018-09-10Merge branch 'master' into fix-noexceptMilo 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-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-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-15Fix -Wsign-conversion warnings/errorsPhilipp A Hartmann
2018-07-15Fix -Wclass-memaccess warnings/errorsPhilipp A Hartmann
2018-07-12Removing always true if conditionYolan Romailler
2018-07-10Guard against min/max being macros in reader.hChristopher Warrington
2018-07-03Detect C++11 features for Developer StudioErik Froseth
2018-07-02Rename a few internal preprocessor macros to avoid potential naming conflictsRomain Moret
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-15Fix bogus gcc warningabolz
2018-06-15Return infinity if binary exponent is too largeabolz
2018-06-15Return 0 if binary exponent is too smallabolz
2018-06-15Properly test for overflowabolz
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-06-13Autodetect RAPIDJSON_HAS_CXX11_NOEXCEPT and RAPIDJSON_HAS_CXX11_TYPETRAITS fo...Marian Klymov