- 17 Dec, 2017 4 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 16 Dec, 2017 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
✅ re-added tests for algorithms -
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 15 Dec, 2017 1 commit
-
-
Niels Lohmann authored
-
- 14 Dec, 2017 4 commits
-
-
Niels Lohmann authored
Overworked library toward 3.0.0 release
-
Niels Lohmann authored
-
Niels Lohmann authored
🚨 remove C4996 warnings #872 -
Niels Lohmann authored
This reverts commit 920f64c0.
-
- 13 Dec, 2017 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Update required all CHECK_THROWS_AS macros to pass the exception type without reference, because this is now done by Catch2.
-
Niels Lohmann authored
- Added recent contributors to thanks list. - Linked PGP key for private mails. - Updated compiler list.
-
Niels Lohmann authored
- All hex literals use upper case letters after the x. - Fixed sime typos. - Documented some more functions.
-
Niels Lohmann authored
These were the remaining direct calls to alloc.
-
Niels Lohmann authored
💥 throwing an exception in case dump encounters a non-UTF-8 string #838
-
- 12 Dec, 2017 1 commit
-
-
Niels Lohmann authored
As we guarantee proper UTF-8 before, we do not need to cope with it later.
-
- 11 Dec, 2017 2 commits
-
-
Niels Lohmann authored
We had a lot of issues with failing roundtrips (i.e., parse errors from serializations) in case string were stored in the library that were not UTF-8 encoded. This PR adds an exception in this case.
-
Niels Lohmann authored
📝 fixing documentation #867
-
- 10 Dec, 2017 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
The example in the documentation on how to "force" an array of arrays was wrong since the first release. Fixed the documentation and added checks for the README unit tests.
-
- 08 Dec, 2017 1 commit
-
-
Niels Lohmann authored
iter_impl template conformance with C++17
-
- 07 Dec, 2017 1 commit
-
-
Mike Bogdanov authored
-
- 06 Dec, 2017 7 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Std allocator conformance cpp17
-
Niels Lohmann authored
-
Niels Lohmann authored
cmake: use BUILD_INTERFACE/INSTALL_INTERFACE
-
Mike Bogdanov authored
-
Mike Bogdanov authored
fixed conformance with C++17, some members of allocator are depricated and should be used via allocator_traits
-
- 05 Dec, 2017 3 commits
-
-
Niels Lohmann authored
to/from_json: add a MSVC-specific static_assert to force a stacktrace
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
- 04 Dec, 2017 1 commit
-
-
Niels Lohmann authored
Add .natvis for MSVC debug view
-
- 30 Nov, 2017 1 commit
-
-
Matthias Möller authored
-