aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2024-07-10Bump versions to 1.4.2 for release1.4.2Eli Schwartz1-1/+1
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ński1-2/+4
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-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-05-29Bump versions to 1.4.1 for release1.4.1Eli Schwartz1-1/+1
2024-05-29cuda: disable thin archives when cuda is added through `add_languages('cuda')...David Seifert2-8/+11
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: fix false positive for missing else branchEli Schwartz1-1/+1
2024-05-29dependencies/boost: Add new homebrew rootDylan Baker1-2/+7
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-29Revert "rust: recursively pull proc-macro dependencies as well"Sam James1-0/+2
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 Gommers1-0/+10
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: pull in libdir when linking C/C++David Seifert1-1/+1
2024-05-29Use correct subdir when generating processed file pathTristan Partin1-5/+1
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 Corby1-0/+40
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-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-10fix reconfigure subproject base optionsCharles Brunet5-20/+40
2024-03-10Fix detection of unknown base options in subprojCharles Brunet1-1/+1