summaryrefslogtreecommitdiff
path: root/Modules/CMakeFortranInformation.cmake
Commit message (Expand)AuthorAgeFilesLines
* Compiler: Add infrastructure for detecting compiler wrappersChuck Atkins2015-12-071-0/+8
* Revert "Disable shared library support when compiler links statically" (#15855)Brad King2015-11-231-4/+0
* Disable shared library support when compiler links staticallyBrad King2015-09-301-0/+4
* Re-order 'ar' options 'cq' => 'qc'Brad King2015-09-091-1/+1
* Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-1/+1
* Support duplicate object names in large archives (#14874)Brad King2014-04-161-2/+2
* Fix CMAKE_(C|CXX|Fortran)_STANDARD_LIBRARIES helpstrings (#14622)Brad King2013-12-031-1/+1
* Make CMAKE_(C|CXX|Fortran)_<CONFIG> help strings more consistent (#14606)Brad King2013-12-021-2/+2
* Fix CMAKE_(C|CXX|Fortran)_RELEASE helpstrings (#14606)Brad King2013-12-021-1/+1
* Quote ${CMAKE_<LANG>_COMPILER} while enabling a languageBrad King2013-10-221-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-19/+19
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-134/+134
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Add platform variable for flags specific to shared librariesStephen Kelly2012-06-121-0/+4
* Add platform variables for position independent code flagsStephen Kelly2012-06-121-0/+8
* Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-1/+1
* Fix CXX/Fortran MODULE flags when enabled before C (#12929)Brad King2012-02-031-0/+8
* Load platform files that need to know the ABI when possibleBrad King2011-12-051-0/+6
* Merge topic 'mpif77-workaround-o-c-order'Brad King2011-02-221-1/+2
|\
| * Pass -o after -c for Fortran to avoid mpif77 ordering bugBrad King2011-01-311-1/+2
* | Merge topic 'relative-CMAKE_USER_MAKE_RULES_OVERRIDE'Brad King2011-01-261-5/+9
|\ \
| * | Fix relative CMAKE_USER_MAKE_RULES_OVERRIDE (#11725)Brad King2011-01-191-5/+9
* | | Allow platform files to set large archive rules (#11674)Brad King2011-01-101-3/+9
* | | Allow Fortran platform files to set empty valuesBrad King2010-12-091-21/+21
| |/ |/|
* | Reset platform/compiler info status for each languageBrad King2010-09-281-0/+2
* | Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|/
* Reduce duplication in Platform/<os>.cmake filesBrad King2009-12-021-0/+8
* Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAGBrad King2009-12-021-8/+0
* Use work-around from bug 4772 for C++ and FortranBrad King2009-10-061-6/+13
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* ENH: Load platform-independent per-compiler filesBrad King2009-07-231-0/+5
* ENH: fix problem where rc language recursively included itself because CMAKE_...Bill Hoffman2008-10-141-0/+1
* ENH: Build large archives incrementallyBrad King2008-08-041-7/+5
* ENH: fix FFFLAGS to be FLAGSBill Hoffman2008-04-221-1/+1
* ENH: fix init flags getting stuffed into the compile line by force.Bill Hoffman2008-04-211-6/+6
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-0/+8
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-0/+12
* ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.Brad King2008-01-171-1/+1
* BUG: fix for bug 6167 get rid of extra space in flagsBill Hoffman2007-12-171-1/+4
* ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m...Brad King2007-05-031-2/+7
* STYLE: Removing unused platform variable CMAKE_SHARED_MODULE_LINK_Fortran_FLA...Brad King2006-09-151-4/+0
* ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_...Brad King2006-04-111-0/+5
* ENH: add support for language flags at rule expansion timeBill Hoffman2006-03-061-1/+1
* ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ...Bill Hoffman2006-03-021-0/+15
* ENH: fix spelling errorsBill Hoffman2006-02-271-1/+1
* ENH: add working directory supportBill Hoffman2006-02-081-0/+11
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
* ENH: add a fix for VTK on the mac and a way to fix some projects with a singl...Bill Hoffman2005-09-071-5/+0
* ENH: make sure flags set in CC or CXX environment variables stay with the com...Bill Hoffman2005-07-201-1/+1
* ENH: added requires flagKen Martin2005-05-241-0/+3