| Commit message (Expand) | Author | Age | Files | Lines |
* | Modules: Collapse consecutive whitespace in strings | Daan De Meyer | 2020-03-23 | 1 | -2/+2 |
|
|
* | launcher: support setting a compiler launcher through the environment | Ben Boeckel | 2019-12-05 | 1 | -0/+5 |
|
|
* | POSITION_INDEPENDENT_CODE: Manage link flags for executables | Marc Chevrier | 2018-11-11 | 1 | -0/+6 |
|
|
* | Modules: Introduce CMAKE_EFFECTIVE_SYSTEM_NAME to lookup compiler info | Gregor Jasny | 2018-04-18 | 1 | -2/+2 |
|
|
* | GenericSystem: Remove misspelled flag default | Christian Pfeiffer | 2018-01-23 | 1 | -4/+0 |
|
|
* | Unhardcode the CMAKE_CONFIGURATION_TYPES values | Beren Minor | 2018-01-08 | 1 | -25/+1 |
|
|
* | Makefiles: Drop 'requires' step and its supporting infrastructure | Yurii Batrak | 2017-12-14 | 1 | -5/+0 |
|
|
* | Fortran: Use same DOC for flags as other languages | Christian Pfeiffer | 2017-11-08 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | Strip CMAKE_<LANG>_FLAGS[_<CONFIG>] initializer whitespace | Brad King | 2016-07-01 | 1 | -4/+5 |
|
|
* | Compiler: Add infrastructure for detecting compiler wrappers | Chuck Atkins | 2015-12-07 | 1 | -0/+8 |
|
|
* | Revert "Disable shared library support when compiler links statically" (#15855) | Brad King | 2015-11-23 | 1 | -4/+0 |
|
|
* | Disable shared library support when compiler links statically | Brad King | 2015-09-30 | 1 | -0/+4 |
|
|
* | Re-order 'ar' options 'cq' => 'qc' | Brad King | 2015-09-09 | 1 | -1/+1 |
|
|
* | Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables | Brad King | 2015-07-13 | 1 | -1/+1 |
|
|
* | Support duplicate object names in large archives (#14874) | Brad King | 2014-04-16 | 1 | -2/+2 |
|
|
* | Fix CMAKE_(C|CXX|Fortran)_STANDARD_LIBRARIES helpstrings (#14622) | Brad King | 2013-12-03 | 1 | -1/+1 |
|
|
* | Make CMAKE_(C|CXX|Fortran)_<CONFIG> help strings more consistent (#14606) | Brad King | 2013-12-02 | 1 | -2/+2 |
|
|
* | Fix CMAKE_(C|CXX|Fortran)_RELEASE helpstrings (#14606) | Brad King | 2013-12-02 | 1 | -1/+1 |
|
|
* | Quote ${CMAKE_<LANG>_COMPILER} while enabling a language | Brad King | 2013-10-22 | 1 | -1/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -19/+19 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -134/+134 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -4/+4 |
|
|
* | Add platform variable for flags specific to shared libraries | Stephen Kelly | 2012-06-12 | 1 | -0/+4 |
|
|
* | Add platform variables for position independent code flags | Stephen Kelly | 2012-06-12 | 1 | -0/+8 |
|
|
* | Support building shared libraries or modules without soname (#13155) | Modestas Vainius | 2012-04-30 | 1 | -1/+1 |
|
|
* | Fix CXX/Fortran MODULE flags when enabled before C (#12929) | Brad King | 2012-02-03 | 1 | -0/+8 |
|
|
* | Load platform files that need to know the ABI when possible | Brad King | 2011-12-05 | 1 | -0/+6 |
|
|
* | Merge topic 'mpif77-workaround-o-c-order' | Brad King | 2011-02-22 | 1 | -1/+2 |
|\ |
|
| * | Pass -o after -c for Fortran to avoid mpif77 ordering bug | Brad King | 2011-01-31 | 1 | -1/+2 |
|
|
* | | Merge topic 'relative-CMAKE_USER_MAKE_RULES_OVERRIDE' | Brad King | 2011-01-26 | 1 | -5/+9 |
|\ \ |
|
| * | | Fix relative CMAKE_USER_MAKE_RULES_OVERRIDE (#11725) | Brad King | 2011-01-19 | 1 | -5/+9 |
|
|
* | | | Allow platform files to set large archive rules (#11674) | Brad King | 2011-01-10 | 1 | -3/+9 |
|
|
* | | | Allow Fortran platform files to set empty values | Brad King | 2010-12-09 | 1 | -21/+21 |
| |/
|/| |
|
* | | Reset platform/compiler info status for each language | Brad King | 2010-09-28 | 1 | -0/+2 |
|
|
* | | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|/ |
|
* | Reduce duplication in Platform/<os>.cmake files | Brad King | 2009-12-02 | 1 | -0/+8 |
|
|
* | Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAG | Brad King | 2009-12-02 | 1 | -8/+0 |
|
|
* | Use work-around from bug 4772 for C++ and Fortran | Brad King | 2009-10-06 | 1 | -6/+13 |
|
|
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
|
|
* | ENH: Load platform-independent per-compiler files | Brad King | 2009-07-23 | 1 | -0/+5 |
|
|
* | ENH: fix problem where rc language recursively included itself because CMAKE_... | Bill Hoffman | 2008-10-14 | 1 | -0/+1 |
|
|
* | ENH: Build large archives incrementally | Brad King | 2008-08-04 | 1 | -7/+5 |
|
|
* | ENH: fix FFFLAGS to be FLAGS | Bill Hoffman | 2008-04-22 | 1 | -1/+1 |
|
|
* | ENH: fix init flags getting stuffed into the compile line by force. | Bill Hoffman | 2008-04-21 | 1 | -6/+6 |
|
|
* | ENH: Pass dependent library search path to linker on some platforms. | Brad King | 2008-02-01 | 1 | -0/+8 |
|
|
* | ENH: Implement linking with paths to library files instead of -L and -l separ... | Brad King | 2008-01-22 | 1 | -0/+12 |
|
|
* | ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources. | Brad King | 2008-01-18 | 1 | -1/+1 |
|
|
* | BUG: fix for bug 6167 get rid of extra space in flags | Bill Hoffman | 2007-12-17 | 1 | -1/+4 |
|
|
* | ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m... | Brad King | 2007-05-03 | 1 | -2/+7 |
|
|