Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |