summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/boost-build
AgeCommit message (Collapse)Author
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-06-28boost-build: drop spurious version infixJörg Thalheim
2017-06-27boost-build: update to version 2016.03tkatchev
2016-03-05Use general hardening flag toggle listsFranz Pletz
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-09boost-build: turn off format hardeningRobin Gloster
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-09-21boost-build: Add derivationWilliam A. Kennington III