aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/fortran.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-21Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D1-7/+0
2019-01-16FlangFortranCompiler inherit ClangCompilerMichael Hirsch, Ph.D1-3/+8
2019-01-16better handle link args: PGI and FlangMichael Hirsch, Ph.D1-2/+2
2019-01-16Flang Fortran compiler added.Michael Hirsch, Ph.D1-0/+7
2019-01-15restore PGI compile functioningMichael Hirsch, Ph.D1-13/+7
2019-01-06Added more compiler option supportDaniel Mensinger1-1/+1
2019-01-06Absolute path generation refactoringDaniel Mensinger1-0/+7
2018-11-15compilers/fortran: pass -module ${path} instead of -module${path}Dylan Baker1-1/+1
2018-11-15ifort: ifort needs to have -lifcore like gfotran needs -lgfortranDylan Baker1-0/+3
2018-11-15compilers: Move get_allow_undefined_link_args to CompilerDylan Baker1-3/+0
2018-11-15fortran: ifort doesn't have -pipeDylan Baker1-0/+6
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker1-5/+7
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert1-7/+7
2018-09-02Remove unnecessary -lquadmath from FORTRAN flags.Jussi Pakkanen1-1/+1
2018-08-22find_library: Allow undefined symbols while linkingNirbheek Chauhan1-0/+3
2018-08-22find_library: Use _build_wrapper to get library dirsBruce Richardson1-4/+7
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen1-7/+50
2018-07-09Fix searching of shared libraries on OpenBSD (#3851)Nirbheek Chauhan1-2/+5
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan1-4/+4
2018-06-07find_library: Add a cache for library searchingNirbheek Chauhan1-1/+9
2018-06-06Fix issues found by flake8Xavier Claessens1-2/+0
2018-05-21Add support for finding libraries in Fortran projectsMatthew Krupcale1-168/+179
2018-05-09Revert "Add macOS linker versioning information"Nirbheek Chauhan1-2/+2
2018-05-02Can use C++ and FORTRAN in a single target. Closes #2685.Jussi Pakkanen1-1/+3
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade1-0/+19
2018-04-16Add macOS linker versioning informationTom Schoonjans1-2/+2
2018-03-19Added Elbrus lcc compilers support as inheritance from gcc onesmakise-homura1-0/+7
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-1/+1
2017-12-20Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen1-18/+18
2017-12-18Use -MD instead of -MMD for reliability.Jussi Pakkanen1-1/+1
2017-12-16More version information for Fortran.Christoph Behle1-18/+18
2017-08-15gfortran: Add coverage argumentsNirbheek Chauhan1-0/+6
2017-08-04Add info on module include flag for Fortran compilers.Elliott Sales de Andrade1-0/+9
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen1-2/+2
2017-06-23Split out languages from compilers.pyAlistair Thomas1-0/+289