summaryrefslogtreecommitdiff
path: root/pkgs/development/tools/boost-build/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* boost-build: fix darwin buildStéphan Kochen2021-05-111-0/+5
* boost-build: 2016.03 -> 4.4.1•••The symlink bjam is created for backwards compatibility. See https://boostorg.github.io/build/manual/master/index.html#bbv2.faq.names. Robert Schütz2021-03-241-12/+17
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-231-3/+3
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* boost-build: drop spurious version infixJörg Thalheim2017-06-281-1/+1
* boost-build: update to version 2016.03tkatchev2017-06-271-21/+11
* Use general hardening flag toggle lists•••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 Franz Pletz2016-03-051-1/+1
* boost-build: turn off format hardeningRobin Gloster2016-02-091-0/+2
* Turn more licenses into lib.licenses style•••Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739 Mateusz Kowalczyk2014-11-061-1/+1
* boost-build: Add derivationWilliam A. Kennington III2014-09-211-0/+44