summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-08typing: completely type interpreterbaseDaniel Mensinger
2020-09-08typing: completely type astDaniel Mensinger
2020-09-08typing: refactor dict handlingDaniel Mensinger
2020-09-08IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini
2020-09-08minstall: Print a big FAILED when a script failsNirbheek Chauhan
2020-09-08Add some type hints to the ExternalProgram classNirbheek Chauhan
2020-09-08Fix picking up tools with args from the env on WindowsNirbheek Chauhan
2020-09-07docs/Users: add p11-kit [skip ci]Daiki Ueno
2020-09-06backends: check external rpaths for all languages using ldflagsJames Hilliard
2020-09-06Merge pull request #7689 from scivision/fortran_incJussi Pakkanen
2020-09-06ci: update to use latest recommendationsMichael Hirsch
2020-09-06doc: Add missing method arguments [skip ci]Michal Sojka
2020-09-05docs: Fix typo in Reference-manual.md [skip ci]Krzysztof Małysa
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini
2020-09-03tests: add fortran cmake subproject include testMichael Hirsch
2020-09-02fortran: make include scanning also work for CMake subprojectsMichael Hirsch
2020-09-02cuda: bump CUDA version since 3.0 is no longer supportedDaniel Mensinger
2020-09-02symbolextractor: Handle PermissionError when running toolNirbheek Chauhan
2020-09-02cmake: Don't link DEBUG to CRT when not building with MSVCNirbheek Chauhan
2020-09-02interpreterbase: Fix typing annotationXavier Claessens
2020-09-02Special case meson.version().version_compare() statementXavier Claessens
2020-09-02docs: Add a snippet for python 3.5 deprecation [skip ci]Nirbheek Chauhan
2020-09-02Add test case for cuda compiler setting fixMatt Madison
2020-09-02environment: do not raise exception in detect_cuda_compilerMatt Madison
2020-09-02Add a notice about Python 3.5 supportNirbheek Chauhan
2020-09-02Add Entangle application to list of apps using MesonDaniel Berrangé
2020-09-02dependencies/mpi: add missing annotationDylan Baker
2020-09-02dependencies: Fix type of dependency_factory decoratorDylan Baker
2020-09-02Add some forgotten values for "cpp_std" [skip ci]Michael Brockus
2020-08-31backends: do not look for extra paths unnecessarilyPaolo Bonzini
2020-08-31mcompile: Also support -v for verboseNirbheek Chauhan
2020-08-30CMake module: fix cmake 3.10 compatibility in path generationSebastian Würl
2020-08-30CMake module: fix python 3.6 compatibility in path generationSebastian Würl
2020-08-30CMake module: Allow paths of generated CMake sources for include directoriesSebastian Würl
2020-08-30Clarify the use of -Doption and alternatives [skip ci]Sebastian Engel
2020-08-30Be stricter when detecting Windows/CygwinChristoph Reiter
2020-08-30meson_exe: Remove two unused functionsChristoph Reiter
2020-08-30mcompile: use -v instead of --verbose for ninjaIgor Raits
2020-08-30unittests: continue on exception instead of breakJames Hilliard
2020-08-30Dedup final install rpath.Jussi Pakkanen
2020-08-30D: fix include orderPierrick Bouvier
2020-08-27tests: make chdir more robust in run_unittests.pyDaniel Mensinger
2020-08-27Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan
2020-08-27test: Add 'dir' support for installed files in test.jsonDaniel Mensinger
2020-08-27tests: update .gitignoreDaniel Mensinger
2020-08-27tests: fix lchmod check for glibc >= 2.32 (fixes #6784)Daniel Mensinger
2020-08-25Merge pull request #7581 from peterh/aixJussi Pakkanen
2020-08-25qt module: add qresource support to compile_translationsEli Schwartz
2020-08-23Merge pull request #7600 from alexrp/masterJussi Pakkanen