summaryrefslogtreecommitdiffstats
path: root/Source/cmTryRunCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: cleanup by removing all the olf local generate junk that i not longer ↵Ken Martin2005-03-101-5/+0
| | | | needed
* ENH: fix for 1450Bill Hoffman2005-02-101-8/+17
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-3/+25
| | | | directory.
* ENH: allow debug of tryrunBill Hoffman2004-08-041-1/+4
|
* BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false ↵Bill Hoffman2004-06-231-1/+1
| | | | when it does not run, also do not convert the directory to an output path for EXEC_PROGRAM as this is done by the process execution, and doing it twice may cause trouble on some shells.
* ENH: Use the new signatureAndy Cedilnik2003-08-041-1/+3
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* always convert to output pathKen Martin2002-09-241-1/+1
|
* Abstract cleaning of files and add code that deletes files from Debug ↵Andy Cedilnik2002-09-231-15/+1
| | | | subdirectory
* 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