aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-08typing: fixup for #7708Daniel Mensinger1-1/+5
2020-09-08typing: fixup of #7688Daniel Mensinger2-3/+3
2020-09-08typing: Fix code reviewDaniel Mensinger3-37/+12
2020-09-08typing: fix LGTM bot errorDaniel Mensinger1-0/+4
2020-09-08typing: fix code reviewDaniel Mensinger12-42/+43
2020-09-08typing: get rid of most T.castDaniel Mensinger7-16/+21
2020-09-08typing: more fixesDaniel Mensinger19-161/+215
2020-09-08typing: Fix templatesDaniel Mensinger13-24/+28
2020-09-08typing: fix dependencies for new follow_importsDaniel Mensinger4-15/+18
2020-09-08typing: use follow_imports = silentDaniel Mensinger1-1/+1
2020-09-08typing: update run_mypy and mypy.iniDaniel Mensinger2-76/+48
2020-09-08typing: fix envconfig typingDaniel Mensinger2-2/+2
2020-09-08typing: ignore error because of untyped decoratorDaniel Mensinger1-1/+1
2020-09-08typing: fully annotate mintro and mtestDaniel Mensinger3-25/+27
2020-09-08typing: fully annotate mcompile, minit, and msetupDaniel Mensinger4-15/+22
2020-09-08typing: fully annotate fs moduleDaniel Mensinger2-4/+5
2020-09-08typing: fully annotate arglistDaniel Mensinger3-5/+7
2020-09-08typing: fully annotate boost and hdf5 depsDaniel Mensinger3-8/+15
2020-09-08typing: fully annotate scriptsDaniel Mensinger23-152/+184
2020-09-08typing: fully annotate toolsDaniel Mensinger5-21/+23
2020-09-08typing: fully annotate wrapDaniel Mensinger4-35/+41
2020-09-08typing: fully annotate mparser.pyDaniel Mensinger3-18/+31
2020-09-08typing: fully annotate mesonlib.pyDaniel Mensinger3-43/+55
2020-09-08typing: Add run_mypy.py for easier mypy invocationDaniel Mensinger3-2/+84
2020-09-08typing: completely type interpreterbaseDaniel Mensinger1-64/+68
2020-09-08typing: completely type astDaniel Mensinger3-7/+7
2020-09-08typing: refactor dict handlingDaniel Mensinger2-25/+28
2020-09-08IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini2-0/+11
2020-09-08minstall: Print a big FAILED when a script failsNirbheek Chauhan1-4/+6
2020-09-08Add some type hints to the ExternalProgram classNirbheek Chauhan1-7/+7
2020-09-08Fix picking up tools with args from the env on WindowsNirbheek Chauhan2-3/+26
2020-09-07docs/Users: add p11-kit [skip ci]Daiki Ueno1-0/+1
2020-09-06backends: check external rpaths for all languages using ldflagsJames Hilliard2-2/+3
2020-09-06Merge pull request #7689 from scivision/fortran_incJussi Pakkanen9-65/+64
2020-09-06ci: update to use latest recommendationsMichael Hirsch3-14/+13
2020-09-06doc: Add missing method arguments [skip ci]Michal Sojka1-21/+21
2020-09-05docs: Fix typo in Reference-manual.md [skip ci]Krzysztof Małysa1-1/+1
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini7-18/+22
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini7-4/+50
2020-09-03tests: add fortran cmake subproject include testMichael Hirsch8-45/+42
2020-09-02fortran: make include scanning also work for CMake subprojectsMichael Hirsch1-20/+22
2020-09-02cuda: bump CUDA version since 3.0 is no longer supportedDaniel Mensinger1-2/+2
2020-09-02symbolextractor: Handle PermissionError when running toolNirbheek Chauhan1-0/+5
2020-09-02cmake: Don't link DEBUG to CRT when not building with MSVCNirbheek Chauhan1-1/+3
2020-09-02interpreterbase: Fix typing annotationXavier Claessens1-1/+1
2020-09-02Special case meson.version().version_compare() statementXavier Claessens4-3/+44
2020-09-02docs: Add a snippet for python 3.5 deprecation [skip ci]Nirbheek Chauhan1-0/+15
2020-09-02Add test case for cuda compiler setting fixMatt Madison3-0/+40
2020-09-02environment: do not raise exception in detect_cuda_compilerMatt Madison1-2/+0
2020-09-02Add a notice about Python 3.5 supportNirbheek Chauhan2-4/+21