- 10 Aug, 2017 6 commits
- 
- 
Niels Lohmann authored
- 
Niels Lohmann authored
- 
Niels Lohmann authoredDigraph warning 
- 
traits authored
- 
Niels Lohmann authored
- 
Niels Lohmann authoredUpdate json.hpp 
 
- 
- 09 Aug, 2017 4 commits
- 
- 
Niels Lohmann authoredRemove duplicate word 
- 
WebProdPP authoredmistake 
- 
Markus Werle authoreds/to to/to/ 
- 
Niels Lohmann authoredTo fix compilation issue for intel OSX compiler 
 
- 
- 08 Aug, 2017 4 commits
- 
- 
Kyle Thompson authoredo 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 authoredThe 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 authoredmassage -> message 
- 
DmitryKuk authored
 
- 
- 01 Aug, 2017 4 commits
- 
- 
Niels Lohmann authoredFix "not constraint" grammar in docs 
- 
Niels Lohmann authored
- 
Greg Hurrell authored
- 
Niels Lohmann authoredAdd 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 authoredREFACTOR: rewrite CMakeLists.txt for better inlcude and reuse 
- 
Niels Lohmann authoredSupport 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 authoredThe 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 authoredenable_testing only if the JSON_BuildTests is ON 
- 
Niels Lohmann authoredYou 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 1 commit
- 
- 
Niels Lohmann authored
 
- 
