- 16 Jun, 2018 3 commits
- 15 Jun, 2018 18 commits
-
-
abolz authored
-
abolz authored
-
abolz authored
-
abolz authored
=D
-
abolz authored
-
abolz authored
-
abolz authored
-
abolz authored
-
abolz authored
-
abolz authored
-
abolz authored
-
abolz authored
-
abolz authored
-
abolz authored
Do not use an approximation to do this. Instead check if the result is Inf.
-
abolz authored
If the buffer only contains zeros, return 0.
-
abolz authored
-
abolz authored
-
abolz authored
-
- 14 Jun, 2018 1 commit
-
-
Milo Yip authored
MSVC: Autodetect RAPIDJSON_HAS_CXX11_NOEXCEPT, RAPIDJSON_HAS_CXX11_TYPETRAITS
-
- 13 Jun, 2018 1 commit
-
-
Marian Klymov authored
-
- 02 Jun, 2018 1 commit
-
-
Milo Yip authored
Avoid `MissingProperty` Error from `SchemaValidator` when a none-zero length value is given as `default` for the property
-
- 01 Jun, 2018 2 commits
-
-
bogaotory authored
again, in relation to solving issue #784, use `SizeType`-typed variable to indicate a none-zero length string has been given in the schema as default value for the json property; added an unittest `Object_Required_PassWithDefault`
-
bogaotory authored
in relation to solving issue #784, this commit enables the schema to recognise the "default" property, and avoids a missing property error when a default is given in the schema
-
- 20 May, 2018 1 commit
-
-
Milo Yip authored
Prevent int underflow when parsing exponents
-
- 16 May, 2018 1 commit
-
-
Florin Malita authored
When parsing negative exponents, the current implementation takes precautions for |exp| to not underflow int. But that is not sufficient: later on [1], |exp + expFrac| is also stored to an int - so we must ensure that the sum stays within int representable values. Update the exp clamping logic to take expFrac into account. [1] https://github.com/Tencent/rapidjson/blob/master/include/rapidjson/reader.h#L1690
-
- 04 May, 2018 1 commit
-
-
Milo Yip authored
Added const for Reader methods
-
- 03 May, 2018 1 commit
-
-
Sergey Kovalevich authored
-
- 25 Apr, 2018 2 commits
- 24 Apr, 2018 1 commit
-
-
Stephen Kelly authored
-
- 18 Apr, 2018 1 commit
-
-
Milo Yip authored
Allow user configuration of default chunk capacity.
-
- 17 Apr, 2018 1 commit
-
-
Ryan Morris authored
Added macro RAPIDJSON_ALLOCATOR_DEFAULT_CHUNK_CAPACITY to allow default chunk capacity to be lowered for embedded devices with < 64k stack sizes
-
- 09 Apr, 2018 1 commit
-
-
Zoltan Kovago authored
-
- 27 Mar, 2018 1 commit
-
-
Milo Yip authored
add remote ref pointer to schemaMap_
-
- 26 Mar, 2018 3 commits
-
-
Christian Semmler authored
-
Christian Semmler authored
-
Christian Semmler authored
-