summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2025-05-14devenv: do not use os.execv on WindowsCharles Brunet
2025-05-13rust: skip doctests when build machine cannot run host binariesPaolo Bonzini
2025-05-13cpp: Fix cpp_std=vc++14Peter Harris
2025-05-11mdist.py: Import gzip only when neededHenrik Lindström
2025-05-11compilers/rust: fix syntax of has_argument checksDaniel Foster
2025-05-07interpreter: reintroduce a convertor for override_options and default_optionsPaolo Bonzini
2025-05-07interpreterbase: allow any return type for convertorsPaolo Bonzini
2025-05-07options: store augments as OptionKeysPaolo Bonzini
2025-05-07options: do not go back to list representationPaolo Bonzini
2025-05-07options: support non-string data types in more placesPaolo Bonzini
2025-05-07ast: clean up handling of default optionsPaolo Bonzini
2025-05-07options: early convert project default options to dictionaryPaolo Bonzini
2025-05-07options: fix type for OptionStore.augmentsPaolo Bonzini
2025-05-07options: tighten types for validating optionsPaolo Bonzini
2025-05-07options: machine_file_options keys are always OptionKeysPaolo Bonzini
2025-05-07interpreter: rename default_project_optionsPaolo Bonzini
2025-05-07options: fix "deprecated" with dictionary argument and non-string typesPaolo Bonzini
2025-05-06interpreter: allow passing default default_options to do_subprojectPaolo Bonzini
2025-05-06interpreter: convert subproject default options to dictionaryPaolo Bonzini
2025-05-06options: fix types for initialize_from_subproject_callPaolo Bonzini
2025-05-06options: allow setting subproject options in subproject() callPaolo Bonzini
2025-05-06options: set subproject options as augmentsPaolo Bonzini
2025-05-06dependencies/python: Fix Framework Python when pkg-config is installedDaniele Nicolodi
2025-05-06dependencies/python: Replace non-breakable space with spaceDaniele Nicolodi
2025-05-06Add license keyword to pkgconfig generateCharles Brunet
2025-05-06do not use len to check emptynessCharles Brunet
2025-05-05parser: update position when reporting lexer errors for unrecognized tokenEli Schwartz
2025-05-05more explicit error message for unrecognized lexer tokenCharles Brunet
2025-05-05cmake: include_directories() returns an arrayPaolo Bonzini
2025-05-04Add framework linking for iOS builds.Russell Keith-Magee
2025-05-04templates: add missing space to cpp templateheather7283
2025-05-02cpp: fix _LIBCPP_ENABLE_ASSERTIONS warningMartin Dørum
2025-05-01interpreter: add backend options before validating the command line optionsPaolo Bonzini
2025-05-01options: extract validation of command line optionsPaolo Bonzini
2025-05-01options: tighten type of cmd_line_optionsPaolo Bonzini
2025-04-30compilers: introduce common helper for sanity checksPaolo Bonzini
2025-04-30compilers: clike: log output of sanity checkPaolo Bonzini
2025-04-29Fix meson format with multi line parenthesized expressionsWill Ayd
2025-04-28Bump version number for new development.Jussi Pakkanen
2025-04-28Bump version number for release.Jussi Pakkanen
2025-04-24Bump version number for rc2.Jussi Pakkanen
2025-04-24interpreter: do not use pathlib for DependencyVariableString creationPaolo Bonzini
2025-04-24coredata: remove unnecessary use of env.optionsPaolo Bonzini
2025-04-24options: subproject system options require the global onesPaolo Bonzini
2025-04-24options: strengthen typing for add_system_option_internalPaolo Bonzini
2025-04-24options: use early returnPaolo Bonzini
2025-04-23interpreter: fix interaction between option refactor and b_sanitizeDylan Baker
2025-04-23interpreter: remove dead code from func_get_optionDylan Baker
2025-04-23interpreter: Remove accidental annotations changes for func_get_optionDylan Baker
2025-04-23determine_windows_extra_paths: sort internal dependencies firstLuca Bacci