summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/nlohmann-json
AgeCommit message (Collapse)AuthorFilesLines
2019-11-11nlohmann-json 3.7.2 (#13672)Axel Huebl1-0/+1
Add the latest bugfix release.
2019-09-07flake8: make entire repository pass `spack flake8 -a`Todd Gamblin1-1/+1
- Fix trailing whitespace missed by the bug described in #12755. - Fix other style issues that have crept in over time (this can happen when flake8 adds new checks with new versions)
2019-08-22nlohmann-json: v3.7.0 (#12517)Axel Huebl1-3/+2
* nlohmann-json: 3.7.0 The version 3.6.0 fix compile issues with GCC 9.0. * nlohmann-json: proper test handling tests are controlled via `spack install --test root|all ...` instead of a variant.
2019-02-18NLohmann-JSON: v3.5.0 (#10615)Axel Huebl1-0/+1
Add the latest bugfix release.
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-11-12nlohmann-json: add new version 3.4.0 (#9692)Axel Huebl1-0/+1
2018-10-31xeus: new package (#9682)Thomas Stitt1-1/+3
* xeus: new package cppzmq: add version 4.3.0 zeromq: make libsodium optional, on by default * xeus: add patch so it builds, add new version nlohmann-json: add more versions cryptopp: add more versions * xeus: flake8 * xeus: fix license
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
- remove the old LGPL license headers from all files in Spack - add SPDX headers to all files - core and most packages are (Apache-2.0 OR MIT) - a very small number of remaining packages are LGPL-2.1-only
2018-10-12Ease nlohmann-json conflict with gcc 4.8 (#9506)sknigh1-2/+4
2018-10-09Added nlohmann-json v3.3.0 (#9463)sknigh1-0/+1
2018-04-07Add Package: nlohmann_json (#7690)Axel Huebl1-0/+60
Adds a spack package for the JSON C++ library https://github.com/nlohmann/json