- 20 Oct, 2017 3 commits
- 19 Oct, 2017 1 commit
-
-
h46incon authored
-
- 17 Oct, 2017 1 commit
-
-
Milo Yip authored
enable cross compiling by adding option to remove -march/-cpu
-
- 16 Oct, 2017 1 commit
-
-
M.Tayel authored
-
- 09 Oct, 2017 4 commits
-
-
Milo Yip authored
Make RapidJSON_INCLUDE_DIR non-blank in Config.cmake
-
Captain Crutches authored
-
Milo Yip authored
-
Milo Yip authored
Use schema allocator for regex
-
- 05 Oct, 2017 1 commit
-
-
Étienne Dupuis authored
-
- 03 Oct, 2017 1 commit
-
-
Captain Crutches authored
-
- 29 Sep, 2017 2 commits
- 14 Sep, 2017 1 commit
-
-
Milo Yip authored
-
- 13 Sep, 2017 1 commit
-
-
Milo Yip authored
-
- 07 Sep, 2017 1 commit
-
-
Milo Yip authored
Assert Type enum lower bound as well
-
- 06 Sep, 2017 5 commits
-
-
Christopher Warrington authored
-
Milo Yip authored
Guard against min/max being macros in a cross-compiler way
-
Milo Yip authored
Fix Windows doc build MSBuild error MSB6001
-
Christopher Warrington authored
-
Christopher Warrington authored
Sometimes, particularly when Microsoft's windows.h is included, min/max are defined as macros, interfering with use of std::numeric_limits::min() and the like. To guard against this, the function name is wrapped in an extra set of parenthesis, which inhibits function-style macro expansion.
-
- 05 Sep, 2017 1 commit
-
-
Christopher Warrington authored
When using a MSBuild-based CMake generator like 'Visual Studio 15 2017 Win64', the doc build was failing with the error 'MSB6001: Invalid command line switch for "cmd.exe". Illegal characters in path.' This was due to the dependency on Doxyfile*, which wasn't expanded by CMake. The fix is to expand this glob in CMake before specifying the custom command's dependencies. Partial fix for https://github.com/miloyip/rapidjson/issues/622
-
- 04 Sep, 2017 2 commits
- 02 Sep, 2017 1 commit
-
-
Crunkle authored
-
- 01 Sep, 2017 1 commit
-
-
Minmin Gong authored
-
- 07 Aug, 2017 4 commits
- 05 Aug, 2017 4 commits
- 28 Jul, 2017 2 commits
-
-
Milo Yip authored
Issue #1028: Visual Studio natvis file.
-
Bart Muzzin authored
-
- 13 Jul, 2017 2 commits
- 11 Jul, 2017 1 commit
-
-
Milo Yip authored
GenericStringRef: move assert out of expression
-