- 27 Feb, 2017 5 commits
-
-
Niels Lohmann authored
By merging numtostr into serializer, we can write directly to the output stream. As a consequence, all stream calls are now unformatted.
-
Niels Lohmann authored
The class is currently just a wrapper for an std::ostream and collects all functions related to serialization. The next step should be recycling of variables to avoid repetitive initialization for each recursive dump call.
-
Niels Lohmann authored
This reverts commit 909b439b. For some strange reason, the test suite crashes when compiled with GCC.
-
Niels Lohmann authored
numtostr now directly writes to a stream. Return value of snprintf is reused to avoid finding end of string. Cachegrind suggests a 1% performance increase.
-
Niels Lohmann authored
All ‘<<‘ calls have been replaced by write()/put() calls. The indentation strings needs not to be resized. Cachegrind measures 1% performance improvement.
-
- 26 Feb, 2017 6 commits
-
-
Niels Lohmann authored
Indentation string is recycled to avoid allocations. Comma-separation in objects does not need an if any more. Cachegrind measures 1% performance improvement.
-
Niels Lohmann authored
Added separate code paths for normal output and pritty-printed output. This allowed to remove most of the ifs along the way. Benchmarks and cachegrind suggest a 10% performance improvement.
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 25 Feb, 2017 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 22 Feb, 2017 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
🔀 merge branch 'cotire' of https://github.com/tusharpm/json into tusharpm-cotire -
Niels Lohmann authored
-
Niels Lohmann authored
-
- 21 Feb, 2017 1 commit
-
-
Niels Lohmann authored
-
- 20 Feb, 2017 8 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 19 Feb, 2017 7 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Tushar Maheshwari authored
- get CMake for XCode 8.1 image
-
Tushar Maheshwari authored
- Add prefix header - Include catch.hpp - Include json.hpp - Replace private with public for all json_unit files - Move `unit.cpp` to an object library - cotire issue: strip whitespace from CMAKE_INCLUDE_SYSTEM_FLAG_CXX
-
- 18 Feb, 2017 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 17 Feb, 2017 1 commit
-
-
Niels Lohmann authored
-
- 16 Feb, 2017 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-