summary refs log tree commit diff
path: root/pkgs/development/libraries/nlohmann_json
Commit message (Collapse)AuthorAge
* nlohmann_json: 3.7.0 -> 3.7.3R. RyanTM2019-11-28
|
* nlohmann_json: disable tests for now since they timeoutdavidak2019-11-06
|
* nlohmann_json: 3.6.1 -> 3.7.0Eelco Dolstra2019-10-23
| | | | | Also install multiple headers (in particular to get json_fwd.hpp, which Nix needs).
* nlohmann_json: 3.6.0 -> 3.6.1Will Dietz2019-03-20
| | | | https://github.com/nlohmann/json/releases/tag/v3.6.1
* nlohmann_json: 3.5.0 -> 3.6.0Will Dietz2019-03-20
| | | | https://github.com/nlohmann/json/releases/tag/v3.6.0
* nlohmann_json: 3.4.0 -> 3.5.0Will Dietz2018-12-21
| | | | https://github.com/nlohmann/json/releases/tag/v3.5.0
* nlohmann_json: 3.3.0 -> 3.4.0Will Dietz2018-11-01
| | | | https://github.com/nlohmann/json/releases/tag/v3.4.0
* treewide: don’t set CMAKE_SYSTEM_NAMEMatthew Bauer2018-10-16
|
* nlohmann_json: 3.2.0 -> 3.3.0R. RyanTM2018-10-14
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nlohmann_json/versions
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* nlohmann_json: 3.1.2 -> 3.2.0 (#45559)R. RyanTM2018-08-24
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nlohmann_json/versions.
* nlohmann_json: cleanup testsJan Malakhovski2018-08-10
|
* nlohmann_json: No more crossAttrsJohn Ericson2018-07-24
|
* nlohmann_json: 3.1.1 -> 3.1.2Ryan Mulligan2018-03-22
| | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 3.1.2 with grep in /nix/store/ak7p93w4pkmjvx5fi82fg40rra5z6g44-nlohmann_json-3.1.2 - directory tree listing: https://gist.github.com/cebf8a5968a9c2ae65ec58227044fcad
* nlohmann_json: 2.1.0 -> 3.1.1Ryan Mulligan2018-02-27
| | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 3.1.1 with grep in /nix/store/4pydihqzddnsfmlc2zcn6qlwi7m2p1k1-nlohmann_json-3.1.1 - found 3.1.1 in filename of file in /nix/store/4pydihqzddnsfmlc2zcn6qlwi7m2p1k1-nlohmann_json-3.1.1
* nlohmann_json: Don't use stdenv.crosshsloan2017-06-28
|
* nlohmann_json: 2.0.7 -> 2.1.0Franz Pletz2017-02-02
|
* nlohmann_json: 2.0.3 -> 2.0.7Eelco Dolstra2016-11-10
|
* nlohmann_json: 2.0.2 -> 2.0.3Remy Goldschmidt2016-09-02
| | | `cmake` should be in `nativeBuildInputs` as it is only required at build time. For obvious reasons we can't have the tests running during a cross-compile. I figured I'd update the package version while I was at it, though these changes have also been tested independently of the version update.
* nlohmann_json: init at 2.0.2Josef Kemetmueller2016-08-04
A header only C++ library for modern JSON.