summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: Fix macOS qt4 detection0.61Nirbheek Chauhan2022-09-031-0/+3
* test cases: Don't fall off the end of main() without an exit statusSimon McVittie2022-08-083-0/+3
* dependencies: update llvm versionsDylan Baker2022-08-081-1/+3
* Bump versions to 0.61.5 for LTS release0.61.5Nirbheek Chauhan2022-06-022-2/+2
* Fix sandbox violation when using subproject as a symlinkVili Väinölä2022-06-026-1/+35
* fix traceback when run_command has a find_program as the inline argEli Schwartz2022-05-311-1/+6
* Fix --allow-shlib-undefined for LLVM versions > 9Tristan Partin2022-05-311-1/+2
* Make a copy of auto_features options when changing its nameXavier Claessens2022-05-311-1/+2
* Visual Studio: Only use /utf-8 on VS2015 or later or clang-clChun-wei Fan2022-05-311-0/+4
* Limit parallelism to hopefully work on machines with 160 cores.Jussi Pakkanen2022-05-311-1/+6
* fix regression in reporting errors for invalid gnu_symbol_visibilityEli Schwartz2022-05-311-1/+1
* mtest: stop disrespecting the gdb config fileEli Schwartz2022-05-311-1/+1
* Use system install scheme rather than the incorrect Debian one.Jussi Pakkanen2022-05-311-4/+11
* Fix purelib and platlib validation in Python3 module.Jussi Pakkanen2022-05-311-2/+4
* python: Remove warning about invalid install pathXavier Claessens2022-05-311-9/+0
* cmake: Fix CMake LLVM dependency error (fixes #10322)Daniel Mensinger2022-05-311-2/+9
* another day, another mypy update becomes stricter about typingEli Schwartz2022-05-311-1/+1
* improve help for -DdebugPaolo Bonzini2022-05-312-2/+2
* Use a temp file to invoke the introspection command.Jussi Pakkanen2022-05-311-1/+6
* mdist: use better approach to finding original configured optionsEli Schwartz2022-05-311-4/+14
* packaging: rework how pyinstaller gets its instructionsEli Schwartz2022-05-313-50/+51
* run tools/gen_data.py and commit the resultsPaolo Bonzini2022-05-311-3/+2
* cmake: Always use all compilers for LLVM (fixes #10249)Daniel Mensinger2022-05-313-4/+14
* Fix CMake error messageDaniel Mensinger2022-05-311-2/+2
* Fix typos in Xcode backend.Jussi Pakkanen2022-05-311-3/+3
* Correctly handle --version argument to runpythonElliott Sales de Andrade2022-05-311-4/+2
* install_symlink: Handle $DESTDIR case for links with absolute pathMarco Trevisan (Treviño)2022-05-311-3/+5
* Add ppc970 definition to universal.pySergey Fedorov2022-05-311-0/+1
* Fix universal builds on Darwin PPC: add ppc7400 definitionbarracuda1562022-05-311-0/+1
* Add regression test for Python dist.Jussi Pakkanen2022-05-312-5/+22
* compilers: fix broken CompCert support for release flagsEli Schwartz2022-05-311-1/+1
* mconf: Fix printing <inherited from main project> for yielding optionsXavier Claessens2022-05-311-13/+9
* qt module: also prefer the changed name scheme for the toolsEli Schwartz2022-05-311-1/+3
* qt dependency: adapt to the qmake command changed nameEli Schwartz2022-05-312-3/+3
* qt dependency: find the correct -qtX configtool nameEli Schwartz2022-05-312-3/+4
* tests: fix incomplete Qt 6 supportStefan Hajnoczi2022-05-314-3/+33
* Add support for Qt 6.1+John Lindgren2022-05-312-0/+11
* compilers/gnu: use Popen_safe to prevent resource leaksMarvin Scholz2022-05-311-8/+1
* Fix CMake deprecation warning generated from interpreterTristan Partin2022-05-311-1/+1
* runpython: support --versionEli Schwartz2022-05-311-2/+6
* Debian renamed cython to cython3, support bothXavier Claessens2022-05-311-1/+1
* gnome module: properly fallback to gtk-update-icon-cacheAntoine Jacoutot2022-05-311-1/+1
* Bump versions to 0.61.4 for release0.61.4Nirbheek Chauhan2022-03-242-2/+2
* Add support for cython_argsTristan Partin2022-03-244-0/+39
* Make sure we support "<lang>_args" kwarg for all languagesXavier Claessens2022-03-241-25/+8
* ninja backend: do not fatally error on compdb failureEli Schwartz2022-03-231-1/+1
* modules/rust: set bindgen include_dirs for both build and source dirDylan Baker2022-03-231-1/+2
* gnome module: fix incorrect lookup of nonexistent dependencies in post_installEli Schwartz2022-03-231-3/+3
* fix detection of language standard library pathsPaolo Bonzini2022-03-232-20/+10
* coredata: be even more robust on unpickling errorsPaolo Bonzini2022-03-221-1/+1