Nick Cao
27898b6928
jsoncpp: disable tests when cross compiling
2022-01-01 12:14:45 +08:00
Felix Buehler
e023025ee0
various: cleanup of "inherit version;"
2021-07-17 22:39:35 +02:00
Martin Weinelt
7bd65d54f7
treewide: remove nand0p as maintainer
...
While looking at the sphinx package I noticed it was heavily
undermaintained, which is when we noticed nand0p has been inactive for
roughly 18 months. It is therefore prudent to assume they will not be
maintaining their packages, modules and tests.
- Their last contribution to nixpkgs was in 2019/12
- On 2021/05/08 I wrote them an email to the address listed in the
maintainer-list, which they didn't reply to.
2021-05-17 01:50:49 +02:00
ajs124
e86de0a95d
jsoncpp: python2 -> python3
2021-03-03 01:22:11 +01:00
Alyssa Ross
a5cbb726c2
jsoncpp: fix version in jsoncpp.pc
...
Without this patch, the version is blank, and so pkg-config version
constraints don't work.
See <https://github.com/open-source-parsers/jsoncpp/issues/1235 >.
2021-02-07 15:46:42 +00:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
CrystalGamma
f352109086
jsoncpp: 1.9.2 -> 1.9.4
...
Merges both patches previously applied. Also seems to change the path that the library is written to.
2020-11-02 16:02:51 +01:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Ben Wolsieffer
5b37e8cf1a
jsoncpp: fix generated pkg-config file
2020-07-06 12:54:41 -04:00
Andrew Childs
65d4935c0d
jsoncpp: fix build on 32-bit arm
2020-05-03 11:02:34 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Anders Kaseorg
3cd8ce3bce
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
...
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>
2020-01-15 09:47:03 +01:00
Mario Rodas
59edab3a47
jsoncpp: fix build on aarch64
2019-12-19 16:56:01 +01:00
R. RyanTM
256a3735ec
jsoncpp: 1.9.1 -> 1.9.2
2019-12-01 18:52:07 +01:00
R. RyanTM
93d6d032f2
jsoncpp: 1.9.0 -> 1.9.1
...
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
2019-08-04 06:31:31 -07:00
Will Dietz
520f8464b0
jsoncpp: 1.8.4 -> 1.9.0
2019-07-09 07:00:31 -05:00
Fernando J Pando
b5458aadc6
jsoncpp: 1.8.4 add cmake support
...
- Tested on NixOS
2019-04-20 09:26:21 -04:00
Ryan Mulligan
e1e1c804d8
jsoncpp: 1.8.0 -> 1.8.4
...
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"
2018-02-26 19:39:52 -08:00
Carles Pagès
67dcb6aa4c
jsoncpp: fix build on darwin
...
Also, fixed maintainer attrib
2017-02-04 19:05:12 +01:00
Carles Pagès
ba596c9ce9
jsoncpp: remove unused 1.6 version
2017-02-03 13:21:57 +01:00
Carles Pagès
0cde365745
jsoncpp: 1.7.2->1.8.0
...
I also re-added some stuff lost in previous update (83fd63995a
), like
darwin support and maintainers info.
2017-02-03 13:21:56 +01:00
Carles Pagès
fd400ced6b
Rename page to cpages to match github
...
I also updated the mail.
2017-01-20 16:55:29 +01:00
artuuge
83fd63995a
cpp_ethereum: init at 1.2.9
...
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
2016-07-01 19:14:00 +02:00
Matthew Justin Bauer
9dd563bb12
jsoncpp: enable and fix on darwin ( #15845 )
2016-05-31 16:59:41 +02:00
William A. Kennington III
8dd3ee6bae
jsoncpp: 1.6.2 -> 1.6.5
2015-08-07 14:42:45 -07:00
Carles Pagès
3cee0c8524
jsoncpp: the shared lib was not being built
...
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.
2015-07-13 14:31:48 +02:00
Eelco Dolstra
553abf71ba
Merge remote-tracking branch 'origin/staging' into gcc-4.9
...
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
2015-06-01 20:08:43 +02:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Eelco Dolstra
26f17ee091
cmake: Get rid of circular dependency
...
Also, don't install static libraries in jsoncpp.
2015-05-13 18:17:26 +02:00
Shea Levy
7e1286bf01
jsoncpp: don't rely on coreutils cp
2015-05-12 16:28:07 -04:00
William A. Kennington III
3550d117cc
jsoncpp: 1.6.0 -> 1.6.2
2015-05-01 22:26:55 -07:00
Thomas Tuegel
143aa5aa17
remove jsoncpp-0.6.0-rc2
2015-03-22 17:05:12 -05:00
Thomas Tuegel
a910301e18
make cmake-3.2 the default version
2015-03-22 17:00:46 -05:00
Thomas Tuegel
19a4fc2b46
add jsoncpp-1.6.0
...
dependency of cmake-3.2
2015-03-21 12:32:12 -05:00
Carles Pagès
b66e1808ef
Add JsonCpp v0.6.0
...
Close #1112 .
2013-10-24 11:12:31 +03:00