- 18 Jul, 2018 1 commit
-
-
Philipp A Hartmann authored
This is an alternative implementation to #1284 to handle asserts in noexcept contexts. Closes #1280.
-
- 16 Jul, 2018 1 commit
-
-
Milo Yip authored
Fix warnings/errors on GCC 7/8 (-Wclass-memaccess, -Wsign-conversion, -Wformat-overflow)
-
- 15 Jul, 2018 3 commits
-
-
Philipp A Hartmann authored
GCC 7 and later warn about overflow/truncation when using sprintf and related functions with fixed-size buffers. Suppress the warning in schematest.cpp.
-
Philipp A Hartmann authored
GCC 8 (incorrectly) warns about sign conversions in (constant) array size expressions: error: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Werror=sign-conversion] char schemaBuffer_[128 * 1024]; Make these expressions unsigned by adding a 'u' suffix to the first operands.
-
Philipp A Hartmann authored
Recent GCC versions warn about using memcpy/memmove to write to a class pointer (-Wclass-memaccess). Avoid the warnings by casting to void* first. Closes #1086. Closes #1205. Closes #1246.
-
- 12 Jul, 2018 2 commits
-
-
Milo Yip authored
Removing always true if condition
-
Yolan Romailler authored
-
- 03 Jul, 2018 3 commits
-
-
Milo Yip authored
Detect C++11 features for Developer Studio
-
Erik Froseth authored
This patch enables various C++11 features if the code is compiled with Developer Studio compiler version 5.14 or higher.
-
Milo Yip authored
Rename a few internal preprocessor macros to avoid naming conflicts
-
- 02 Jul, 2018 1 commit
-
-
Romain Moret authored
-
- 19 Jun, 2018 1 commit
-
-
Milo Yip authored
Unit Test: Parsing "128.74836467836484838364836483643636483648e-336" causes a crash
-
- 18 Jun, 2018 1 commit
-
-
Milo Yip authored
Unit Test: Parsing "0e100" in full precision mode causes UB
-
- 17 Jun, 2018 1 commit
-
-
Milo Yip authored
Fix strtod
-
- 16 Jun, 2018 7 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
-