summaryrefslogtreecommitdiff
path: root/Modules/CMakeTestCXXCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-6/+0
* CMakeTestCXXCompiler.cmake: Improve logging consistencyMatthew Woehlke2022-09-281-2/+2
* 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
* Maint: misc. typosluz.paz2018-02-161-1/+1
* Improve formatting of compiler failure error messageBrad King2017-09-191-2/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* project: Add infrastructure for recording CXX compiler featuresStephen Kelly2014-04-071-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-2/+2
* Avoid clobbering variable 'OUTPUT' in compiler tests (#12628)Brad King2011-12-151-4/+6
* 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: 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-0/+9
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-4/+4
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-2/+2
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2
* ENH: stuff to keep compiler tests from re-running all the timeBill Hoffman2005-01-201-4/+8
* ENH: make sure the c++ compiler is a c++ compilerBill Hoffman2004-10-111-1/+5
* BUG#411: Re-ordering statements so errors show up in CMakeError.log.Brad King2003-12-011-3/+4
* 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
* ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace MAKE_DIRECTO...Andy Cedilnik2003-07-111-8/+8
* ENH: only run test for working c and cxx compiler onceBill Hoffman2003-01-221-5/+7
* add a fatal error, and make sure c and c++ compilers work before using themBill Hoffman2003-01-211-0/+19