summary refs log tree commit diff stats
path: root/python/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-18build: move compiler version check to mesonPaolo Bonzini2-25/+20
2023-05-18build: move remaining compiler flag tests to mesonPaolo Bonzini2-69/+62
2023-05-18build: move warning flag selection to mesonPaolo Bonzini3-109/+48
2023-05-18build: move stack protector flag selection to mesonPaolo Bonzini4-43/+34
2023-05-18build: move coroutine backend selection to mesonPaolo Bonzini7-65/+38
2023-05-18build: move SafeStack tests to mesonPaolo Bonzini4-73/+32
2023-05-18build: move sanitizer tests to mesonPaolo Bonzini7-155/+66
2023-05-18meson: prepare move of QEMU_CFLAGS to mesonPaolo Bonzini1-24/+29
2023-05-18configure, meson: move --enable-modules to MesonPaolo Bonzini5-29/+20
2023-05-18configure: remove pkg-config functionsPaolo Bonzini2-21/+4
2023-05-18build: move glib detection and workarounds to mesonPaolo Bonzini4-118/+80
2023-05-18meson: drop unnecessary declare_dependency()Paolo Bonzini1-3/+1
2023-05-18meson: add more version numbers to the summaryPaolo Bonzini1-6/+10
2023-05-18meson: remove static_kwargsPaolo Bonzini2-132/+85
2023-05-18meson: use prefer_static optionPaolo Bonzini4-14/+8
2023-05-18meson: require 0.63.0Paolo Bonzini5-4/+4
2023-05-18meson: regenerate meson-buildoptions.shPaolo Bonzini1-3/+3
2023-05-18python: bump some of the dependenciesPaolo Bonzini2-15/+9
2023-05-18mkvenv: mark command as requiredPaolo Bonzini1-0/+1
2023-05-18configure: Add courtesy hint to Python version failure messageJohn Snow1-1/+4
2023-05-18Python: Drop support for Python 3.6Paolo Bonzini6-17/+16
2023-05-18configure: add --enable-pypi and --disable-pypiJohn Snow1-1/+20
2023-05-18configure: bootstrap sphinx with mkvenvJohn Snow5-17/+20
2023-05-18configure: move --enable-docs and --disable-docs back to configureJohn Snow1-0/+6
2023-05-18tests: Use configure-provided pyvenv for testsJohn Snow7-23/+26
2023-05-18qemu.git: drop meson git submodule