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-05-21Make schema dtor robust against exceptionsJohnny Shaw
2021-11-17Sanitize the code in schema.hMalcolm Tyrrell
2021-06-09fix coverage, unit test allocators and equalitySteve Hanson
2021-06-08make std::string optionalSteve Hanson
2021-05-21remove copyright & debug statementsSteve Hanson
2021-03-11satisfy all compilers 2Steve Hanson
2021-03-11satisfy all compilersSteve Hanson
2021-03-11remove commaSteve Hanson
2021-03-11handle internal refs properlySteve Hanson
2021-02-26fix compile errorsSteve Hanson
2021-02-26fix bracketSteve Hanson
2021-02-26mergeSteve Hanson
2021-02-26code and testsSteve Hanson
2021-02-23Merge pull request #1779 from pavel-pimenov/fix-1778-part-1Milo Yip
2021-02-12fix crash where simple type with sub-schema has a bad valueSteve Hanson
2021-01-29correct workaround for issue 1805Steve Hanson
2021-01-29remove C++ 11 enum syntaxSteve Hanson
2021-01-28remove debug std::cout, handle empty error object in exampleSteve Hanson
2021-01-28code and testsSteve Hanson
2020-09-12fix https://github.com/Tencent/rapidjson/issues/1778 (part 1)Pave Pimenov
2019-12-02Remove shadow typedefJoshua Watt
2019-06-22- Fixed a build issue by initializing "index" in the header fileRenny Koshy
2019-04-29Add missing curly brackets in STDREGEX's CreatePattern().ylavic
2019-01-10Use the allocator of the Schema for its Pointer.ylavic
2018-12-02Fix a memory leak for invalid std::regex in Schema.ylavic
2018-07-15Fix -Wsign-conversion warnings/errorsPhilipp A Hartmann
2018-06-01again, in relation to solving issue #784, use `SizeType`-typed variable to in...bogaotory
2018-06-01in relation to solving issue #784, this commit enables the schema to recognis...bogaotory
2018-04-09fix compilation on windows with clangZoltan Kovago
2018-03-24add remote ref to schemaMap_Christian Semmler
2018-03-12Fixes #1198sergey kachanovskiy
2018-01-13Merge branch 'master' into violationDetailsMilo Yip
2018-01-13Merge pull request #1065 from yurikhan/invalidSchemaPointerMilo Yip
2018-01-11Bug when switching to std regexxiaoPierre
2017-10-20Merge pull request #1083 from piotr-kaminski-intel/masterMilo Yip
2017-10-10Init variable in the constructorpiotr-kaminski-intel
2017-10-07Removing Klocwork issues from schema.hpiotr-kaminski-intel
2017-10-05Initialized regex with schema allocator.Étienne Dupuis
2017-09-30Flatten allOf keyword violationsYuri Khan
2017-09-30refactor Schema: Keep ErrorHandler reference in ContextYuri Khan
2017-09-24Report schema violation details (#619)Yuri Khan
2017-09-23Keep schema URI in GenericSchemaDocument and internal::SchemaYuri Khan
2017-09-23internal::Schema: Keep pointer for future useYuri Khan
2017-07-13Fix #1017 allOf keyword fail with Writer handlerissue1017_allOfHandlerMilo Yip
2017-06-09Fix patternProperties & additionalProperties lead to ASSERTMilo Yip
2017-04-21common notation of empty if/else caseOliver Hahm
2017-04-21fix return valuesOliver Hahm
2017-02-28Fix null handler constructionStilesCrisis
2017-02-28Try fixing Error compilation Ubuntu 14.04 #834Milo Yip
2017-01-19Treat signed-unsigned conversions as errors.Zhihao Yuan