summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-21compilers: add option for ignoring system dirsDavid Seifert
2025-05-21wrap: Support gzip Content-Encoding when fetching WrapDB metadataBenjamin Gilbert
2025-05-20Update email address in .mailmap.Jussi Pakkanen
2025-05-20CI: always install llvm for MSYS2Christoph Reiter
2025-05-19docs: Note that debug=false does not define NDEBUGPaul Caprioli
2025-05-15docs: mention masm support in release notesZephyr Lykos
2025-05-15test masm compilation on vs backendZephyr Lykos
2025-05-15vs2010backend: Initial MASM language supportZephyr Lykos
2025-05-15coredata: remove unused argumentsPaolo Bonzini
2025-05-15coredata: assert compiler OptionKeys have the right shapePaolo Bonzini
2025-05-15introspection: do not reinvent process_compiler_optionsPaolo Bonzini
2025-05-15unittests: add minimal coverage of --buildtype=customPaolo Bonzini
2025-05-15options: "custom" buildtype does not trigger changes in debug or optimization...Paolo Bonzini
2025-05-15add test case for setting options from reconfigurePaolo Bonzini
2025-05-15msetup: update coredata if options are passed together with --reconfigurePaolo Bonzini
2025-05-15mconf: extract option processing to CoreData.set_from_configure_commandPaolo Bonzini
2025-05-15mconf: remove dead functionPaolo Bonzini
2025-05-15unittests: add test for CFLAGS in linker command linePaolo Bonzini
2025-05-15options: restore special behavior of CFLAGS vs. c_argsPaolo Bonzini
2025-05-15environment: move a comment aroundPaolo Bonzini
2025-05-15environment: split list of important environment variables to a constantPaolo Bonzini
2025-05-14Skip gettext extractor on macos because it is unstableCharles Brunet
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