about summary refs log tree commit diff
path: root/pkgs/test/cc-wrapper/default.nix
AgeCommit message (Expand)AuthorFilesLines
2023-11-16tests.cc-wrapper: add atomics testArtturin1-1/+10
2023-09-18tests.cc-wrapper.supported: add test for cxxabi headerArtturin1-0/+7
2023-09-07tests.cc-wrapper: show command output on different lineArtturin1-10/+10
2023-09-07tests.cc-wrapper: show more prominently what cc is being testedArtturin1-1/+5
2023-05-03cc-wrapper-test: add tests for `--`Rahul Butani1-0/+23
2022-12-25cc-wrapper-test: add workaround for asan allocation errorNick Cao1-1/+1
2022-12-25cc-wrapper-test: do not test sanitizers when cross compilingNick Cao1-1/+1
2022-12-25cc-wrapper-test: do not test sanitizers on darwinNick Cao1-1/+1
2022-12-25cc-wrapper-test: support cross compilersNick Cao1-11/+12
2021-05-23cc-wrapper: don't set rpath on static-pie executablesJörg Thalheim1-2/+1
2021-01-24treewide: stdenv.lib -> libPavol Rusnak1-10/+10
2020-12-27bintools-wrapper: skip dynamic linker for static binariesJörg Thalheim1-4/+19
2020-12-21Revert "bintools-wrapper: skip dynamic linker for static binaries"Vladimír Čunát1-19/+4
2020-12-14tests.cc-wrapper: disable static compilation macOSJörg Thalheim1-8/+11
2020-12-14bintools-wrapper: skip dynamic linker for static binariesJörg Thalheim1-4/+16
2020-07-23stdenv: make -nostdinc work as intendedJörg Thalheim1-0/+8
2018-06-18Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson1-2/+4
2018-06-18tests.cc-wrapper: Fix sanitizer conditionJohn Ericson1-2/+4
2018-06-14llvm 5: split out compiler-rt and remove libcxxabi depJohn Ericson1-1/+1
2018-06-14llvm 6: Fix libcxxabi impurity and darwin sanitizersJohn Ericson1-1/+1
2018-06-06tests.cc-wrapper: do not test sanitizers on darwinOrivej Desh1-1/+2
2018-05-30tests.cc-wrapper: skip known-broken sanitizer casesBenjamin Saunders1-7/+13
2018-05-24clang_6: fix sanitizers under libstdc++Benjamin Saunders1-2/+0
2018-05-24tests.cc-wrapper: verify building with sanitizersBenjamin Saunders1-0/+5
2017-09-13treewide: Use `*Platform.extensions`John Ericson1-5/+6
2017-09-10nixpkgs-tests: add basic test for cc-wrapperDaiderd Jordan1-0/+45