| Commit message (Expand) | Author | Age | Files | Lines |
* | compilers: Move the compiler argument to proxy linker flags to the compiler c... | Dylan Baker | 2019-08-30 | 1 | -0/+6 |
* | compilers: Dispatch to dynamic linker class | Dylan Baker | 2019-08-14 | 1 | -7/+1 |
* | compilers/fortran: Make ifort (windows) proxy extra args to Compiler | Dylan Baker | 2019-08-14 | 1 | -2/+2 |
* | compilers/fortran: fix ifort (linux, mac) dependency generation | Dylan Baker | 2019-08-14 | 1 | -1/+7 |
* | Flang: add links for non-flang main program | Michael Hirsch, Ph.D | 2019-07-29 | 1 | -0/+3 |
* | compilers: split pgi compiler out of compilers module | Dylan Baker | 2019-07-15 | 1 | -1/+1 |
* | compilers: put elbrus in mixins | Dylan Baker | 2019-07-15 | 1 | -1/+1 |
* | compilers: Put clang mixin in a module | Dylan Baker | 2019-07-15 | 1 | -1/+1 |
* | compilers: Put Intel compiler classes into the mixins folder | Dylan Baker | 2019-07-15 | 1 | -2/+1 |
* | compilers: split gnu and gnulike compilers out of compilers | Dylan Baker | 2019-07-15 | 1 | -5/+4 |
* | compilers: Move clike into a mixins directory | Dylan Baker | 2019-07-15 | 1 | -1/+1 |
* | known Python 3.5 on windows workaround for subprocess(cwd=str(Path)) | Michael Hirsch, Ph.D | 2019-06-24 | 1 | -1/+2 |
* | windows ifort can't do shared_library sanely | Michael Hirsch, Ph.D | 2019-06-24 | 1 | -4/+2 |
* | correct missing argument for IntelClFortranCompiler | Michael Hirsch, Ph.D | 2019-06-24 | 1 | -9/+11 |
* | Purge `is_cross` and friends without changing user interfaces | John Ericson | 2019-06-09 | 1 | -28/+24 |
* | compilers/fortran: Fix all has_argument methods in meson | Dylan Baker | 2019-05-16 | 1 | -0/+20 |
* | compilers: Add basic ICL abstractions | Dylan Baker | 2019-05-13 | 1 | -1/+33 |
* | compilers: rename IntelCompiler to IntelGnuLikeCompiler | Dylan Baker | 2019-05-13 | 1 | -4/+4 |
* | compilers: Split C-Like functionality into a mixin classes | Dylan Baker | 2019-05-03 | 1 | -172/+5 |
* | Merge pull request #4952 from mensinda/cacheCompiles | Dylan Baker | 2019-05-02 | 1 | -10/+10 |
|\ |
|
| * | Disable cache for dependencies | Daniel Mensinger | 2019-04-28 | 1 | -4/+4 |
| * | Add disable_cache to the fortran compiler | Daniel Mensinger | 2019-04-28 | 1 | -6/+6 |
* | | per-target manual specification of link_language | Michael Hirsch, Ph.D | 2019-05-02 | 1 | -1/+3 |
* | | better default order for fotran compiler search | Michael Hirsch, Ph.D | 2019-04-27 | 1 | -2/+2 |
|/ |
|
* | fortran: fix compile.links() when passing dependencies | Tamer Fahmy | 2019-04-22 | 1 | -1/+1 |
* | BUGFIX: don't crash Meson on bad existing exe file for Fortran sanity check | Michael Hirsch, Ph.D | 2019-04-05 | 1 | -11/+24 |
* | Sanity check with external args | John Ericson | 2019-03-27 | 1 | -2/+13 |
* | more efficient submodule filenaming | Michael Hirsch, Ph.D | 2019-03-25 | 1 | -3/+4 |
* | BUGFIX: match submodule output names by compiler | Michael Hirsch, Ph.D | 2019-03-25 | 1 | -1/+11 |
* | replace library type strings with an enum | Dylan Baker | 2019-03-20 | 1 | -2/+2 |
* | Add static as keyword to find_library | Niklas Claesson | 2019-03-11 | 1 | -2/+3 |
* | Add warning level zero | jml1795 | 2019-02-19 | 1 | -6/+12 |
* | Remove get_cross_extra_flags | John Ericson | 2019-02-15 | 1 | -2/+1 |
* | BUGFIX: Fortran openmp | Michael Hirsch, Ph.D | 2019-02-13 | 1 | -0/+6 |
* | Fortran 2008 submodule (#4874) | Michael Hirsch, Ph.D | 2019-02-05 | 1 | -1/+1 |
* | better handle variable HDF5 setups, update Fortran compiler def | Michael Hirsch, Ph.D | 2019-02-01 | 1 | -2/+2 |
* | BUGFIX: allow fc.run(code) to work, pick only Fortran module | Michael Hirsch, Ph.D | 2019-01-29 | 1 | -4/+1 |
* | BUGFIX: broken/missing Fortran code/unit tests | Michael Hirsch, Ph.D | 2019-01-27 | 1 | -2/+11 |
* | Add PGI C and C++ compilers (#4803) | Michael Hirsch, Ph.D | 2019-01-21 | 1 | -7/+0 |
* | FlangFortranCompiler inherit ClangCompiler | Michael Hirsch, Ph.D | 2019-01-16 | 1 | -3/+8 |
* | better handle link args: PGI and Flang | Michael Hirsch, Ph.D | 2019-01-16 | 1 | -2/+2 |
* | Flang Fortran compiler added. | Michael Hirsch, Ph.D | 2019-01-16 | 1 | -0/+7 |
* | restore PGI compile functioning | Michael Hirsch, Ph.D | 2019-01-15 | 1 | -13/+7 |
* | Added more compiler option support | Daniel Mensinger | 2019-01-06 | 1 | -1/+1 |
* | Absolute path generation refactoring | Daniel Mensinger | 2019-01-06 | 1 | -0/+7 |
* | compilers/fortran: pass -module ${path} instead of -module${path} | Dylan Baker | 2018-11-15 | 1 | -1/+1 |
* | ifort: ifort needs to have -lifcore like gfotran needs -lgfortran | Dylan Baker | 2018-11-15 | 1 | -0/+3 |
* | compilers: Move get_allow_undefined_link_args to Compiler | Dylan Baker | 2018-11-15 | 1 | -3/+0 |
* | fortran: ifort doesn't have -pipe | Dylan Baker | 2018-11-15 | 1 | -0/+6 |
* | compilers: Use keyword only arguments for compiler interfaces | Dylan Baker | 2018-11-13 | 1 | -5/+7 |