- 10 Aug, 2017 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Digraph warning
-
traits authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Update json.hpp
-
- 09 Aug, 2017 4 commits
-
-
Niels Lohmann authored
Remove duplicate word
-
WebProdPP authored
mistake
-
Markus Werle authored
s/to to/to/
-
Niels Lohmann authored
To fix compilation issue for intel OSX compiler
-
- 08 Aug, 2017 4 commits
-
-
Kyle Thompson authored
o To prevent the compilation issue on OSX with the intel compiler suite. The error was found with icpc version 15.0.3.187 where the "__clang_version__" was not defined correctly, while "__clang__" was.
-
Niels Lohmann authored
-
-
Niels Lohmann authored
-
- 07 Aug, 2017 1 commit
-
-
traits authored
The original version can trigger a digraph-related warning in VS2015. Is this namespace construct a typo or something deliberate?
-
- 05 Aug, 2017 2 commits
-
-
Niels Lohmann authored
massage -> message
-
DmitryKuk authored
-
- 01 Aug, 2017 4 commits
-
-
Niels Lohmann authored
Fix "not constraint" grammar in docs
-
Niels Lohmann authored
-
Greg Hurrell authored
-
Niels Lohmann authored
Add documentation for integration with CMake and hunter
-
- 31 Jul, 2017 3 commits
- 30 Jul, 2017 8 commits
-
-
Niels Lohmann authored
-
-
Niels Lohmann authored
-
Niels Lohmann authored
REFACTOR: rewrite CMakeLists.txt for better inlcude and reuse
-
Niels Lohmann authored
Support moving from rvalues in std::initializer_list
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
- replaced list of pairs by flat list in next_byte_in_range - implemented early exit in case of parse errors - reused memory for object keys - direct calls to embedded objects/arrays for insertions
-
- 29 Jul, 2017 1 commit
-
-
dan-42 authored
The rewrite uses more cmake build-in automatisms and build-in generates variables to allow better generic reuse. * cmake files are installed to ``` <install_prefix>/lib/cmake/nlohmann_json/ ``` for best support on most systems * include path is set to ``` include ``` for usage as ``` #include <nlohmann/json.hpp> ```
-
- 28 Jul, 2017 1 commit
-
-
Niels Lohmann authored
-
- 27 Jul, 2017 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
enable_testing only if the JSON_BuildTests is ON
-
Niels Lohmann authored
You can now pass a boolean "allow_exceptions" to the parse functions. If it is false, no exceptions are thrown in case of a parse error. Instead, parsing is stopped at the first error and a JSON value of type "discarded" (check with is_discarded()) is returned.
-
Ilya Polishchuk authored
-
Niels Lohmann authored
-
- 26 Jul, 2017 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-