summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/fortran.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen2017-12-201-18/+18
|\ | | | | Add more version information to compiler
| * More version information for Fortran.Christoph Behle2017-12-161-18/+18
| |
* | Use -MD instead of -MMD for reliability.Jussi Pakkanen2017-12-181-1/+1
|/
* gfortran: Add coverage argumentsNirbheek Chauhan2017-08-151-0/+6
|
* Add info on module include flag for Fortran compilers.Elliott Sales de Andrade2017-08-041-0/+9
|
* Add build_rpath as new property allowing people to specify rpath entries ↵Jussi Pakkanen2017-07-211-2/+2
| | | | that are used in the build tree but will be removed on install.
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+289