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-12-20Merge pull request #1613 from piratf/Issue1604_ASCIIValidationIssue1604_ASCIIValidationMilo Yip
2019-12-20fix [‘>>’ should be ‘> >’ within a nested template argument list]piratf
2019-12-19add unittest for `EncodeUnsafe` to increase coverage.piratf
2019-12-18use static_cast to optimize warning.piratf
2019-12-18always inline should not be used here.piratf
2019-12-18add code point encoding check ability when using kParseValidateEncodingFlagpiratf
2019-11-14Reproduce issue 1604Milo Yip
2019-11-11Merge pull request #1603 from piratf/cmakelist_upgradeMilo Yip
2019-11-11fix CMake policy CMP0048 warning #1154piratf
2019-11-01Merge pull request #1548 from TranslucentTB/masterMilo Yip
2019-11-01Merge branch 'master' of https://github.com/Tencent/rapidjsonCharles Milette
2019-10-21Merge pull request #1591 from veekxt/patch-1Milo Yip
2019-10-18doc: fix a typoVeekXT
2019-10-15Merge pull request #1529 from rkoshy/masterMilo Yip
2019-10-08Merge pull request #1582 from crazyscot/masterMilo Yip
2019-10-08Merge pull request #1544 from fredgan/masterMilo Yip
2019-10-08fix some misspellingsfredgan
2019-10-01Use C++17 fallthrough tag instead of disabling warningRoss Younger
2019-09-26Merge pull request #1490 from MalcolmTyrrell/fixCompileErrorInPointerHMilo Yip
2019-09-26Merge pull request #1579 from Tencent/vs2010Milo Yip
2019-09-25Provide default implementations for move constructor/assignment in GenericMemberMilo Yip
2019-09-25Disable copy constructor in GenericMemberMilo Yip
2019-09-25Merge pull request #1573 from esrrhs/masterMilo Yip
2019-09-25Update travis-doxygen.shzhao xin
2019-09-25Update travis-doxygen.shzhao xin
2019-09-25Update travis-doxygen.shzhao xin
2019-09-25Update travis-doxygen.shzhao xin
2019-09-25Update .travis.ymlzhao xin
2019-09-25Update .travis.ymlzhao xin
2019-09-12Merge pull request #1567 from AtnNn/masterMilo Yip
2019-09-12add test for non-null-terminated tokenEtienne Laurin
2019-09-11fix template parameterEtienne Laurin
2019-09-11Allow pointer tokens to have non-null-terminated stringsEtienne Laurin
2019-08-23Merge pull request #1557 from MBoldyrev/doc/fix-uint-caseMilo Yip
2019-08-23fixed Uint case in docsMikhail Boldyrev
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-07-16Merge pull request #1 from Tencent/masterFredGan
2019-06-28Change all GenericMemberIterator from struct to classMilo Yip
2019-06-22- Fixed a build issue by initializing "index" in the header fileRenny Koshy
2019-05-17Merge pull request #1506 from ylavic/CreatePatternMilo Yip
2019-04-29Add missing curly brackets in STDREGEX's CreatePattern().ylavic
2019-04-15Fix vs2017 compile error C2105: '--' needs l-valueMalcolm Tyrrell
2019-04-15Merge pull request #1488 from somone23412/somone23412-fix-typo-1Milo Yip
2019-04-14fix typoquyan
2019-04-09Merge pull request #1481 from liangdzou/patch-1Milo Yip
2019-04-09add missing header "ios"Liang ZOU