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