| Commit message (Expand) | Author | Age | Files | Lines |
* | Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.log | Brad King | 2023-01-18 | 1 | -6/+0 |
|
|
* | Modules: Use new SOURCES_FROM_* try_compile (1/2) | Matthew Woehlke | 2022-09-27 | 1 | -2/+3 |
|
|
* | Modules: Use new keyword-dispatched try_compile signature | Matthew Woehlke | 2022-09-14 | 1 | -2/+2 |
|
|
* | enable_language: Fix test for working compiler with CMP0126 NEW behavior | Brad King | 2021-07-15 | 1 | -0/+3 |
|
|
* | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 1 | -1/+1 |
|
|
* | enable_language: Assume compiler works if ABI detection compiles | Brad King | 2020-05-25 | 1 | -37/+38 |
|
|
* | Refactor: Use added message types in various modules | Alex Turbov | 2019-11-02 | 1 | -3/+3 |
|
|
* | Apple: Introduce separate system name for iOS, tvOS, and watchOS | Gregor Jasny | 2019-02-04 | 1 | -0/+8 |
|
|
* | GHS: Add Compiler ID detection | Fred Baksik | 2019-01-16 | 1 | -0/+2 |
|
|
* | Improve formatting of compiler failure error message | Brad King | 2017-09-19 | 1 | -2/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | Features: Extend concept to C language. | Stephen Kelly | 2014-05-14 | 1 | -0/+3 |
|
|
* | Drop use of configure_file IMMEDIATE option | Daniele E. Domenichelli | 2013-11-13 | 1 | -1/+1 |
|
|
* | Merge branch 'cmake-platform-info-version' into msvc-compiler-info | Brad King | 2012-08-30 | 1 | -16/+27 |
|\ |
|
| * | Move CMAKE_<LANG>_COMPILER_WORKS to compiler information files | Brad King | 2012-08-24 | 1 | -16/+27 |
|
|
| * | Make platform information files specific to the CMake version | Brad King | 2012-08-24 | 1 | -4/+4 |
|
|
* | | VS: Simplify MSVC version reporting | Brad King | 2012-08-30 | 1 | -5/+0 |
|/ |
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -6/+6 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -30/+30 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
|
|
* | Avoid clobbering variable 'OUTPUT' in compiler tests (#12628) | Brad King | 2011-12-15 | 1 | -4/+5 |
|
|
* | Load platform files that need to know the ABI when possible | Brad King | 2011-12-05 | 1 | -0/+6 |
|
|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|
|
* | Load compiler information after configuring it | Brad King | 2010-05-06 | 1 | -0/+1 |
|
|
* | Make a common function that prints the status during the checks for working c... | David Cole | 2010-02-12 | 1 | -3/+5 |
|
|
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
|
|
* | BUG: remove warning in test of compiler so -Werror does not fail | Bill Hoffman | 2009-06-22 | 1 | -1/+1 |
|
|
* | BUG: fix cmake so that if you configure with a bad env for cl, then with a go... | Bill Hoffman | 2009-04-18 | 1 | -0/+5 |
|
|
* | ENH: Remove unnecessary compiler force macros. The compiler ID can now be de... | Brad King | 2008-02-14 | 1 | -1/+1 |
|
|
* | BUG: When configuring compiler information files into the CMakeFiles director... | Brad King | 2008-02-04 | 1 | -1/+1 |
|
|
* | BUG: When forcing the C and CXX compilers do not try to detect the ABI inform... | Brad King | 2008-02-03 | 1 | -8/+13 |
|
|
* | ENH: Generalize the check for sizeof void* to detect more ABI information. | Brad King | 2008-01-21 | 1 | -8/+9 |
|
|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -2/+1 |
|
|
* | COMP: More warnings and hp issues | Andy Cedilnik | 2006-07-26 | 1 | -1/+8 |
|
|
* | COMP: Handle both ansi and non-ansi C | Andy Cedilnik | 2006-07-26 | 1 | -1/+2 |
|
|
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -5/+5 |
|
|
* | ENH: put CmakeTmp into CMakeFiles | Ken Martin | 2006-01-12 | 1 | -2/+2 |
|
|
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -0/+1 |
|
|
* | BUG: fix SIZEOF VOIDP problem | Bill Hoffman | 2005-11-14 | 1 | -0/+6 |
|
|
* | BUG: Need to test void* not "void *" because the Intel compiler icc expands t... | Brad King | 2005-08-19 | 1 | -1/+2 |
|
|
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -2/+2 |
|
|
* | BUG: try to address Bug 1673 . | Bill Hoffman | 2005-04-05 | 1 | -0/+2 |
|
|
* | ENH: stuff to keep compiler tests from re-running all the time | Bill Hoffman | 2005-01-20 | 1 | -5/+9 |
|
|
* | BUG#530: Using #error to report a nice error message if the C compiler is set... | Brad King | 2004-01-21 | 1 | -1/+5 |
|
|
* | BUG#411: Re-ordering statements so errors show up in CMakeError.log. | Brad King | 2003-12-01 | 1 | -3/+3 |
|
|
* | ERR: Fixed typo in comment. | Brad King | 2003-08-27 | 1 | -1/+1 |
|
|
* | ENH: add the unix makefile generator as an option from the windows GUI, this ... | Bill Hoffman | 2003-08-21 | 1 | -1/+1 |
|
|
* | ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. C... | Andy Cedilnik | 2003-08-08 | 1 | -0/+6 |
|
|
* | ERR: Fixed typeo tests->test. | Brad King | 2003-08-04 | 1 | -1/+1 |
|
|
* | ENH: Extra new line after output | Andy Cedilnik | 2003-07-17 | 1 | -1/+1 |
|
|