summaryrefslogtreecommitdiff
path: root/Source/cmTryRunCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+3
* STYLE: copy the executables from TRY_RUN() toAlexander Neundorf2007-09-171-0/+1
* ENH: if no COMPONENT is specified, make this install item part of theAlexander Neundorf2007-08-011-2/+2
* STYLE: some more tuning for the comment textAlexander Neundorf2007-08-011-11/+10
* ENH: add tests for check_c_source_runs(), check_cxx_source_runs(),Alexander Neundorf2007-07-311-53/+50
* ENH: FORCE the values in the cache, otherwise the file is uselessAlexander Neundorf2007-07-301-2/+2
* STYLE: fix line lengthsAlexander Neundorf2007-07-261-1/+2
* STYLE: put a lot of comments into the generated cmake-cache preloading file t...Alexander Neundorf2007-07-231-15/+48
* ENH: try to create a file which can be used for presetting the cache valuesAlexander Neundorf2007-07-231-0/+20
* ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it nowAlexander Neundorf2007-06-011-41/+242
* BUG: remove debug outputAlexander Neundorf2007-05-251-2/+0
* STYLE: remove debug output, fix indentationAlexander Neundorf2007-05-241-4/+0
* COMP: try to fix the test failures on dash2Alexander Neundorf2007-05-241-0/+6
* ENH: add COPY_FILE argument to TRY_COMPILE, so the compiled executable canAlexander Neundorf2007-05-241-1/+0
* ENH: add two simple tests for TRY_RUN()Alexander Neundorf2007-05-241-42/+42
* ENH: move output file search to cmTryCompileCommand.cxx, so it can be usedAlexander Neundorf2007-05-241-116/+38
* STYLE: fix line lengthsAlexander Neundorf2007-05-181-1/+2
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-5/+13
* ENH: look at CMAKE_TRY_COMPILE_CONFIGURATION var for TryRun as wellKen Martin2007-05-031-19/+54
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-6/+6
* STYLE: fix line lengthsBill Hoffman2006-03-101-2/+3
* ENH: Since list file cache does not make much sense any more (because of prop...Andy Cedilnik2006-02-071-1/+0
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-1/+1
* ENH: use native Deployment and Development directoriesBill Hoffman2005-08-301-5/+16
* BUG: Fixed error message formatting when try run executable command cannot be...Brad King2005-06-211-13/+15
* ENH: cleanup by removing all the olf local generate junk that i not longer ne...Ken Martin2005-03-101-5/+0
* ENH: fix for 1450Bill Hoffman2005-02-091-8/+17
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-3/+25
* ENH: allow debug of tryrunBill Hoffman2004-08-041-1/+4
* BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false whe...Bill Hoffman2004-06-231-1/+1
* ENH: Use the new signatureAndy Cedilnik2003-08-031-1/+3
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* always convert to output pathKen Martin2002-09-241-1/+1
* Abstract cleaning of files and add code that deletes files from Debug subdire...Andy Cedilnik2002-09-231-15/+1
* Add GetLocal on cmMakefile and on local builds do not perform testsAndy Cedilnik2002-09-201-1/+7
* compiler warningsKen Martin2002-09-201-1/+1
* Fix tryrun to work on LinuxAndy Cedilnik2002-09-191-9/+13
* Fix compile problemAndy Cedilnik2002-09-191-1/+1
* minor cleanupKen Martin2002-09-191-1/+1
* new commandKen Martin2002-09-191-0/+124