- 27 May, 2018 1 commit
-
-
Niels Lohmann authored
-
- 26 May, 2018 1 commit
-
-
Niels Lohmann authored
-
- 17 May, 2018 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 06 May, 2018 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 04 May, 2018 1 commit
-
-
Niels Lohmann authored
fix typo in README
-
- 03 May, 2018 6 commits
-
-
martin-mfg authored
The README says: > "The library itself contains of a single header file ..." I guess "consists of a" is the wording that was intended here. Alternatively, "contains a" might also be what was intended. Either way, I think both versions work equally well and thus choose the one that I believe was intended.
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 29 Apr, 2018 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 22 Apr, 2018 1 commit
-
-
Niels Lohmann authored
-
- 17 Apr, 2018 3 commits
-
-
Niels Lohmann authored
Fix typo
-
Jan Schöppach authored
-
Jan Schöppach authored
-
- 10 Apr, 2018 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Misc cmake packaging enhancements
-
Chuck Atkins authored
CMake convention is to use a project namespace, i.e. Foo::, for imported targets. When multiple targets are imported from a project, this looks like Foo::Bar1 Foo::Bar2, etc. This adds the nlohmann_json:: namespace to the exported target names. This also allows the generated project config files to be used from the build directory instead of just the install directory.
-
Niels Lohmann authored
Fixed incorrect LLVM version number in README
-
James Upjohn authored
clang-900.0.39.2 is from LLVM 9.0.0, not 8.1.0
-
- 09 Apr, 2018 2 commits
-
-
Chuck Atkins authored
-
Niels Lohmann authored
Fix trivial typo in comment.
-
- 08 Apr, 2018 7 commits
-
-
Carlos O'Ryan authored
Not really important, but since I saw it.
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Package Manager: Spack
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 07 Apr, 2018 3 commits
-
-
Axel Huebl authored
I contributed a package to the Spack package manager. Spack is a flexible package manager that supports multiple versions, configurations, platforms, and compilers. It is popular in high-performance computing.
-
Niels Lohmann authored
CMake: 3.8+ is Sufficient
-
Axel Huebl authored
The current CMake scripts depend on CMake 3.8+. This allows us to remove previous work-arounds.
-
- 03 Apr, 2018 1 commit
-
-
Niels Lohmann authored
Added public target_compile_features for auto and constexpr
-