- 27 Oct, 2017 4 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Add transparent comparator and perfect forwarding support to find() and count()
-
- 25 Oct, 2017 1 commit
-
-
Niels Lohmann authored
-
- 24 Oct, 2017 5 commits
-
-
Jamie Seward authored
-
Jamie Seward authored
-
Jamie Seward authored
-
Jamie Seward authored
Already covered by AppVeyor
-
Jamie Seward authored
-
- 23 Oct, 2017 2 commits
-
-
Niels Lohmann authored
-
Jamie Seward authored
Instead implement @gregmarr's PR comments that perfect forwarding should be used. Also cleaned up cpp language standard detection.
-
- 22 Oct, 2017 7 commits
-
-
Niels Lohmann authored
Hopefully, #764 fixed this.
-
Niels Lohmann authored
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Simplified istream handing #367
-
Niels Lohmann authored
-
- 21 Oct, 2017 5 commits
-
-
Jamie Seward authored
-
Jamie Seward authored
Copied from solution to https://github.com/nlohmann/json/issues/464
-
Jamie Seward authored
This avoids unnecessary string copies on often used find().
-
Niels Lohmann authored
Error : 'identifier "size_t" is undefined' in linux
-
Sonu Lohani authored
-
- 18 Oct, 2017 2 commits
-
-
Niels Lohmann authored
Fix Visual Studio 2017 warnings
-
Jamie Seward authored
-
- 17 Oct, 2017 1 commit
-
-
Jamie Seward authored
-
- 16 Oct, 2017 8 commits
-
-
Niels Lohmann authored
Fix warning C4706 on Visual Studio 2017 - fixes #784
-
Niels Lohmann authored
Set GENERATE_TAGFILE in Doxyfile
-
Perry Kundert authored
-
Jamie Seward authored
Lots of tests have this warning. Also moved out of for loop, doesn't need to be done every loop.
-
Jamie Seward authored
-
Jamie Seward authored
-
Jamie Seward authored
This causes test-udt to crash due to bad iterator
-
Jamie Seward authored
-
- 15 Oct, 2017 1 commit
-
-
Nate Vargas authored
Allows documentation to be linked from other projects to https://nlohmann.github.io/json using Doxygen with the tag: TAGFILES = $(SOME_PATH)/nlohmann_json.tag=https://nlohmann.github.io/json
-
- 13 Oct, 2017 1 commit
-
-
Niels Lohmann authored
-
- 07 Oct, 2017 1 commit
-
-
Perry Kundert authored
o For some unknown reason, the complexity of the benchmark platform prevented some C++ compilers from generating optimal code, properly reflective of the real performance in actual deployment. o Added the json_benchmarks_simple target, which performs the same suite of tests as json_benchmarks. o Simplified the benchmark platform, and emit an "Average" TPS (Transactions Per Second) value reflective of aggregate parse/output performance.
-
- 06 Oct, 2017 2 commits
-
-
Perry Kundert authored
o We assume the same character int_type as the unerlying std::istream o There are no assumptions on the value of eof(), other than that it will not be a valid unsigned char value. o To retain performance, we do not allow swapping out the underlying std::streambuf during our use of the std::istream for parsing.
-
Perry Kundert authored
-