summary refs log tree commit diff
path: root/pkgs/build-support/cc-wrapper/cc-wrapper.sh
Commit message (Expand)AuthorAge
* cc-wrapper: don't set rpath on static-pie executablesJörg Thalheim2021-05-23
* cc-wrapper.sh: make -nostdlib disable the standard C++ library, but not its i...Dmitry Kalinkin2021-05-02
* cc-wrapper.sh: rename variables cpp -> cxxDmitry Kalinkin2021-05-02
* Revert "cc-wrapper: -nostdlib does not imply -nostdinc++"Dmitry Kalinkin2021-05-02
* cc-wrapper: -nostdlib does not imply -nostdinc++Thomas Tuegel2021-03-20
* cc-wrapper: remove quoting of response fileAndrew Childs2021-03-09
* Merge pull request #112449 from angerman/angerman/response-filesJohn Ericson2021-03-06
|\
| * Update pkgs/build-support/cc-wrapper/cc-wrapper.shMoritz Angermann2021-02-26
| * responsie file logicMoritz Angermann2021-02-09
* | bintools-wrapper: skip dynamic linker for static binariesJörg Thalheim2020-12-27
* | Revert "bintools-wrapper: skip dynamic linker for static binaries"Vladimír Čunát2020-12-21
* | bintools-wrapper: skip dynamic linker for static binariesJörg Thalheim2020-12-14
* | stdenv: make -nostdinc work as intendedJörg Thalheim2020-07-23
* | C++ Compilers: Systematize handling of standard librariesJohn Ericson2020-06-22
* | *-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson2020-05-12
* | cc-wrapper: add (partial) support for clang -cc1Craig Hall2019-09-01
* | cc-wrapper: make machine configuration configurableMatthew Bauer2019-04-20
* | Re-Revert "Merge #44221: default for NIX_CXXSTDLIB_COMPILE"Vladimír Čunát2018-07-31
* | Merge pull request #40139 from obsidiansystems/modular-setup-hooksJohn Ericson2018-05-07
|\ \
| * | {bintools,cc}-wrapper: Factor out role accumulation logicJohn Ericson2018-05-07
| * | Revert "Merge pull request #28029 from cstrahan/hardening-fix"Matthew Bauer2018-04-10
| * | hardening: ld wrapper changes, setup-hook, etcCharles Strahan2018-03-06
| * | hardening: initial cross supportCharles Strahan2018-03-06
| * | hardening: allow user supplied flags to overrideCharles Strahan2018-03-06
| |/
* / Revert "Revert "Merge pull request #28029 from cstrahan/hardening-fix""John Ericson2018-04-11
|/
* bintools-wrapper: InitJohn Ericson2017-12-13
* cc-wrapper: Don't treat "-" alone as a flagJohn Ericson2017-12-13
* cc-wrapper: Pull variable mangler into utils.shJohn Ericson2017-12-13
* cc-wrapper: disable POSIX compatibilityNikolay Amiantov2017-11-05
* cc-wrapper: Clean up dynamic linking with x86 multilibJohn Ericson2017-09-28
* cc-wrapper: Add `set -x` tracing for NIX_DEBUG >= 7John Ericson2017-09-26
* treewide: Use `(( "${NIX_DEBUG:-0}" >= 1) ))` consistentlyJohn Ericson2017-09-26
* Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"Eelco Dolstra2017-09-07
* binutils-wrapper: InitJohn Ericson2017-09-01
* cc-wrapper: Pull variable mangler into utils.shJohn Ericson2017-09-01
* cc-wrapper: Clean up dynamic linking with x86 multilibJohn Ericson2017-09-01
* cc-wrapper: Remove {START,EXEC}_HOOKJohn Ericson2017-08-31
* cc-wrapper: Remove redundant hardeningJohn Ericson2017-08-30
* cc-wrapper: Improve `set -u` complianceJohn Ericson2017-08-14
* cc-wrapper: Use `set -u` throughoutJohn Ericson2017-08-07
* cc-wrapper: Unconditionally use @infixSalt@ accross the boardJohn Ericson2017-08-07
* cc-wrapper: Pass shellcheck and other cleanupsJohn Ericson2017-08-04
* cc-wrapper/ld-wrapper: Minor speedup in string concatenationEelco Dolstra2017-07-24
* Merge branch 'response-files' of git://github.com/corngood/nixpkgs into stagingShea Levy2016-10-31
|\
| * cc-wrapper: expand response filesDavid McFarland2016-10-31
* | Merge branch 'hardened-stdenv' into stagingobadz2016-08-22
|\ \
| * | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
| |\|
| * | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-07
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-03-28
| |\ \ \
| * | | | cc-wrapper: Check if ld supports -z, fixes darwinFranz Pletz2016-03-07