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-04-09Merge pull request #1479 from MaxXSoft/patch-tutorialMilo Yip
2019-04-08doc/tutorial.zh-cn: fixed some typosMaxXSoft
2019-04-04Merge pull request #1477 from eisaev/patch-1Milo Yip
2019-04-03Update allocators.heisaev
2019-03-11Merge pull request #1462 from ra1u/masterMilo Yip
2019-03-10Allow user to define custom RAPIDJSON_NOEXCEPT_ASSERT macroLuka Rahne
2019-03-06Merge pull request #727 from mapbox/silence-dereference-null-pointerMilo Yip
2019-02-11Update doxygen download URLMilo Yip
2019-02-11Workaround of sortkeys exampleMilo Yip
2019-02-08Adding swap() for GenericMemberMilo Yip
2019-02-06Fix gcc compilation error in sortkeysMilo Yip
2019-02-06Update sortkeys.cppMilo Yip
2019-02-06Merge pull request #1421 from HomeControlAS/sort_by_name_exampleMilo Yip
2019-02-06Merge pull request #1439 from ylavic/schema_pointer_allocatorMilo Yip
2019-02-06Merge pull request #1442 from rbilovol/cmake-fixupMilo Yip
2019-02-06Merge pull request #1444 from leolchat/patch-1Milo Yip
2019-02-01Correct complexity claimLéonard Gérard
2019-01-24CMake: remove hardcoded CMAKECONFIG_INSTALL_DIR pathRuslan Bilovol
2019-01-10Use the allocator of the Schema for its Pointer.ylavic
2018-12-19Merge pull request #1426 from ylavic/pointer_less_thanMilo Yip
2018-12-18Merge branch 'master' into pointer_less_thanMilo Yip
2018-12-18Merge pull request #1431 from ylavic/pointer_swapMilo Yip
2018-12-17Pointer tests now need <algorithm> (for std::swap), but no tabs.ylavic
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-11Unit test for Pointer::operator<().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-06Merge pull request #1416 from ylavic/regex_syntax_noassertMilo Yip
2018-12-06Fix FileReadStream::Peek4().ylavic
2018-12-06Base buffered BasicIStreamWrapper on the original (better performing) FileRea...ylavic
2018-12-05Possibly std::ios::binary helps with streams on Windowsylavic
2018-12-05Optimize FileReadStream and BasicIStreamWrapper.ylavic
2018-12-05removed std::string and receiving const Value in printItseky
2018-12-05added example for sorting keysseky
2018-12-03Unit test for invalid GenericRegex (unclosed parenthesis).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-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