- 27 Oct, 2017 2 commits
- 26 Oct, 2017 1 commit
-
-
Milo Yip authored
Fixed typo in CMake file
-
- 24 Oct, 2017 1 commit
-
-
M.Tayel authored
-
- 20 Oct, 2017 6 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
-
- 10 Oct, 2017 1 commit
-
-
piotr-kaminski-intel authored
line 358: 'this->notValidatorIndex_' might not be initialized in this constructor.
-
- 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
-
- 06 Oct, 2017 1 commit
-
-
piotr-kaminski-intel authored
Removing Klocwork static code analysis critical issues: line 358: 'this->notValidatorIndex_' might not be initialized in this constructor. line :412 Pointer 'schemaDocument' checked for NULL at line 412 may be passed to function and may be dereferenced there by passing argument this to function 'CreateSchema' at line 419. Also there are 7 similar errors on lines 467 479 511 523 533 538 549.
-
- 05 Oct, 2017 1 commit
-
-
Étienne Dupuis authored
-
- 04 Oct, 2017 1 commit
-
-
David Newman authored
-
- 03 Oct, 2017 1 commit
-
-
Captain Crutches authored
-
- 29 Sep, 2017 9 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
-