summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/fortran.py
Commit message (Expand)AuthorAgeFilesLines
* compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker2019-08-301-0/+6
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-7/+1
* compilers/fortran: Make ifort (windows) proxy extra args to CompilerDylan Baker2019-08-141-2/+2
* compilers/fortran: fix ifort (linux, mac) dependency generationDylan Baker2019-08-141-1/+7
* Flang: add links for non-flang main programMichael Hirsch, Ph.D2019-07-291-0/+3
* compilers: split pgi compiler out of compilers moduleDylan Baker2019-07-151-1/+1
* compilers: put elbrus in mixinsDylan Baker2019-07-151-1/+1
* compilers: Put clang mixin in a moduleDylan Baker2019-07-151-1/+1
* compilers: Put Intel compiler classes into the mixins folderDylan Baker2019-07-151-2/+1
* compilers: split gnu and gnulike compilers out of compilersDylan Baker2019-07-151-5/+4
* compilers: Move clike into a mixins directoryDylan Baker2019-07-151-1/+1
* known Python 3.5 on windows workaround for subprocess(cwd=str(Path))Michael Hirsch, Ph.D2019-06-241-1/+2
* windows ifort can't do shared_library sanelyMichael Hirsch, Ph.D2019-06-241-4/+2
* correct missing argument for IntelClFortranCompilerMichael Hirsch, Ph.D2019-06-241-9/+11
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-28/+24
* compilers/fortran: Fix all has_argument methods in mesonDylan Baker2019-05-161-0/+20
* compilers: Add basic ICL abstractionsDylan Baker2019-05-131-1/+33
* compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker2019-05-131-4/+4
* compilers: Split C-Like functionality into a mixin classesDylan Baker2019-05-031-172/+5
* Merge pull request #4952 from mensinda/cacheCompilesDylan Baker2019-05-021-10/+10
|\
| * Disable cache for dependenciesDaniel Mensinger2019-04-281-4/+4
| * Add disable_cache to the fortran compilerDaniel Mensinger2019-04-281-6/+6
* | per-target manual specification of link_languageMichael Hirsch, Ph.D2019-05-021-1/+3
* | better default order for fotran compiler searchMichael Hirsch, Ph.D2019-04-271-2/+2
|/
* fortran: fix compile.links() when passing dependenciesTamer Fahmy2019-04-221-1/+1
* BUGFIX: don't crash Meson on bad existing exe file for Fortran sanity checkMichael Hirsch, Ph.D2019-04-051-11/+24
* Sanity check with external argsJohn Ericson2019-03-271-2/+13
* more efficient submodule filenamingMichael Hirsch, Ph.D2019-03-251-3/+4
* BUGFIX: match submodule output names by compilerMichael Hirsch, Ph.D2019-03-251-1/+11
* replace library type strings with an enumDylan Baker2019-03-201-2/+2
* Add static as keyword to find_libraryNiklas Claesson2019-03-111-2/+3
* Add warning level zerojml17952019-02-191-6/+12
* Remove get_cross_extra_flagsJohn Ericson2019-02-151-2/+1
* BUGFIX: Fortran openmpMichael Hirsch, Ph.D2019-02-131-0/+6
* Fortran 2008 submodule (#4874)Michael Hirsch, Ph.D2019-02-051-1/+1
* better handle variable HDF5 setups, update Fortran compiler defMichael Hirsch, Ph.D2019-02-011-2/+2
* 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