summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-29rewritetests.py: Ignore order of listed sourcesVolker Weißmann
2025-05-29Refactoring and removal of dead codeVolker Weißmann
2025-05-29parser: Fix colno after multiline stringsVolker Weißmann
2025-05-29AstPrinter: Add parenthesis where neccessaryVolker Weißmann
2025-05-29parser: Simplify precedence levelsVolker Weißmann
2025-05-29AstPrinter: Use str.translate instead of str.replaceVolker Weißmann
2025-05-29rewriter: Don't ignore the `name_prefix` kwargVolker Weißmann
2025-05-26vs2010backend: fix EmbedManifest state when /MANIFEST:EMBED is usedPeter Harris
2025-05-26vs2010backend: Escape linker argumentsPeter Harris
2025-05-25ci: ubuntu-rolling: update for zig distfile renamingSam James
2025-05-25tests: don't skip frameworks/17 mpi for auto/pkgconfigSam James
2025-05-25Unbreak "Fix setuptools 49 test. (fixes #7452)"Eli Schwartz
2025-05-23cmake: Fix toolchain including unsupported languagesL. E. Segovia
2025-05-23options: process project options before machine optionsPaolo Bonzini
2025-05-23ci: do not update pip on macosPaolo Bonzini
2025-05-23gnome: initialize CFLAGS environment variable to linker argumentsPaolo Bonzini
2025-05-23gnome: fix typo in creating gir flagsPaolo Bonzini
2025-05-23vulkan: Add regression test with VULKAN_SDK variableArjan Molenaar
2025-05-23vulkan: Extract Vulkan version in SDK pathArjan Molenaar
2025-05-23vulkan: Make VK_SDK_PATH optionalArjan Molenaar
2025-05-22Use two hashes in snippet.Jussi Pakkanen
2025-05-22docs: Add response files entryL. E. Segovia
2025-05-22support .version() for overridden executablesFlorian "sp1rit"​
2025-05-22gnome.mkenums: Allow passthrough of ExternalPrograms to enable converting onl...L. E. Segovia
2025-05-22gnome.mkenums: Use rspfiles on Windows when possibleL. E. Segovia
2025-05-21options: accept build options in --reconfigure or "meson configure"Paolo Bonzini
2025-05-21options: accept compiler and built-in options in --reconfigure and "meson con...Paolo Bonzini
2025-05-21options: commonize code to accept unknown optionsPaolo Bonzini
2025-05-21options: remove unnecessary Union[OptionKey, str]Paolo Bonzini
2025-05-21cuda: add test for libs in stubs/David Seifert
2025-05-21cuda: look for stubbed libraries tooDavid Seifert
2025-05-21cuda: avoid `-l` arguments for linkingDavid Seifert
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