summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/fortran.py
Commit message (Expand)AuthorAgeFilesLines
* BUGFIX: allow fc.run(code) to work, pick only Fortran moduleMichael Hirsch, Ph.D2019-01-291-4/+1
* BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D2019-01-271-2/+11
* Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D2019-01-211-7/+0
* FlangFortranCompiler inherit ClangCompilerMichael Hirsch, Ph.D2019-01-161-3/+8
* better handle link args: PGI and FlangMichael Hirsch, Ph.D2019-01-161-2/+2
* Flang Fortran compiler added.Michael Hirsch, Ph.D2019-01-161-0/+7
* restore PGI compile functioningMichael Hirsch, Ph.D2019-01-151-13/+7
* Added more compiler option supportDaniel Mensinger2019-01-061-1/+1
* Absolute path generation refactoringDaniel Mensinger2019-01-061-0/+7
* compilers/fortran: pass -module ${path} instead of -module${path}Dylan Baker2018-11-151-1/+1
* ifort: ifort needs to have -lifcore like gfotran needs -lgfortranDylan Baker2018-11-151-0/+3
* compilers: Move get_allow_undefined_link_args to CompilerDylan Baker2018-11-151-3/+0
* fortran: ifort doesn't have -pipeDylan Baker2018-11-151-0/+6
* compilers: Use keyword only arguments for compiler interfacesDylan Baker2018-11-131-5/+7
* Use enum instead of `int` for compiler variantsDavid Seifert2018-09-161-7/+7
* Remove unnecessary -lquadmath from FORTRAN flags.Jussi Pakkanen2018-09-021-1/+1
* find_library: Allow undefined symbols while linkingNirbheek Chauhan2018-08-221-0/+3
* find_library: Use _build_wrapper to get library dirsBruce Richardson2018-08-221-4/+7
* Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen2018-08-181-7/+50
* Fix searching of shared libraries on OpenBSD (#3851)Nirbheek Chauhan2018-07-091-2/+5
* macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2018-06-181-4/+4
* find_library: Add a cache for library searchingNirbheek Chauhan2018-06-071-1/+9
* Fix issues found by flake8Xavier Claessens2018-06-061-2/+0
* Add support for finding libraries in Fortran projectsMatthew Krupcale2018-05-211-168/+179
* Revert "Add macOS linker versioning information"Nirbheek Chauhan2018-05-091-2/+2
* Can use C++ and FORTRAN in a single target. Closes #2685.dcppJussi Pakkanen2018-05-021-1/+3
* Add an OpenMP dependency.Elliott Sales de Andrade2018-04-171-0/+19
* Add macOS linker versioning informationTom Schoonjans2018-04-161-2/+2
* Added Elbrus lcc compilers support as inheritance from gcc onesmakise-homura2018-03-191-0/+7
* Use os.path: basename() and dirname() instead of split()Aleksey Filippov2018-01-301-1/+1
* Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen2017-12-201-18/+18
|\
| * 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 that...Jussi Pakkanen2017-07-211-2/+2
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+289