aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-29Bump versions to 1.4.1 for release1.4Eli Schwartz2-2/+2
2024-05-29Revert "rust: recursively pull proc-macro dependencies as well"Sam James5-27/+2
2024-05-29cuda: add test for negative `find_library()` resultDavid Seifert1-0/+4
2024-05-29cuda: fix `cuda.find_library()` hardcoded to yield trueDavid Seifert3-17/+30
2024-05-29Fix handling of C standard support for Emscripten.Ralf Gommers2-1/+16
2024-05-29cuda: add test for device linkingDavid Seifert4-0/+73
2024-05-29cuda: disable thin archives when 'cuda' is enabled globallyDavid Seifert1-1/+15
2024-05-29cuda: pass static archives to nvcc without -Xlinker= prefixDavid Seifert2-1/+13
2024-05-29cuda: add test for C++ linking of dependency('cuda')David Seifert1-1/+1
2024-05-29cuda: pull in libdir when linking C/C++David Seifert1-1/+1
2024-05-29Use correct subdir when generating processed file pathTristan Partin3-5/+29
2024-05-29use a for loop, check more linker optionsmatyalatte1-12/+26
2024-05-29vs2010backend: fix an error when using /MANIFEST:NOmatyalatte1-5/+20
2024-05-29rust: Fix warning_level=everything caseXavier Claessens1-0/+1
2024-05-29Fix compile.links for valaBen Corby2-0/+64
2024-05-29backend/ninja: Fix cases where None is passed when unexpectedDylan Baker1-4/+11
2024-05-29python: Fix header check for system methodJonathon Anderson1-1/+1
2024-05-29Fix builds with Ninja 12 and remove a 5 year old workaround.Jussi Pakkanen3-31/+12
2024-05-29compilers: Add test for correct forwarding of flags to MSVC's Clang linkersL. E. Segovia1-0/+20
2024-05-29clang: Fix tests that use /DEF for MSVC LINK.exeL. E. Segovia1-0/+7
2024-05-29compilers: Forward Meson's preference of lld-link to clang-clL. E. Segovia2-0/+15
2024-05-29linkers: Fix detection of link arguments to Clang(-cl) + MSVCL. E. Segovia2-1/+13
2024-05-29depfixer: change fix_darwin to act like fix_rpathtype_entryFabian Groffen1-32/+21
2024-05-29compilers: cpp: reduce macro pollution for stdlib macrosSam James1-15/+20
2024-05-29compilers: cpp: factor out C++ stdlib detectionSam James1-5/+8
2024-05-29Pass Environment down from BackendSam James8-16/+16
2024-05-29compilers: cpp: don't set stdlib assertion macros if already setSam James1-0/+11
2024-05-29compilers: cpp: relax assertion level for libc++Sam James1-1/+1
2024-05-29fix: set `MSAN_OPTIONS` when not set, rather than `UBSAN_OPTIONS`Christopher Dilks1-1/+1
2024-05-29compilers: cpp: improve libc++ vs libstdc++ detection (again)Sam James1-11/+8
2024-03-12Bump version number for release.1.4.0Jussi Pakkanen1-1/+1
2024-03-11Only link to generated pch object when using msvc. (#12957)Elliot3-1/+11
2024-03-11CI: pin mypy to version 1.8Dylan Baker1-1/+2
2024-03-10fix reconfigure subproject base optionsCharles Brunet8-29/+51
2024-03-10Fix detection of unknown base options in subprojCharles Brunet4-2/+9
2024-03-06cuda: respect host compiler `-Werror`David Seifert1-1/+3
2024-03-05rust: Link with rlib external dependenciesXavier Claessens4-3/+25
2024-03-04test cases/common/103 has header symbol: fix for musl 1.2.5Alyssa Ross1-4/+2
2024-03-04doc/Users: Add asteria and mcfgthreadLIU Hao1-0/+2
2024-03-03Bump version number for rc2.1.4.0rc2Jussi Pakkanen2-2/+2
2024-03-03Condense test dirs for rc2.Jussi Pakkanen273-88/+88
2024-03-03compilers: only wrap multiple input libraries with start/end groupEli Schwartz3-6/+7
2024-03-03compilers: avoid catching -Wl,-soname and wrapping with start/end groupEli Schwartz1-1/+1
2024-03-02Merge pull request #12804 from joukewitteveen/dist-rewriterJussi Pakkanen7-10/+64
2024-03-01Fix unknown base options not detected in commandline argumentsCharles Brunet3-2/+14
2024-03-01Fix base and compiler options not reconfigurable.Charles Brunet6-10/+29
2024-03-01Set PYTHONIOENCODING when running testsCharles Brunet2-1/+2
2024-03-01Revert "Fix base options not reconfigurable"Charles Brunet1-4/+2
2024-02-29rust: recursively pull proc-macro dependencies as wellXavier Claessens5-2/+27
2024-02-28nvcc: avoid adding `-Wpedantic` to compile linesDavid Seifert1-1/+7