summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump versions to 0.59.4 for release0.59.40.59Nirbheek Chauhan2021-10-282-2/+2
* Fix crash when getting cuda optionsXavier Claessens2021-10-274-16/+17
* Disable asan memory leak checks on a Cuda test.Jussi Pakkanen2021-10-271-2/+5
* Bump versions to 0.59.3 for release0.59.3Nirbheek Chauhan2021-10-212-2/+2
* Add entries for new CUDA Toolkit versions.Olexa Bilaniuk2021-10-211-0/+2
* tests/rust: add libm to fix build with rust 1.55Dominique Leuenberger2021-10-191-0/+1
* linkers: detect LLD when built with PACKAGE_VENDORPaolo Bonzini2021-10-191-3/+3
* compilers/detect: use linker_always_args as well as linker exe_listDylan Baker2021-10-191-1/+1
* fix untested codepath? add:item() is surely a typo, not a real functionEli Schwartz2021-10-191-1/+1
* scripts/meson_exe: close fd if we open itDylan Baker2021-10-191-0/+3
* mtest: limit "magic" CTRL+C behavior to process group leadersPaolo Bonzini2021-10-191-1/+4
* cuda: Override std=none to avoid host_compiler to emit -std argumentXavier Claessens2021-10-191-6/+3
* optinterpreter: Fix builtin option names not being reserved anymoreXavier Claessens2021-10-192-18/+35
* introspect: include choices for array optionsPaolo Bonzini2021-10-192-2/+7
* cmake: handle arguments in the [binaries] section of the machine filePaolo Bonzini2021-10-192-6/+49
* modules/gnome: Fix unset install_dirDylan Baker2021-10-191-3/+2
* modules/gnome: Fix case that could never be hit due to bad typesDylan Baker2021-10-191-3/+3
* modules/gnome: fix use of undefined variableDylan Baker2021-10-191-1/+1
* Fix compiler detection for cl/clang-clJesse Natalie2021-10-191-1/+1
* cmake: Implement support for interpreting link "keywords"Daniel Mensinger2021-10-193-11/+37
* cmake: Warn if we could use IMPORTED CMake targetsDaniel Mensinger2021-10-193-2/+43
* ci: Add TTY mode to the image builder mounting mesonDaniel Mensinger2021-10-191-1/+30
* rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker2021-10-195-1/+69
* external-project: variables must be dict not listXavier Claessens2021-10-191-1/+1
* tests: Fix fortran testsRohit Goswami2021-10-1918-8/+24
* compilers: Use standards compliant testRohit Goswami2021-10-191-1/+1
* Bump versions to 0.59.2 for release0.59.2Nirbheek Chauhan2021-09-282-2/+2
* ci: Fix missing MESON_CI_JOBNAME in the image buildersDaniel Mensinger2021-09-287-7/+16
* ci: Use GitHub concurrencyDaniel Mensinger2021-09-2510-0/+41
* python module: fix error message mentioning setuptoolsEli Schwartz2021-09-251-1/+1
* interpreter: fix IndexError when specifying dependency 'include_type'Rihards Skuja2021-09-252-1/+4
* python: Workaround broken install pathXavier Claessens2021-09-252-6/+22
* tests: python module should install files correctlyEli Schwartz2021-09-257-3/+51
* python module: fix extensions without explicit subdir being installed to libdirEli Schwartz2021-09-251-4/+4
* test runner: add the ability to configure test.json for python pathsEli Schwartz2021-09-253-2/+31
* python module: make external program wrapper have access to useful metadataEli Schwartz2021-09-251-24/+35
* backport a a typing fix to quell mypyEli Schwartz2021-09-251-1/+21
* Fix incorrect .name attribute for python programEli Schwartz2021-09-251-4/+6
* fix some confusingly indirect codeEli Schwartz2021-09-251-3/+3
* qt module: consolidate on one list of binsEli Schwartz2021-09-251-24/+25
* add test case for qrc translationsEli Schwartz2021-09-256-0/+51
* qt module: fix regression in building translations via qresourceEli Schwartz2021-09-251-1/+1
* qt module: correctly register a found tool and stop looking for itEli Schwartz2021-09-251-3/+1
* mtest: Allow gtest protocol test to fail more gracefullyDylan Baker2021-09-241-1/+8
* during executable lookup, do not search PATH if a directory component is givenEli Schwartz2021-09-241-0/+3
* dependencyfallbacks: Use default_options for implicit fallbacksXavier Claessens2021-09-245-15/+14
* objc/objcpp compiler: accept all gnu stds corresponding to c/c++ stdsEli Schwartz2021-09-242-2/+2
* unittests: test external dependency in summaryPaolo Bonzini2021-09-242-3/+9
* summary: fix dependenciesPaolo Bonzini2021-09-243-3/+6
* Improve WSL detectionWill2021-09-241-1/+1