summaryrefslogtreecommitdiffstats
path: root/Source/cmExecuteProcessCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+1
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* BUG: Work around bug when calling insert on an empty vector of char on ↵Brad King2007-10-151-2/+22
| | | | midworld. Should eliminate the sporadic failure of EXECUTE_PROCESS during the SimpleInstall-Stage2 test. (david.cole from Brad's checkout on midworld)
* ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ↵Brad King2006-10-161-4/+46
| | | | ERROR_STRIP_TRAILING_WHITESPACE options to EXECUTE_PROCESS command. These allow it to behave more like the old EXEC_PROGRAM command that it is supposed to replace.
* STYLE: fix line lengthKen Martin2006-05-101-5/+10
|
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-1/+1
| | | | warnings produced by building for win64
* ENH: do not dereference empty stl vectorsBill Hoffman2006-03-221-2/+2
|
* ENH: Allow blocking of writing into the source treeAndy Cedilnik2006-03-221-0/+9
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-6/+6
|
* ENH: Remove extra windows newline characters from process output. ↵Brad King2006-02-101-11/+27
| | | | Centralized text fix processing.
* ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process ↵Brad King2006-02-031-0/+335
Execution.