Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -35/+35 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | BUG: fix stack over write bug | Bill Hoffman | 2005-10-28 | 1 | -2/+2 |
| | |||||
* | BUG: make sure handles are always closed even if Wait is not called. | Bill Hoffman | 2005-01-17 | 1 | -35/+48 |
| | |||||
* | BUG: don't close the pipes too early | Bill Hoffman | 2004-09-08 | 1 | -64/+72 |
| | |||||
* | Fix leaked file and registry descriptors | Bill Hoffman | 2004-09-07 | 1 | -57/+15 |
| | |||||
* | ENH: remove warning on borland | Bill Hoffman | 2004-06-24 | 1 | -2/+1 |
| | |||||
* | BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false ↵ | Bill Hoffman | 2004-06-23 | 1 | -1/+29 |
| | | | | 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: add new feature to ctest so that it can cmake, build and run a test ↵ | Bill Hoffman | 2004-01-07 | 1 | -4/+4 |
| | | | | executable | ||||
* | ENH: remove warnings from use of NULL | Bill Hoffman | 2003-08-27 | 1 | -4/+4 |
| | |||||
* | ENH: add the unix makefile generator as an option from the windows GUI, this ↵ | Bill Hoffman | 2003-08-21 | 1 | -7/+19 |
| | | | | builds with mingw, cygwin, and combinations of make cl, bcc32 | ||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | Fix output variable and remove this->m_ to be only m_ | Andy Cedilnik | 2003-01-27 | 1 | -25/+28 |
| | |||||
* | Move errors to output variable | Andy Cedilnik | 2003-01-27 | 1 | -13/+37 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -6/+15 |
| | |||||
* | Fix windows process execution so that it pops up the windows | Andy Cedilnik | 2002-11-04 | 1 | -4/+5 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | Fix network build | Andy Cedilnik | 2002-10-10 | 1 | -187/+189 |
| | |||||
* | Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so ↵ | Andy Cedilnik | 2002-10-04 | 1 | -1/+211 |
| | | | | that it is all in one place... Add timeout option whihc does not work yet, but it should not produce warning any more | ||||
* | Revert to fix win 9x | Ken Martin | 2002-10-02 | 1 | -216/+202 |
| | |||||
* | Cleanup and try to unify with the other code | Andy Cedilnik | 2002-10-02 | 1 | -202/+216 |
| | |||||
* | Fix grouping of arguments on Windows 98 | Ken Martin | 2002-10-01 | 1 | -2/+2 |
| | |||||
* | Cleanups and hopefully now it works on all windows platforms | Ken Martin | 2002-09-30 | 1 | -62/+13 |
| | |||||
* | Remove warnings and fix potential bug | Andy Cedilnik | 2002-09-30 | 1 | -35/+37 |
| | |||||
* | Fix for it to compile on "all" windows platforms... | Andy Cedilnik | 2002-09-30 | 1 | -30/+107 |
| | |||||
* | possible fix for warnings | Ken Martin | 2002-09-29 | 1 | -13/+13 |
| | |||||
* | Add class for process execution on Windows | Andy Cedilnik | 2002-09-27 | 1 | -0/+614 |