summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-14devenv: do not use os.execv on WindowsCharles Brunet
2025-05-14docs: gender neutral pronouns for "the user"nasso
2025-05-13rust: skip doctests when build machine cannot run host binariesPaolo Bonzini
2025-05-13cross: add rustdoc to ubuntu-armhf toolchainPaolo 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-08Update Getting-meson_zh.mdDaniel
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-06test cases: add testcase for setting options from superprojectPaolo Bonzini
2025-05-06test cases: cover passing default_options together with static: truePaolo 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-05test casees: add test for cmake_proj.include_directoriesPaolo Bonzini
2025-05-05cmake: include_directories() returns an arrayPaolo Bonzini
2025-05-05docs/users: drop + from GTKDylan Baker
2025-05-05docs/users: Trim down only to highly notable projectsDylan Baker
2025-05-05docs/users: remove "not default" from XserverDylan Baker
2025-05-05docs/users: Split notable organizations from individual projectsDylan Baker
2025-05-04Add framework linking for iOS builds.Russell Keith-Magee
2025-05-04Work around the mising RECORD file with homebrew pip.Russell Keith-Magee
2025-05-04templates: add missing space to cpp templateheather7283
2025-05-03docs: disambiguate exe_wrapperAndy MacGregor
2025-05-02cpp: fix _LIBCPP_ENABLE_ASSERTIONS warningMartin Dørum
2025-05-01unittests: smoke test the backend optionsPaolo Bonzini
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-05-01docs: Update link to rust-analyzer docsM Henning
2025-04-30compilers: introduce common helper for sanity checksPaolo Bonzini