Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -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 King | 2007-10-15 | 1 | -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 King | 2006-10-16 | 1 | -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 length | Ken Martin | 2006-05-10 | 1 | -5/+10 |
| | |||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 1 | -1/+1 |
| | | | | warnings produced by building for win64 | ||||
* | ENH: do not dereference empty stl vectors | Bill Hoffman | 2006-03-22 | 1 | -2/+2 |
| | |||||
* | ENH: Allow blocking of writing into the source tree | Andy Cedilnik | 2006-03-22 | 1 | -0/+9 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -6/+6 |
| | |||||
* | ENH: Remove extra windows newline characters from process output. ↵ | Brad King | 2006-02-10 | 1 | -11/+27 |
| | | | | Centralized text fix processing. | ||||
* | ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process ↵ | Brad King | 2006-02-03 | 1 | -0/+335 |
Execution. |