summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/fortran-compiler-id.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.14 release notesBrad King2019-02-061-5/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.14.rst`.
* Fortran: Add compiler ID/Version generator expressionsAndrew Paprocki2019-01-181-0/+5
Adds `Fortran_COMPILER_ID` and `Fortran_COMPILER_VERSION` generator expression support to match equivalent `C_COMPILER_ID`, `CXX_COMPILER_ID`, `C_COMPILER_VERSION`, and `CXX_COMPILER_VERSION` support. This is very helpful in the case where the C/C++ compiler suite is a different type of compiler from the platform Fortran compiler and projects use generator expressions to assign compiler flags and definitions. (e.g. `GNU` C/C++ and `SunPro` Fortran on Linux)