- 05 Nov, 2019 1 commit
-
-
Niels Lohmann authored
-
- 04 Nov, 2019 1 commit
-
-
Niels Lohmann authored
-
- 03 Nov, 2019 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 02 Nov, 2019 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
release: add singleinclude and meson.build to include.zip
-
Niels Lohmann authored
appveyor.yml: Add MSVC 16 2019 support
-
- 01 Nov, 2019 1 commit
-
-
Niels Lohmann authored
Fix issue #1805
-
- 31 Oct, 2019 1 commit
-
-
Camille Bégué authored
* Add some restriction on pair partial specialization of to_json Signed-off-by: Camille Bégué <camille.begue.pro@gmail.com>
-
- 23 Oct, 2019 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 21 Oct, 2019 1 commit
-
-
Niels Lohmann authored
Fix some spelling errors - mostly in comments & documentation.
-
- 19 Oct, 2019 1 commit
-
-
Florian Pigorsch authored
I did not touch the Changelog file and any third party stuff. additonal -> additional (1) apppend -> append (2) constuctor -> constructor (2) contect -> context (2) dobulequote -> doublequote (1) elemnts -> elements (1) exakt -> exact (2) exluded -> exclude (1) explicitely -> explicitly (2) narcissic -> narcissistic (1) ocurred -> occurred (1) occuring -> occurring (2) preceeds -> preceded (1) ot -> to (2) wehther -> whether (2)
-
- 17 Oct, 2019 4 commits
-
-
Eli Schwartz authored
Also call out to the guidelines for using pkg-config dependencies first, and reference it for other build systems as well. Although the possibility of installing with a pkg-config file is somewhat hidden away in the meson docs, it's been deemed less invasive due to not distracting away from cmake. So it will have to do.
-
Eli Schwartz authored
This serves as a minimal release-only way to embed json into a project. Add meson support to this directly, to make it usable standalone as a meson subproject. Implements #1672
-
Niels Lohmann authored
iteration_proxy: Fix integer truncation from std::size_t to int
-
Niels Lohmann authored
Update Hedley to v11.
-
- 16 Oct, 2019 6 commits
-
-
Evan Nemerson authored
-
Thomas Braun authored
-
Thomas Braun authored
-
Thomas Braun authored
Bug introduced in 0f073e26 (Allow items() to be used with custom string, 2019-09-26).
-
Thomas Braun authored
-
Thomas Braun authored
In a future commit we want to add support for MSVC 2019. For that version cmake requires us to pass in the architecture not part of the generator but explicitly. So let's pass that in always like that. This also removes the doubling of the platform/architecture.
-
- 09 Oct, 2019 1 commit
-
-
Niels Lohmann authored
test/CMakeLists.txt: Use an explicit list instead of GLOB
-
- 07 Oct, 2019 1 commit
-
-
Thomas Braun authored
Using GLOB is slow and considered bad practice. From https://cmake.org/cmake/help/latest/command/file.html: > We do not recommend using GLOB to collect a list of source files from > your source tree. If no CMakeLists.txt file changes when a source is > added or removed then the generated build system cannot know when to ask > CMake to regenerate. The CONFIGURE_DEPENDS flag may not work reliably on > all generators, or if a new generator is added in the future that cannot > support it, projects using it will be stuck. Even if CONFIGURE_DEPENDS > works reliably, there is still a cost to perform the check on every > rebuild.
-
- 05 Oct, 2019 1 commit
-
-
Niels Lohmann authored
Allow items() to be used with custom string
-
- 03 Oct, 2019 1 commit
-
-
Niels Lohmann authored
Make json_pointer::back const (resolves #1764)
-
- 01 Oct, 2019 2 commits
-
-
Niels Lohmann authored
did you mean 'serialization'?
-
Julien Hamaide authored
-
- 30 Sep, 2019 2 commits
- 26 Sep, 2019 1 commit
-
-
Julien Hamaide authored
-
- 24 Sep, 2019 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Cppcheck fixes
-
- 20 Sep, 2019 2 commits
-
-
Xav83 authored
-
Xav83 authored
binary_writer.hpp:869: (style) Consider using std::accumulate algorithm instead of a raw loop. https://github.com/Xav83/nlohmann-json-cppcheck/commit/910a7d2b873dd7ae92ec81cced2bf73200ff4848/checks#step:5:107Signed-off-by: Xav83 <x.jouvenot@gmail.com>
-