| Commit message (Expand) | Author | Age | Files | Lines |
* | LINK_WHAT_YOU_USE feature: externalize configuration | Marc Chevrier | 2021-07-09 | 1 | -2/+8 |
|
|
* | Launchers: Support setting linker launchers | Bobby D Reynolds | 2021-05-28 | 1 | -0/+5 |
|
|
* | Modules: Collapse consecutive whitespace in strings | Daan De Meyer | 2020-03-23 | 1 | -3/+3 |
|
|
* | launcher: support setting a compiler launcher through the environment | Ben Boeckel | 2019-12-05 | 1 | -0/+5 |
|
|
* | Modules: Introduce CMAKE_EFFECTIVE_SYSTEM_NAME to lookup compiler info | Gregor Jasny | 2018-04-18 | 1 | -4/+4 |
|
|
* | Unhardcode the CMAKE_CONFIGURATION_TYPES values | Beren Minor | 2018-01-08 | 1 | -31/+1 |
|
|
* | Do not initialize CMAKE_BUILD_TYPE on multi-config generators | Bastien Schatt | 2017-04-06 | 1 | -2/+4 |
|
|
* | 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 | -22/+22 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -100/+100 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -6/+6 |
|
|
* | Support building shared libraries or modules without soname (#13155) | Modestas Vainius | 2012-04-30 | 1 | -1/+1 |
|
|
* | Load platform files that need to know the ABI when possible | Brad King | 2011-12-05 | 1 | -0/+6 |
|
|
* | 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 |
|
|
* | | 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 |
|/ |
|
* | Use work-around from bug 4772 for C++ and Fortran | Brad King | 2009-10-06 | 1 | -6/+5 |
|
|
* | 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/+6 |
|
|
* | ENH: fix problem where rc language recursively included itself because CMAKE_... | Bill Hoffman | 2008-10-14 | 1 | -1/+1 |
|
|
* | BUG: fix for bug 4772, enable_language should now work on linux with correct ... | Bill Hoffman | 2008-10-01 | 1 | -2/+12 |
|
|
* | ENH: Build large archives incrementally | Brad King | 2008-08-04 | 1 | -7/+5 |
|
|
* | ENH: fix init flags getting stuffed into the compile line by force. | Bill Hoffman | 2008-04-21 | 1 | -5/+7 |
|
|
* | ENH: Pass dependent library search path to linker on some platforms. | Brad King | 2008-02-01 | 1 | -0/+4 |
|
|
* | ENH: Implement linking with paths to library files instead of -L and -l separ... | Brad King | 2008-01-22 | 1 | -0/+8 |
|
|
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat... | Brad King | 2008-01-14 | 1 | -1/+1 |
|
|
* | BUG: fix for bug 6167 get rid of extra space in flags | Bill Hoffman | 2007-12-17 | 1 | -1/+4 |
|
|
* | ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE, | Alexander Neundorf | 2007-07-02 | 1 | -20/+14 |
|
|
* | ENH: first include the processor specific file, then the compiler file, this | Alexander Neundorf | 2007-06-12 | 1 | -11/+12 |
|
|
* | ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where the | Alexander Neundorf | 2007-06-11 | 1 | -0/+8 |
|
|
* | ENH: also load a processor-specific file if exists | Alexander Neundorf | 2007-06-05 | 1 | -12/+29 |
|
|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -12/+15 |
|
|
* | ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m... | Brad King | 2007-05-03 | 1 | -0/+5 |
|
|
* | ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_... | Brad King | 2006-04-11 | 1 | -0/+6 |
|
|
* | ENH: add support for language flags at rule expansion time | Bill Hoffman | 2006-03-06 | 1 | -1/+1 |
|
|
* | ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ... | Bill Hoffman | 2006-03-02 | 1 | -0/+15 |
|
|
* | ENH: fix spelling errors | Bill Hoffman | 2006-02-27 | 1 | -1/+1 |
|
|