summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2025-10-06unittests: do not use coredata.set_optionPaolo Bonzini
2025-10-06interpreter: unify and specialize code to set backend optionsPaolo Bonzini
2025-10-06interpreter: do not use coredata.set_optionPaolo Bonzini
2025-10-06interpreter, options: inline get_default_for_b_optionPaolo Bonzini
2025-10-06options: make is_base_option stricterPaolo Bonzini
2025-10-06options: remove set_value_objectPaolo Bonzini
2025-10-06options: remove dead codePaolo Bonzini
2025-10-06options: merge duplicate loops into onePaolo Bonzini
2025-10-06environment: remove dead codePaolo Bonzini
2025-10-06introspection: remove dead codePaolo Bonzini
2025-10-06coredata: remove dead code to set optimization and debugPaolo Bonzini
2025-10-06coredata: remove dead code to copy over build optionsPaolo Bonzini
2025-10-06hotdoc: remove HotdocTargetBuilder.get_valuePaolo Bonzini
2025-10-06options: replace get_value with get_value_forPaolo Bonzini
2025-10-06vcstagger: suppress errors when running vcs_tag() outside of a vcs clone (eg....Eric Engestrom
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