aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-20Bump versions to 0.62.1 for release0.62Nirbheek Chauhan2-2/+2
2022-04-19cmake: Always use all compilers for LLVM (fixes #10249)Daniel Mensinger3-4/+14
2022-04-19project tests: log the reason why a test is skippedEli Schwartz2-3/+35
2022-04-19project tests: do not use tqdm progress bars for a single testEli Schwartz1-9/+11
2022-04-19cmake: Better error message when configuring a CMake subproject fails.Daniel Mensinger5-4/+46
2022-04-19Fix CMake error messageDaniel Mensinger1-2/+2
2022-04-19Fix typos in Xcode backend.Jussi Pakkanen1-3/+3
2022-04-19Correctly handle --version argument to runpythonElliott Sales de Andrade1-4/+2
2022-04-19install_symlink: Handle $DESTDIR case for links with absolute pathMarco Trevisan (Treviño)1-2/+4
2022-04-19Add ppc970 definition to universal.pySergey Fedorov1-0/+1
2022-04-19Fix universal builds on Darwin PPC: add ppc7400 definitionbarracuda1561-0/+1
2022-04-19Fix generator expression list problems (fixes #10288)Daniel Mensinger2-7/+8
2022-04-19wayland: Make sure wayland-scanner has same version as wayland librariesXavier Claessens1-1/+6
2022-04-19Add regression test for Python dist.Jussi Pakkanen2-5/+22
2022-04-19compilers: fix broken CompCert support for release flagsEli Schwartz1-1/+1
2022-04-19mconf: Fix printing <inherited from main project> for yielding optionsXavier Claessens1-13/+9
2022-04-19qt module: also prefer the changed name scheme for the toolsEli Schwartz1-1/+3
2022-04-19qt dependency: adapt to the qmake command changed nameEli Schwartz2-3/+3
2022-04-19qt dependency: find the correct -qtX configtool nameEli Schwartz2-3/+4
2022-04-19tests: fix incomplete Qt 6 supportStefan Hajnoczi4-3/+33
2022-04-19Add support for Qt 6.1+John Lindgren2-0/+11
2022-04-19python module: restore logging for broken pythonEli Schwartz1-5/+12
2022-04-19packaging: make sure pyinstaller sees our distributed data filesEli Schwartz2-0/+8
2022-04-19packaging: rework how pyinstaller gets its instructionsEli Schwartz3-50/+51
2022-04-19fix continued breakage in gnome module APIEli Schwartz1-2/+2
2022-04-19gnome: Fix gtkdoc when using multiple Apple frameworksJan Tojnar4-32/+57
2022-04-19gnome: Fix typo in _get_dependencies_flagsJan Tojnar1-1/+1
2022-04-19compilers/gnu: use Popen_safe to prevent resource leaksMarvin Scholz1-8/+1
2022-04-19Fix CMake deprecation warning generated from interpreterTristan Partin1-1/+1
2022-04-19runpython: support --versionEli Schwartz1-2/+6
2022-04-19fix regression in propagating depends in gtkdocEli Schwartz1-6/+11
2022-04-19Debian renamed cython to cython3, support bothXavier Claessens1-1/+1
2022-04-19gnome module: properly fallback to gtk-update-icon-cacheAntoine Jacoutot1-1/+1
2022-04-19Add support for cython_argsTristan Partin4-0/+39
2022-04-19Make sure we support "<lang>_args" kwarg for all languagesXavier Claessens1-25/+8
2022-04-19Use a temp file to invoke the introspection command.Jussi Pakkanen1-1/+6
2022-03-29mdist: use better approach to finding original configured optionsEli Schwartz1-4/+14
2022-03-21Prepare the 0.62.0 release.0.62.0Jussi Pakkanen34-373/+412
2022-03-21Merge pull request #10147 from dcbaker/submit/structured-sources-subdirJussi Pakkanen13-20/+54
2022-03-21tests/rust: renumber structred sources testDylan Baker10-0/+0
2022-03-21ninja: fix handling of rust structured_sources in rare caseDylan Baker5-4/+42
2022-03-20modules/rust: set bindgen include_dirs for both build and source dirDylan Baker1-1/+2
2022-03-20docs: fix incorrect default for test is_parallelEli Schwartz1-1/+1
2022-03-18structured_sources: fix subdir handlingDylan Baker3-16/+12
2022-03-18gnome module: fix incorrect lookup of nonexistent dependencies in post_installEli Schwartz1-3/+3
2022-03-18tests: make python2 dependency on 32-bit windows non-fatalEli Schwartz1-6/+18
2022-03-17tests: don't skip python version tests if python is found but its dep is brokenEli Schwartz1-10/+6
2022-03-16unittests: convert python tests to project testsEli Schwartz7-39/+15
2022-03-16fix detection of language standard library pathsPaolo Bonzini2-20/+10
2022-03-16coredata: be even more robust on unpickling errorsPaolo Bonzini1-1/+1