summary refs log tree commit diff
path: root/pkgs/development/libraries/libjson-rpc-cpp
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* libjson-rpc-cpp: enable parallel buildingOrivej Desh2017-11-17
|
* treewide: purge explicit usage of gcc6Vladimír Čunát2017-09-03
| | | | | | | | | It's now the default. /cc #19456 This makes a real build simplification, because in our current bootstrapping+aliases, `gcc6` attribute is not the default compiler but a derivation *built by* the default compiler. nix-exec didn't build before this commit already
* libjson_rpc_cpp_0_2_1: removeRobin Gloster2017-02-28
|
* libjson-rpc-cpp: 0.6.0 -> 0.7.0, fix buildRobin Gloster2017-02-28
|
* libjson_rpc_cpp: disable format hardeningRobin Gloster2016-08-02
|
* cpp_ethereum: init at 1.2.9artuuge2016-07-01
| | | | | | | 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
* libjson-rpc-cpp: minor fixes to the expression.Carles Pagès2013-12-13
|
* Add libjson-rpc-cpp-0.2.1Carles Pagès2013-10-14