aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-10Bump versions to 1.4.2 for release1.4.2Eli Schwartz2-2/+2
2024-07-10nasm: Add -mms-bitfields to the list of ignored flagsL. E. Segovia1-1/+1
2024-07-10linkers: Loosen the check for GNU interface style in LLD for WindowsMartin Storsjö1-1/+1
2024-07-10linkers: Fix AppleDynamicLinker not returning any rpaths to removePiotr Brzeziński8-2/+43
2024-07-10depfixer: fix darwin regression when install rpaths are usedEli Schwartz1-1/+1
2024-07-10limit wrapped-due-to-env special case for `env` to only apply for env.setEli Schwartz2-2/+8
2024-07-10Test case for environment prepend/append acting like setNils Werner1-0/+12
2024-07-10compilers: cpp: fix header name and return value use in header checkBarnabás Pőcze1-1/+1
2024-07-10Fix subproject typo in interpreter.pyTomas Popela1-1/+1
2024-07-10Improve `nm` usage in symbolextractor script on macOSRalf Gommers1-3/+4
2024-07-10BUG: Use an F77 snippet for sanity testing FortranRohit Goswami1-2/+2
2024-07-10CI: make cuda tests even run to begin withEli Schwartz3-6/+3
2024-07-10cuda: avoid test failure without GPU availableDavid Seifert1-2/+6
2024-05-29Bump versions to 1.4.1 for release1.4.1Eli Schwartz2-2/+2
2024-05-29cuda: add test for late `add_languages('cuda')`David Seifert1-1/+4
2024-05-29cuda: disable thin archives when cuda is added through `add_languages('cuda')...David Seifert2-8/+11
2024-05-29tests: don't expect msys2 llvm cmake tests to skip with llvm 18Christoph Reiter1-2/+2
2024-05-29CI: clean up azure triggersEli Schwartz1-2/+2
2024-05-29CI: Windows: downgrade rust to 1.77Eli Schwartz1-6/+7
2024-05-29pylint: fix useless-returnEli Schwartz2-2/+1
2024-05-29pylint: fix false positive for variable defined in different copies of condit...Eli Schwartz1-1/+2
2024-05-29pylint: ignore possibly/used-before-assignment as it is prone to FPEli Schwartz1-0/+3
2024-05-29pylint: fix false positive for missing else branchEli Schwartz1-1/+1
2024-05-29dependencies/boost: Add new homebrew rootDylan Baker1-2/+7
2024-05-29tests: bump C++ requirement of has_header_symbolDylan Baker1-1/+4
2024-05-29CI/MacOS: move some things out of the run script into the env keyDylan Baker1-1/+1
2024-05-29CI/MacOS: add missing packagesDylan Baker1-2/+2
2024-05-29CI/MacOS: Fix paths that have changed from /usr/local to /opt/homebrewDylan Baker1-10/+10
2024-05-29CI/MacOS: switch the Qt4 job to run on an Intel MacDylan Baker1-1/+3
2024-05-29tests: fix missing dependency causing flaky build failureEli Schwartz1-2/+2
2024-05-29allow any alternative python freeze tool to work with mesonEli Schwartz1-2/+5
2024-05-29compilers: fix crash when compiler check returns None outputEli Schwartz1-1/+1
2024-05-29mesonlib: Fix bug in relpath return values found by mypyNirbheek Chauhan1-2/+2
2024-05-29devenv: Don't use Path.relative_to() to resolve relative pathsNirbheek Chauhan1-2/+2
2024-05-29environment: update Debian development version in get_llvm_tool_names()Sam James1-1/+1
2024-05-29environment: fix LLVM 18 support in get_llvm_tool_names()Sam James1-0/+1
2024-05-29tests: Fix unit tests with high parallelismJan Alexander Steffens (heftig)1-12/+9
2024-05-29unittests: Add a helper for copying source treesDylan Baker1-0/+23
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