| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Use enum instead of `int` for compiler variants | David Seifert | 2018-09-16 | 1 | -7/+7 |
| * | Remove unnecessary -lquadmath from FORTRAN flags. | Jussi Pakkanen | 2018-09-02 | 1 | -1/+1 |
| * | find_library: Allow undefined symbols while linking | Nirbheek Chauhan | 2018-08-22 | 1 | -0/+3 |
| * | find_library: Use _build_wrapper to get library dirs | Bruce Richardson | 2018-08-22 | 1 | -4/+7 |
| * | Convert buildtype to optimization and debug options (#3489) | Jussi Pakkanen | 2018-08-18 | 1 | -7/+50 |
| * | Fix searching of shared libraries on OpenBSD (#3851) | Nirbheek Chauhan | 2018-07-09 | 1 | -2/+5 |
| * | macos: Rewrite install_name for dependent built libraries on install | Nirbheek Chauhan | 2018-06-18 | 1 | -4/+4 |
| * | find_library: Add a cache for library searching | Nirbheek Chauhan | 2018-06-07 | 1 | -1/+9 |
| * | Fix issues found by flake8 | Xavier Claessens | 2018-06-06 | 1 | -2/+0 |
| * | Add support for finding libraries in Fortran projects | Matthew Krupcale | 2018-05-21 | 1 | -168/+179 |
| * | Revert "Add macOS linker versioning information" | Nirbheek Chauhan | 2018-05-09 | 1 | -2/+2 |
| * | Can use C++ and FORTRAN in a single target. Closes #2685.dcpp | Jussi Pakkanen | 2018-05-02 | 1 | -1/+3 |
| * | Add an OpenMP dependency. | Elliott Sales de Andrade | 2018-04-17 | 1 | -0/+19 |
| * | Add macOS linker versioning information | Tom Schoonjans | 2018-04-16 | 1 | -2/+2 |
| * | Added Elbrus lcc compilers support as inheritance from gcc ones | makise-homura | 2018-03-19 | 1 | -0/+7 |
| * | Use os.path: basename() and dirname() instead of split() | Aleksey Filippov | 2018-01-30 | 1 | -1/+1 |
| * | Merge pull request #2791 from behlec/compiler-version | Jussi Pakkanen | 2017-12-20 | 1 | -18/+18 |
| |\ |
|
| | * | More version information for Fortran. | Christoph Behle | 2017-12-16 | 1 | -18/+18 |
| * | | Use -MD instead of -MMD for reliability. | Jussi Pakkanen | 2017-12-18 | 1 | -1/+1 |
| |/ |
|
| * | gfortran: Add coverage arguments | Nirbheek Chauhan | 2017-08-15 | 1 | -0/+6 |
| * | Add info on module include flag for Fortran compilers. | Elliott Sales de Andrade | 2017-08-04 | 1 | -0/+9 |
| * | Add build_rpath as new property allowing people to specify rpath entries that... | Jussi Pakkanen | 2017-07-21 | 1 | -2/+2 |
| * | Split out languages from compilers.py | Alistair Thomas | 2017-06-23 | 1 | -0/+289 |