| Commit message (Expand) | Author | Age | Files | Lines |
* | CMakeTestCXXCompiler.cmake: Improve logging consistency | Matthew Woehlke | 2022-09-28 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Maint: misc. typos | luz.paz | 2018-02-16 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | project: Add infrastructure for recording CXX compiler features | Stephen Kelly | 2014-04-07 | 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 | -2/+2 |
|
|
* | Avoid clobbering variable 'OUTPUT' in compiler tests (#12628) | Brad King | 2011-12-15 | 1 | -4/+6 |
|
|
* | 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: 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 | -0/+9 |
|
|
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -4/+4 |
|
|
* | 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 |
|
|
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -2/+2 |
|
|
* | ENH: stuff to keep compiler tests from re-running all the time | Bill Hoffman | 2005-01-20 | 1 | -4/+8 |
|
|
* | ENH: make sure the c++ compiler is a c++ compiler | Bill Hoffman | 2004-10-11 | 1 | -1/+5 |
|
|
* | BUG#411: Re-ordering statements so errors show up in CMakeError.log. | Brad King | 2003-12-01 | 1 | -3/+4 |
|
|
* | 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 |
|
|
* | ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace MAKE_DIRECTO... | Andy Cedilnik | 2003-07-11 | 1 | -8/+8 |
|
|
* | ENH: only run test for working c and cxx compiler once | Bill Hoffman | 2003-01-22 | 1 | -5/+7 |
|
|
* | add a fatal error, and make sure c and c++ compilers work before using them | Bill Hoffman | 2003-01-21 | 1 | -0/+19 |
|
|