summaryrefslogtreecommitdiff
path: root/Modules/CMakeTestCCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-6/+0
* Modules: Use new SOURCES_FROM_* try_compile (1/2)Matthew Woehlke2022-09-271-2/+3
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-2/+2
* enable_language: Fix test for working compiler with CMP0126 NEW behaviorBrad King2021-07-151-0/+3
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* enable_language: Assume compiler works if ABI detection compilesBrad King2020-05-251-37/+38
* Refactor: Use added message types in various modulesAlex Turbov2019-11-021-3/+3
* Apple: Introduce separate system name for iOS, tvOS, and watchOSGregor Jasny2019-02-041-0/+8
* GHS: Add Compiler ID detectionFred Baksik2019-01-161-0/+2
* Improve formatting of compiler failure error messageBrad King2017-09-191-2/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Features: Extend concept to C language.Stephen Kelly2014-05-151-0/+3
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-1/+1
* Merge branch 'cmake-platform-info-version' into msvc-compiler-infoBrad King2012-08-301-16/+27
|\
| * Move CMAKE_<LANG>_COMPILER_WORKS to compiler information filesBrad King2012-08-241-16/+27
| * Make platform information files specific to the CMake versionBrad King2012-08-241-4/+4
* | VS: Simplify MSVC version reportingBrad King2012-08-301-5/+0
|/
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-6/+6
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-30/+30
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Avoid clobbering variable 'OUTPUT' in compiler tests (#12628)Brad King2011-12-151-4/+5
* Load platform files that need to know the ABI when possibleBrad King2011-12-051-0/+6
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Load compiler information after configuring itBrad King2010-05-061-0/+1
* Make a common function that prints the status during the checks for working c...David Cole2010-02-121-3/+5
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* BUG: remove warning in test of compiler so -Werror does not failBill Hoffman2009-06-221-1/+1
* BUG: fix cmake so that if you configure with a bad env for cl, then with a go...Bill Hoffman2009-04-181-0/+5
* ENH: Remove unnecessary compiler force macros. The compiler ID can now be de...Brad King2008-02-141-1/+1
* BUG: When configuring compiler information files into the CMakeFiles director...Brad King2008-02-041-1/+1
* BUG: When forcing the C and CXX compilers do not try to detect the ABI inform...Brad King2008-02-031-8/+13
* ENH: Generalize the check for sizeof void* to detect more ABI information.Brad King2008-01-211-8/+9
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-2/+1
* COMP: More warnings and hp issuesAndy Cedilnik2006-07-261-1/+8
* COMP: Handle both ansi and non-ansi CAndy Cedilnik2006-07-261-1/+2
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-5/+5
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-2/+2
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
* BUG: fix SIZEOF VOIDP problemBill Hoffman2005-11-141-0/+6
* BUG: Need to test void* not "void *" because the Intel compiler icc expands t...Brad King2005-08-191-1/+2
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2
* BUG: try to address Bug 1673 .Bill Hoffman2005-04-051-0/+2
* ENH: stuff to keep compiler tests from re-running all the timeBill Hoffman2005-01-201-5/+9
* BUG#530: Using #error to report a nice error message if the C compiler is set...Brad King2004-01-211-1/+5
* BUG#411: Re-ordering statements so errors show up in CMakeError.log.Brad King2003-12-011-3/+3
* ERR: Fixed typo in comment.Brad King2003-08-271-1/+1
* ENH: add the unix makefile generator as an option from the windows GUI, this ...Bill Hoffman2003-08-211-1/+1
* ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. C...Andy Cedilnik2003-08-081-0/+6
* ERR: Fixed typeo tests->test.Brad King2003-08-041-1/+1
* ENH: Extra new line after outputAndy Cedilnik2003-07-171-1/+1