about summary refs log tree commit diff
path: root/pkgs/build-support/cc-wrapper
AgeCommit message (Expand)AuthorFilesLines
2024-01-21cc-wrapper, clang: use new mechanism to selectively unsupport zerocallusedregsRobert Scott1-1/+10
2024-01-20cc-wrapper: add zerocallusedregs hardening flagRobert Scott1-1/+5
2024-01-20Merge master into staging-nextgithub-actions[bot]1-26/+0
2024-01-20cc-wrapper: relocate proprietary-compiler-specific materialAdam Joseph1-19/+0
2024-01-20cc-wrapper: revert speculative commentaryAdam Joseph1-7/+0
2024-01-18cc-wrapper: drop no-longer-necessary hackAdam Joseph1-2/+2
2024-01-12cc-wrapper: cxxStdlib: expose solib and package separatelySomeone Serge1-4/+7
2024-01-12cc-wrapper: expose the c++ std library being usedRahul Butani1-0/+26
2023-12-09mkDerivation, bintools-wrapper: move defaultHardeningFlags determination to b...Robert Scott4-4/+8
2023-12-03avrlibc: hook up libdir for cc-wrapperpennae1-6/+0
2023-10-23Merge pull request #253194 from risicle/ris-nix-hardening-enable-fortify3-imp...Robert Scott1-1/+8
2023-10-23Merge staging-next into staginggithub-actions[bot]1-5/+65
2023-10-23cc-wrapper: fix -mtune= validation, add ARM, add fallbacksAdam Joseph1-5/+65
2023-10-05cc-wrapper: Use MacOS compatible mktemp commandAndreas Herrmann1-1/+1
2023-09-28cc-wrapper: ensure NIX_HARDENING_ENABLE fortify3 implies fortify tooRobert Scott1-1/+8
2023-09-20Merge pull request #255488 from natto1784/libcxxabiArtturi1-0/+1
2023-09-19Merge pull request #253116 from pwaller/fix-static-linktypeArtturi1-1/+1
2023-09-18cc-wrapper: add libcxxabi include flag for LLVMAmneesh Singh1-0/+1
2023-09-07Merge pull request #192459 from danielfullmer/fix-cc-wrapper-libdirArtturi1-1/+3
2023-09-03cc-wrapper: Account for NIX_LDFLAGS and NIX_CFLAGS_LINK in linkTypePeter Waller1-1/+1
2023-08-31win-dll-links: also copy dll from dependenciesbrano5431-1/+10
2023-08-28cc-wrapper: don't use fortify-headers for non-gcc compilersRobert Scott1-1/+1
2023-08-20Merge staging-next into staginggithub-actions[bot]1-1/+1
2023-08-20Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-08-19cc-wrapper: add fortify flags after invocation args, not beforeRobert Scott2-13/+18
2023-08-12Merge branch 'master' into stdenv.cc.libcxxYang, Bo8-78/+286
2023-08-06cc-wrapper: include fortify-headers before libc includes for muslRobert Scott1-0/+18
2023-08-02Merge pull request #245282 from reckenrode/gccStdenv-fixWeijia Wang1-2/+5
2023-08-01cc-wrapper: use a temporary file for reponse fileRandy Eckenrode1-2/+5
2023-07-26Merge #243595: cc-wrapper: -fwrapv instead of -fno-strict-overflow in clangVladimír Čunát2-2/+14
2023-07-22Merge pull request #239624 from Stunkymonkey/use-optionalString-thenFelix Bühler1-7/+7
2023-07-17cc-wrapper: use -fwrapv instead of -fno-strict-overflow in clangTheodore Ni2-2/+14
2023-07-06Merge #224822: hardening flags: enable fortify3 by defaultVladimír Čunát1-1/+1
2023-07-06Merge pull request #239331 from pwaller/fix-pie-hardeningArtturi1-1/+1
2023-07-05Merge pull request #239120 from LibreCybernetics/arch-stuffArtturi1-2/+14
2023-06-25treewide: use optionalAttrs instead of 'else {}'Felix Buehler1-2/+2
2023-06-25hardening flags: enable fortify3 by defaultRobert Scott1-1/+1
2023-06-24treewide: use optionalString instead of 'then ""'Felix Buehler1-7/+7
2023-06-24lib.systems.architectures: add microarchitecture levelsFabián Heredia Montiel1-2/+14
2023-06-23build-support: Use response-expanded params in pie testPeter Waller1-1/+1
2023-06-19Merge pull request #237167 from CHN-beta/masterSandro1-0/+2
2023-06-16lib.systems: add znver4 architectureFabián Heredia Montiel1-0/+3
2023-06-11stdenv: add alderlake supportchn1-0/+2
2023-06-11Merge #235610: cc-wrapper: try to better guess meta.mainProgramVladimír Čunát1-0/+1
2023-06-07gcj: fix compilerJack Leightcap1-2/+2
2023-06-02cc-wrapper: try to better guess meta.mainProgramVladimír Čunát1-0/+1
2023-05-19pkgs: fix typosfigsoda1-1/+1
2023-05-09Merge staging-next into staginggithub-actions[bot]1-3/+3
2023-05-09cc-wrapper: when merging gcc32 and gcc64, merge libgcc as wellAdam Joseph1-3/+3
2023-05-03cc-wrapper: support `--`Rahul Butani1-0/+18