summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06docs: fix meson.build example for cementing a version from VCSChris Mayo
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-05Document that custom_target outputs cannot be in a subdirectorySupreeeme
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-01Add documentation for naming scheme.Jussi Pakkanen
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