aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/depscan.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-5/+5
2021-03-04raw string literals are next to godlinessEli Schwartz1-2/+2
2021-01-20Use case-insensitive suffix check for fortranJonas Lundholm Bertelsen1-2/+2
2021-01-13Fix misspellsAntonin Décimo1-1/+1
2020-12-25Extend the C++ module scanner to handle Fortran, too.Jussi Pakkanen1-19/+129
2020-12-13Add mypy annotations.Jussi Pakkanen1-11/+13
2020-12-13Scan all C++ sources and ignore everything else.Jussi Pakkanen1-0/+2
2020-12-13C++ module compilation works for a simple project.Jussi Pakkanen1-0/+87