summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2025-10-06devenv: Implement prompt for fish and zshXavier Claessens
2025-10-06devenv: Respect MESON_DISABLE_PS1_OVERRIDE on Windows as wellXavier Claessens
2025-10-06Revert "compilers: refactor sanity checking code"Dylan Baker
2025-10-06Revert "compilers/asm: Store the C Compiler inside the Assembly Compilers"Dylan Baker
2025-10-06Revert "compilers/asm: Implement infrastructure for sanity checking"Dylan Baker
2025-10-06Revert "compilers/asm: Implement sanity checking code for NASM on Windows and...Dylan Baker
2025-10-06compilers/asm: Implement sanity checking code for NASM on Windows and LinuxDylan Baker
2025-10-06compilers/asm: Implement infrastructure for sanity checkingDylan Baker
2025-10-06compilers/asm: Store the C Compiler inside the Assembly CompilersDylan Baker
2025-10-06compilers: refactor sanity checking codeDylan Baker
2025-10-06compilers/asm: Move arch support check to initializerDylan Baker
2025-10-06compilers/asm: Introduce an ASMCompiler base classDylan Baker
2025-10-06devenv: DYLD_LIBRARY_PATH does not work in subshellXavier Claessens
2025-10-05vcstagger: only strip the ending newlines, not all whitespaces before and afterEric Engestrom
2025-10-05deprecate variable substitution with boolean valuesJan200101
2025-10-04utils/platform: Use a type declaration instead of default valueDylan Baker
2025-10-04utils: merge per-platform utils into `platform.py`Dylan Baker
2025-10-03cmake: warn about unknown generator expressionsJan200101
2025-10-03rust: fix detection of main filePaolo Bonzini
2025-10-03build: add `subdir` property to `CustomTargetIndex`Dylan Baker
2025-10-03build: Add get_basename to CustomTargetIndexDylan Baker
2025-10-03build: type BuildTarget.link_dependsDylan Baker
2025-10-03build: Add a property for depend_files to CustomTargetIndexDylan Baker
2025-10-03backend: fix typing of get_target_dir_relative_toDylan Baker
2025-10-02interpreter: catch '@DEPFILE@' in run_target and raise an exceptionDylan Baker
2025-10-01Use base_prefix, not prefix for iOS framework linking.Russell Keith-Magee
2025-10-01Use new naming scheme in shared libraries.Jussi Pakkanen
2025-10-01Use scheme for static libraries.Jussi Pakkanen
2025-10-01Add option to specify target naming scheme.Jussi Pakkanen
2025-10-01Split long function in shared library.Jussi Pakkanen
2025-10-01Split long function in static library.Jussi Pakkanen
2025-10-01format: fix handling whitespaces after string nodeCharles Brunet
2025-10-01Allow CustomTarget source for i18n.xgettextCharles Brunet
2025-10-01options: ensure pending subproject options are validatedPaolo Bonzini
2025-09-29env2mfile: Use a cross vapigen on Debian if availableSimon McVittie
2025-09-26modules/dlang: Fix typing issuesDylan Baker
2025-09-26Add eld in GnuLikeCompilerKushal Pal
2025-09-25mypy: low-effort addition of various missing typesEli Schwartz
2025-09-25backends: in "god function" to generate targets, early return after delegated...Eli Schwartz
2025-09-25mypy: ignore unused castEli Schwartz
2025-09-25mypy: loosen type ignoreEli Schwartz
2025-09-25remove unused function with mypy errorsEli Schwartz
2025-09-25Fix regression that made compiler detection print messages about ccacheEli Schwartz
2025-09-25mypy: fix typing looseness regression in 3.13Eli Schwartz
2025-09-25mypy: enable allow-redefinition-new and fix falloutEli Schwartz
2025-09-24ast/introspection: remove keyword arguments from build targets that are Unkno...Dylan Baker
2025-09-24format: Fix indentation with parenthesesCharles Brunet
2025-09-24compilers: clang: map -Db_vscrt to -fms-runtime-libPaolo Bonzini
2025-09-24compilers: use CRT linker arguments also for testsPaolo Bonzini
2025-09-24compilers: replace "type: ignore" with assertionsPaolo Bonzini