summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/fortran.py
Commit message (Expand)AuthorAgeFilesLines
* add Nvidia HPC SDK compilersMichael Hirsch, Ph.D2020-07-131-0/+17
* compilers: add fetching of define list for clangYevhenii Kolesnikov2020-05-221-1/+1
* gfortran: Fix has_header implementation with GCC 10Nirbheek Chauhan2020-05-141-0/+12
* Compiler options per langJohn Ericson2020-04-201-12/+24
* quality / test: Fortran type hintingMichael Hirsch, Ph.D2020-04-051-15/+16
* compilers: Fix accidental coredata mutationsOle André Vadla RavnÄs2020-03-291-1/+2
* Fix missing 'defines' argumet for Elbrus compilermakise-homura2020-01-271-1/+1
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-9/+9
* compilers: Make get_display_language a class or static methodDylan Baker2019-12-121-3/+0
* compilers: move language attribute to the class levelDylan Baker2019-12-121-1/+2
* lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger2019-12-051-7/+6
* intel/intel-cl: use appropriate buildtype optionsMichael Hirsch, Ph.D2019-12-041-12/+1
* complete gfortran/intel/intel-cl fortran_std testMichael Hirsch, Ph.D2019-11-251-1/+53
* fortran: sync implicit-none args for intel,pgi,gfortranMichael Hirsch, Ph.D2019-11-181-2/+8
* fortran: note there is no has_function for FortranMichael Hirsch, Ph.D2019-11-181-1/+7
* bugfix: fortran compiler assertionerror from 0c22798Michael Hirsch, Ph.D2019-10-311-5/+5
* intel-cl: correct argument orderMichael Hirsch, Ph.D2019-10-101-2/+2
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-30/+65
* 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