summaryrefslogtreecommitdiff
path: root/Source/cmTryCompileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* ConfigureLog: De-duplicate event backtrace and check key generationBrad King2023-02-011-3/+1
* try_compile: Record stack of in-progess checks in configure logBrad King2023-01-161-0/+1
* try_compile: Add a NO_LOG option to skip recording in the configure logBrad King2023-01-161-3/+4
* FileAPI: Add "configureLog" object kindBrad King2022-12-171-0/+1
* ConfigureLog: Version individual events instead of the whole logBrad King2022-12-161-4/+8
* ConfigureLog: Log try_compile and try_run checksMatthew Woehlke2022-12-161-1/+25
* try_compile: More useful error if insufficient argumentsMatthew Woehlke2022-09-151-2/+5
* cmCoreTryCompile: Port to cmArgumentParserBrad King2022-08-021-1/+7
* cmCoreTryCompile: Move target type selection logic to try_compileBrad King2022-08-021-1/+26
* cmTry{Compile,Run}Command: Port away from legacy cmCommandBrad King2022-07-261-13/+14
* messages: remove screamake from comments and errorsBen Boeckel2022-04-251-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-1/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-16/+13
* try_compile: Add option to control type of targetBrad King2016-02-191-1/+1
* Use makefile->IssueMessage() for better error messagesAlex Neundorf2011-09-271-1/+1
* Improve behaviour of --find-package mode with try_run/try_compileAlex Neundorf2011-09-151-1/+8
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: add two simple tests for TRY_RUN()Alexander Neundorf2007-05-241-369/+7
* ENH: move output file search to cmTryCompileCommand.cxx, so it can be usedAlexander Neundorf2007-05-241-7/+76
* STYLE: long lineKen Martin2007-03-051-1/+2
* BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try c...Andy Cedilnik2007-03-021-0/+5
* ENH: make sure file is closedBill Hoffman2006-10-031-0/+1
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+3
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* ENH: add a wrapper for xcodebuild to get around bug and verbose outputBill Hoffman2006-03-311-14/+0
* ENH: add support for universal binariesBill Hoffman2006-03-241-1/+14
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* STYLE: fix line lengthsBill Hoffman2006-03-101-4/+8
* ENH: pass CMAKE_MODULE_PATH into try compile projectsBill Hoffman2006-03-021-0/+5
* ENH: Since list file cache does not make much sense any more (because of prop...Andy Cedilnik2006-02-071-1/+0
* ENH: fix double CMAKE_(LANG)_FLAGS problem in try compileBill Hoffman2006-01-251-1/+1
* ENH: fix for CMakeTmp move broken stuffBill Hoffman2006-01-131-1/+1
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-2/+2
* BUG: work around for buggy Tigger OSX systems that read two copies of the sam...Bill Hoffman2005-04-151-12/+19
* ENH: Added better error message when TRY_COMPILE does not recognize an extens...Brad King2005-04-131-8/+11
* ENH: cleanup by removing all the olf local generate junk that i not longer ne...Ken Martin2005-03-101-5/+0
* remove warningBill Hoffman2004-09-231-4/+4
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-40/+23
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-0/+1
* ENH: try compiles in CXX require C to be enabled as wellBill Hoffman2004-08-261-1/+1
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-3/+3
* ENH: initial fortran supportBill Hoffman2004-08-061-1/+15
* ENH: Clarified recursive TRY_COMPILE error message.Brad King2004-03-191-1/+1
* BUG: When error occurs, try compiles should still workBerk Geveci2004-03-171-0/+7
* BUG: keep more of the case informationBill Hoffman2003-12-231-3/+6
* BUG: need a dummy first argument to cmakeBill Hoffman2003-12-111-2/+3