- 06 Nov, 2019 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 05 Nov, 2019 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
closes #1824
-
Niels Lohmann authored
Fix for #1647
-
Niels Lohmann authored
Add restriction for tuple specialization of to_json
-
Niels Lohmann authored
-
- 04 Nov, 2019 4 commits
-
-
Anthony VH authored
-
Anthony VH authored
-
Camille Bégué authored
This commit fix the issue #1825 Signed-off-by: Camille Bégué <c.begue@samsung.com>
-
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>
-
- 30 Oct, 2019 3 commits
-
-
Anthony Van Herrewege authored
-
Anthony Van Herrewege authored
-
Anthony Van Herrewege authored
-
- 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.
-