summaryrefslogtreecommitdiffstats
path: root/Source/cmExecuteProcessCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ↵Brad King2006-10-161-1/+3
| | | | 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-3/+3
|
* ENH: Mention relationship of EXECUTE_PROCESS and EXEC_PROGRAM.Brad King2006-02-101-1/+3
|
* ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process ↵Brad King2006-02-031-0/+113
Execution.