Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-20 | Use case-insensitive suffix check for fortran | Jonas Lundholm Bertelsen | 1 | -2/+2 | |
In Fortran it is common to use capital F in the suffix (eg. '.F90') if the source file makes use of preprocessor statements. Such files should probably be treated like all other fortran files by meson. Case insensitivity for suffixes was already implemented several places in meson before this. So most likely, the few places changed here were oversights anyway. | |||||
2021-01-13 | Fix misspells | Antonin Décimo | 1 | -1/+1 | |
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com> | |||||
2020-12-25 | Extend the C++ module scanner to handle Fortran, too. | Jussi Pakkanen | 1 | -19/+129 | |
2020-12-13 | Add mypy annotations. | Jussi Pakkanen | 1 | -11/+13 | |
2020-12-13 | Scan all C++ sources and ignore everything else. | Jussi Pakkanen | 1 | -0/+2 | |
2020-12-13 | C++ module compilation works for a simple project. | Jussi Pakkanen | 1 | -0/+87 | |