summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-29Bump versions to 1.4.1 for release1.4.1Eli Schwartz
2024-05-29cuda: add test for late `add_languages('cuda')`David Seifert
2024-05-29cuda: disable thin archives when cuda is added through `add_languages('cuda')...David Seifert
2024-05-29tests: don't expect msys2 llvm cmake tests to skip with llvm 18Christoph Reiter
2024-05-29CI: clean up azure triggersEli Schwartz
2024-05-29CI: Windows: downgrade rust to 1.77Eli Schwartz
2024-05-29pylint: fix useless-returnEli Schwartz
2024-05-29pylint: fix false positive for variable defined in different copies of condit...Eli Schwartz
2024-05-29pylint: ignore possibly/used-before-assignment as it is prone to FPEli Schwartz
2024-05-29pylint: fix false positive for missing else branchEli Schwartz
2024-05-29dependencies/boost: Add new homebrew rootDylan Baker
2024-05-29tests: bump C++ requirement of has_header_symbolDylan Baker
2024-05-29CI/MacOS: move some things out of the run script into the env keyDylan Baker
2024-05-29CI/MacOS: add missing packagesDylan Baker
2024-05-29CI/MacOS: Fix paths that have changed from /usr/local to /opt/homebrewDylan Baker
2024-05-29CI/MacOS: switch the Qt4 job to run on an Intel MacDylan Baker
2024-05-29tests: fix missing dependency causing flaky build failureEli Schwartz
2024-05-29allow any alternative python freeze tool to work with mesonEli Schwartz
2024-05-29compilers: fix crash when compiler check returns None outputEli Schwartz
2024-05-29mesonlib: Fix bug in relpath return values found by mypyNirbheek Chauhan
2024-05-29devenv: Don't use Path.relative_to() to resolve relative pathsNirbheek Chauhan
2024-05-29environment: update Debian development version in get_llvm_tool_names()Sam James
2024-05-29environment: fix LLVM 18 support in get_llvm_tool_names()Sam James
2024-05-29tests: Fix unit tests with high parallelismJan Alexander Steffens (heftig)
2024-05-29unittests: Add a helper for copying source treesDylan Baker
2024-05-29Revert "rust: recursively pull proc-macro dependencies as well"Sam James
2024-05-29cuda: add test for negative `find_library()` resultDavid Seifert
2024-05-29cuda: fix `cuda.find_library()` hardcoded to yield trueDavid Seifert
2024-05-29Fix handling of C standard support for Emscripten.Ralf Gommers
2024-05-29cuda: add test for device linkingDavid Seifert
2024-05-29cuda: disable thin archives when 'cuda' is enabled globallyDavid Seifert
2024-05-29cuda: pass static archives to nvcc without -Xlinker= prefixDavid Seifert
2024-05-29cuda: add test for C++ linking of dependency('cuda')David Seifert
2024-05-29cuda: pull in libdir when linking C/C++David Seifert
2024-05-29Use correct subdir when generating processed file pathTristan Partin
2024-05-29use a for loop, check more linker optionsmatyalatte
2024-05-29vs2010backend: fix an error when using /MANIFEST:NOmatyalatte
2024-05-29rust: Fix warning_level=everything caseXavier Claessens
2024-05-29Fix compile.links for valaBen Corby
2024-05-29backend/ninja: Fix cases where None is passed when unexpectedDylan Baker
2024-05-29python: Fix header check for system methodJonathon Anderson
2024-05-29Fix builds with Ninja 12 and remove a 5 year old workaround.Jussi Pakkanen
2024-05-29compilers: Add test for correct forwarding of flags to MSVC's Clang linkersL. E. Segovia
2024-05-29clang: Fix tests that use /DEF for MSVC LINK.exeL. E. Segovia
2024-05-29compilers: Forward Meson's preference of lld-link to clang-clL. E. Segovia
2024-05-29linkers: Fix detection of link arguments to Clang(-cl) + MSVCL. E. Segovia
2024-05-29depfixer: change fix_darwin to act like fix_rpathtype_entryFabian Groffen
2024-05-29compilers: cpp: reduce macro pollution for stdlib macrosSam James
2024-05-29compilers: cpp: factor out C++ stdlib detectionSam James
2024-05-29Pass Environment down from BackendSam James