aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/jsoncpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jsoncpp: 1.9.2 -> 1.9.4CrystalGamma2020-11-021-18/+7
| | | | Merges both patches previously applied. Also seems to change the path that the library is written to.
* treewide: remove periods from end of package descriptionsBen Siraphob2020-10-171-1/+1
|
* jsoncpp: fix generated pkg-config fileBen Wolsieffer2020-07-061-4/+10
|
* jsoncpp: fix build on 32-bit armAndrew Childs2020-05-031-2/+2
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-151-2/+2
| | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* jsoncpp: fix build on aarch64Mario Rodas2019-12-191-1/+9
|
* jsoncpp: 1.9.1 -> 1.9.2R. RyanTM2019-12-011-2/+2
|
* jsoncpp: 1.9.0 -> 1.9.1R. RyanTM2019-08-041-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jsoncpp/versions
* jsoncpp: 1.8.4 -> 1.9.0Will Dietz2019-07-091-2/+2
|
* jsoncpp: 1.8.4 add cmake supportFernando J Pando2019-04-201-7/+5
| | | | - Tested on NixOS
* jsoncpp: 1.8.0 -> 1.8.4Ryan Mulligan2018-02-261-2/+2
| | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 1.8.4 with grep in /nix/store/y4i1yg5dyczsifajqcmws9hv5aqy502k-jsoncpp-1.8.4 - found 1.8.4 in filename of file in /nix/store/y4i1yg5dyczsifajqcmws9hv5aqy502k-jsoncpp-1.8.4 cc "@ttuegel @cpages"
* jsoncpp: fix build on darwinCarles Pagès2017-02-041-2/+4
| | | | Also, fixed maintainer attrib
* jsoncpp: remove unused 1.6 versionCarles Pagès2017-02-031-48/+0
|
* jsoncpp: 1.7.2->1.8.0Carles Pagès2017-02-031-16/+29
| | | | | I also re-added some stuff lost in previous update (83fd63995af), like darwin support and maintainers info.
* Rename page to cpages to match githubCarles Pagès2017-01-201-1/+1
| | | | I also updated the mail.
* cpp_ethereum: init at 1.2.9artuuge2016-07-012-37/+71
| | | | | | | jsoncpp: 1.6.5 -> 1.7.2 libjson_rpc_cpp: 0.2.1 -> 0.6.0 argtable: init at 3.0.1 libcpuid: init at 0.2.2
* jsoncpp: enable and fix on darwin (#15845)Matthew Justin Bauer2016-05-311-0/+3
|
* jsoncpp: 1.6.2 -> 1.6.5William A. Kennington III2015-08-071-2/+2
|
* jsoncpp: the shared lib was not being builtCarles Pagès2015-07-131-4/+10
| | | | | | Since the last version update only the static lib was built, and even that was removed in the last commit. Fix shared ones, which is what we want. Also, add myself to maintainers.
* Merge remote-tracking branch 'origin/staging' into gcc-4.9Eelco Dolstra2015-06-011-1/+1
|\ | | | | | | | | | | | | | | Conflicts: pkgs/build-support/cc-wrapper/default.nix pkgs/development/libraries/wayland/default.nix pkgs/development/tools/build-managers/cmake/default.nix pkgs/top-level/all-packages.nix
| * Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-281-1/+1
| | | | | | | | And don't use square brackets on such lines.
* | cmake: Get rid of circular dependencyEelco Dolstra2015-05-131-7/+3
|/ | | | Also, don't install static libraries in jsoncpp.
* jsoncpp: don't rely on coreutils cpShea Levy2015-05-121-0/+9
|
* jsoncpp: 1.6.0 -> 1.6.2William A. Kennington III2015-05-011-17/+20
|
* remove jsoncpp-0.6.0-rc2Thomas Tuegel2015-03-222-50/+18
|
* make cmake-3.2 the default versionThomas Tuegel2015-03-221-1/+8
|
* add jsoncpp-1.6.0Thomas Tuegel2015-03-211-0/+24
| | | | dependency of cmake-3.2
* Add JsonCpp v0.6.0Carles Pagès2013-10-241-0/+32
Close #1112.