aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-02Bump versions to 0.61.5 for LTS release0.61.5Nirbheek Chauhan2-2/+2
2022-06-02Fix sandbox violation when using subproject as a symlinkVili Väinölä6-1/+35
2022-05-31fix traceback when run_command has a find_program as the inline argEli Schwartz1-1/+6
2022-05-31Fix --allow-shlib-undefined for LLVM versions > 9Tristan Partin1-1/+2
2022-05-31Make a copy of auto_features options when changing its nameXavier Claessens1-1/+2
2022-05-31Visual Studio: Only use /utf-8 on VS2015 or later or clang-clChun-wei Fan1-0/+4
2022-05-31Limit parallelism to hopefully work on machines with 160 cores.Jussi Pakkanen1-1/+6
2022-05-31fix regression in reporting errors for invalid gnu_symbol_visibilityEli Schwartz1-1/+1
2022-05-31mtest: stop disrespecting the gdb config fileEli Schwartz1-1/+1
2022-05-31Use system install scheme rather than the incorrect Debian one.Jussi Pakkanen1-4/+11
2022-05-31Fix purelib and platlib validation in Python3 module.Jussi Pakkanen1-2/+4
2022-05-31python: Remove warning about invalid install pathXavier Claessens1-9/+0
2022-05-31cmake: Fix CMake LLVM dependency error (fixes #10322)Daniel Mensinger1-2/+9
2022-05-31another day, another mypy update becomes stricter about typingEli Schwartz1-1/+1
2022-05-31improve help for -DdebugPaolo Bonzini2-2/+2
2022-05-31Use a temp file to invoke the introspection command.Jussi Pakkanen1-1/+6
2022-05-31mdist: use better approach to finding original configured optionsEli Schwartz1-4/+14
2022-05-31packaging: rework how pyinstaller gets its instructionsEli Schwartz3-50/+51
2022-05-31run tools/gen_data.py and commit the resultsPaolo Bonzini1-3/+2
2022-05-31cmake: Always use all compilers for LLVM (fixes #10249)Daniel Mensinger3-4/+14
2022-05-31Fix CMake error messageDaniel Mensinger1-2/+2
2022-05-31Fix typos in Xcode backend.Jussi Pakkanen1-3/+3
2022-05-31Correctly handle --version argument to runpythonElliott Sales de Andrade1-4/+2
2022-05-31install_symlink: Handle $DESTDIR case for links with absolute pathMarco Trevisan (Treviño)1-3/+5
2022-05-31Add ppc970 definition to universal.pySergey Fedorov1-0/+1
2022-05-31Fix universal builds on Darwin PPC: add ppc7400 definitionbarracuda1561-0/+1
2022-05-31Add regression test for Python dist.Jussi Pakkanen2-5/+22
2022-05-31compilers: fix broken CompCert support for release flagsEli Schwartz1-1/+1
2022-05-31mconf: Fix printing <inherited from main project> for yielding optionsXavier Claessens1-13/+9
2022-05-31qt module: also prefer the changed name scheme for the toolsEli Schwartz1-1/+3
2022-05-31qt dependency: adapt to the qmake command changed nameEli Schwartz2-3/+3
2022-05-31qt dependency: find the correct -qtX configtool nameEli Schwartz2-3/+4
2022-05-31tests: fix incomplete Qt 6 supportStefan Hajnoczi4-3/+33
2022-05-31Add support for Qt 6.1+John Lindgren2-0/+11
2022-05-31compilers/gnu: use Popen_safe to prevent resource leaksMarvin Scholz1-8/+1
2022-05-31Fix CMake deprecation warning generated from interpreterTristan Partin1-1/+1
2022-05-31runpython: support --versionEli Schwartz1-2/+6
2022-05-31Debian renamed cython to cython3, support bothXavier Claessens1-1/+1
2022-05-31gnome module: properly fallback to gtk-update-icon-cacheAntoine Jacoutot1-1/+1
2022-03-24Bump versions to 0.61.4 for release0.61.4Nirbheek Chauhan2-2/+2
2022-03-24Add support for cython_argsTristan Partin4-0/+39
2022-03-24Make sure we support "<lang>_args" kwarg for all languagesXavier Claessens1-25/+8
2022-03-23ninja backend: do not fatally error on compdb failureEli Schwartz1-1/+1
2022-03-23modules/rust: set bindgen include_dirs for both build and source dirDylan Baker1-1/+2
2022-03-23gnome module: fix incorrect lookup of nonexistent dependencies in post_installEli Schwartz1-3/+3
2022-03-23fix detection of language standard library pathsPaolo Bonzini2-20/+10
2022-03-22coredata: be even more robust on unpickling errorsPaolo Bonzini1-1/+1
2022-03-22Revert "mtest: raise informative error message when test program doesn't exist"Nirbheek Chauhan1-5/+2
2022-03-14Bump versions to 0.61.3 for release0.61.3Nirbheek Chauhan2-2/+2
2022-03-14compilers/detect: Make mypy happyNirbheek Chauhan1-1/+1