4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 22, 2023 — Jun 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Debug - clean up] More... about 6 years ago
Fix offset computation in BigInteger::operator<< More... about 6 years ago
Workaround incorrect rounding in MSVC More... about 6 years ago
Limit exponents More... about 6 years ago
[Debug - Initialize variable] More... about 6 years ago
[Debug] More... about 6 years ago
Use C macros with the correct header instead of std::numeric_limits and static_cast More... about 6 years ago
Fix another signed/unsigned warning More... about 6 years ago
Use std::numeric_limits instead of macros More... about 6 years ago
Fix implicit signed/unsigned conversion and a small glitch in the error computation - part 2 More... about 6 years ago
Fix implicit signed/unsigned conversion and a small glitch in the error computation More... about 6 years ago
Fix bogus gcc warning More... about 6 years ago
Add more tests (which need to be fixed) More... about 6 years ago
Return infinity if binary exponent is too large More... about 6 years ago
Some more tests More... about 6 years ago
Return 0 if binary exponent is too small More... about 6 years ago
Properly test for overflow More... about 6 years ago
Trim all zeros from input More... about 6 years ago
Replace unsigned with signed integer arithmetic in strtod More... about 6 years ago
Add assertions to check preconditions of functions and unsigned integer arithmetic More... about 6 years ago
Add tests for issues with string-to-double conversions (#849, #1249, #1251, #1253, #1256, #1259) More... about 6 years ago
Merge pull request #1287 from Nekto89/msvc_config More... about 6 years ago
Autodetect RAPIDJSON_HAS_CXX11_NOEXCEPT and RAPIDJSON_HAS_CXX11_TYPETRAITS for Visual Studio More... about 6 years ago
Handle non-throwing exception specifications that can still throw #1280 More... about 6 years ago
Merge pull request #1279 from bogaotory/master More... about 6 years ago
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` More... about 6 years ago
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 More... about 6 years ago
Merge pull request #1261 from fmalita/exponent-underflow More... about 6 years ago
Prevent int underflow when parsing exponents More... about 6 years ago
Added test for issue #1251 More... about 6 years ago