summaryrefslogtreecommitdiff
path: root/Source/cmTryCompileCommand.h
Commit message (Expand)AuthorAgeFilesLines
* cmTry{Compile,Run}Command: Port away from legacy cmCommandBrad King2022-07-261-28/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-2/+7
* Maint: misc. typosluz.paz2018-08-241-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+7
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-8/+3
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-75/+0
* try_compile: Add COPY_FILE_ERROR option to capture failureBrad King2013-07-151-2/+2
* try_compile: Add signature to allow multiple SOURCESBrad King2013-06-061-5/+5
* Handle targets in the LINK_LIBRARIES of try_compile.Stephen Kelly2013-02-221-1/+7
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-3/+3
* Minor fix to try_compile() docs (#12333)Alex Neundorf2011-07-121-4/+5
* CMake: Clarify the --debug-trycompile help textDavid Cole2011-04-121-5/+11
* Merge topic 'try_compile-Makefile-config'Brad King2011-01-191-1/+3
|\
| * Document CMAKE_TRY_COMPILE_CONFIGURATION variableBrad King2011-01-171-1/+3
* | Document try_compile behavior more clearly (#11688)Brad King2011-01-121-18/+23
|/
* 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
* STYLE: Spelling fixes on documentationAmitha Perera2008-01-091-1/+1
* ENH: make commands lower case by defaultKen Martin2007-10-101-9/+9
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-3/+3
* ENH: add COPY_FILE argument to TRY_COMPILE, so the compiled executable canAlexander Neundorf2007-05-241-6/+8
* ENH: add two simple tests for TRY_RUN()Alexander Neundorf2007-05-241-29/+3
* ENH: move output file search to cmTryCompileCommand.cxx, so it can be usedAlexander Neundorf2007-05-241-3/+14
* STYLE: fix documentation for commandBill Hoffman2007-05-181-11/+22
* STYLE: fix line lengthKen Martin2006-05-121-6/+7
* ENH: fix line length style stuffBill Hoffman2006-03-101-1/+2
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-1/+1
* STYLE: fix docsKen Martin2005-11-171-9/+9
* ENH: add more docsBill Hoffman2005-07-191-2/+11
* fix to the signature and argument parsingKen Martin2003-12-111-1/+1
* BUG#163: Added documentation of OUTPUT_VARIABLE argument.Brad King2003-10-301-3/+6
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-7/+9
* Make try compile add a depend to re-run cmake if its source chagnesBill Hoffman2002-12-121-1/+1
* clean up entire temp directoryBill Hoffman2002-11-211-1/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Abstract cleaning of files and add code that deletes files from Debug subdire...Andy Cedilnik2002-09-231-2/+8
* updated to try compileKen Martin2002-09-191-3/+15
* now Try compile can include CMAKE_FLAGSKen Martin2002-09-181-2/+2