Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for network paths | Andy Cedilnik | 2002-11-21 | 1 | -5/+6 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -4/+4 |
| | |||||
* | Move the hi-res time to system tools | Andy Cedilnik | 2002-11-06 | 1 | -57/+2 |
| | |||||
* | 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. | ||||
* | When in verbose mode print test command | Andy Cedilnik | 2002-10-18 | 1 | -0/+4 |
| | |||||
* | Remove unused variable | Andy Cedilnik | 2002-10-16 | 1 | -1/+0 |
| | |||||
* | Remove std::hex as it does not seems to work on SGI, attempt to fix ftime ↵ | Andy Cedilnik | 2002-10-15 | 1 | -7/+14 |
| | | | | problem on borland | ||||
* | Fix namespace, typo, and make ftime work on windows | Andy Cedilnik | 2002-10-14 | 1 | -3/+5 |
| | |||||
* | Even more cleanups, fix time on certain platforms such as windows, cygwin, ↵ | Andy Cedilnik | 2002-10-14 | 1 | -30/+110 |
| | | | | and linux. Hopefully we can add entries for other platforms until try_compile works. Also escape certain characters for xml. | ||||
* | More cleanups, fix prexontext and log number | Andy Cedilnik | 2002-10-14 | 1 | -34/+24 |
| | |||||
* | Add LastBuild.log file, fix some minor problems in output, modify output a ↵ | Andy Cedilnik | 2002-10-14 | 1 | -47/+48 |
| | | | | bit... | ||||
* | ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵ | Brad King | 2002-10-10 | 1 | -1/+1 |
| | | | | Removed cmInputStringStream. | ||||
* | Remove warning | Andy Cedilnik | 2002-10-10 | 1 | -1/+1 |
| | |||||
* | Try to use platform independent input string stream | Andy Cedilnik | 2002-10-10 | 1 | -3/+1 |
| | |||||
* | Reorganization, cleanup and some improvement in dart emulation | Andy Cedilnik | 2002-10-09 | 1 | -111/+196 |
| | |||||
* | Add parsing of warnings and errors | Andy Cedilnik | 2002-10-09 | 1 | -2/+259 |
| | |||||
* | Add configure option and fix potential bug in other targets. Now the run ↵ | Andy Cedilnik | 2002-10-09 | 1 | -3/+46 |
| | | | | command is actually run with directory, so eventually we should be able to run this from a subdirectory | ||||
* | Fix update so that it actually updates the source directory, | Andy Cedilnik | 2002-10-07 | 1 | -1/+9 |
| | |||||
* | Add missing namespace | Andy Cedilnik | 2002-10-07 | 1 | -1/+1 |
| | |||||
* | Add some minimal Dart capability to ctest. For example now you can actually ↵ | Andy Cedilnik | 2002-10-07 | 1 | -45/+386 |
| | | | | use ctest to build projects, do cvs update on all platforms. This is especially cool for Visual Studio where you do not want to load the whole development environment just to build your project. | ||||
* | Set comspec substitute | Ken Martin | 2002-09-30 | 1 | -0/+5 |
| | |||||
* | Add verbose flag -V, which makes the output of tests to be displayed; also ↵ | Andy Cedilnik | 2002-09-24 | 1 | -2/+27 |
| | | | | add help to ctest | ||||
* | remove unused variables | Ken Martin | 2002-09-15 | 1 | -1/+0 |
| | |||||
* | BUG: make sure windows paths are used for the command or it will not work ↵ | Ken Martin | 2002-06-24 | 1 | -1/+1 |
| | | | | for win 98 | ||||
* | ERR: Fix for fprintf format warning. | Brad King | 2002-06-18 | 1 | -1/+1 |
| | |||||
* | ENH: fix depend problem | Bill Hoffman | 2002-05-22 | 1 | -1/+1 |
| | |||||
* | ENH: if -R or -E was used, displays also the name of the tests that passed. | Sebastien Barre | 2002-03-29 | 1 | -7/+19 |
| | |||||
* | less noisy about changing directories | Ken Martin | 2002-03-15 | 1 | -1/+8 |
| | |||||
* | ENH: overhaul of RunCommand on windows, if only win32 had popen... | Bill Hoffman | 2002-03-14 | 1 | -1/+1 |
| | |||||
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -3/+3 |
| | |||||
* | ENH: add -E option (exclude tests matching a regexp) | Sebastien Barre | 2002-03-06 | 1 | -4/+24 |
| | |||||
* | add command line option -D for config directory to run | Bill Hoffman | 2002-02-26 | 1 | -2/+20 |
| | |||||
* | ENH: Since each test can send a lot of text to stderr/stdout, ctest now ↵ | Sebastien Barre | 2002-02-21 | 1 | -7/+16 |
| | | | | displays the list of tests that failed at the end of the process. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -0/+16 |
| | |||||
* | ENH: add flush | Bill Hoffman | 2001-12-11 | 1 | -0/+1 |
| | |||||
* | minor fix for not found executables | Ken Martin | 2001-12-03 | 1 | -0/+9 |
| | |||||
* | Improvements to the curses interface. | Berk Geveci | 2001-11-29 | 1 | -1/+3 |
| | |||||
* | ENH: add better error reports in parsing cmake files, like what file has the ↵ | Bill Hoffman | 2001-10-02 | 1 | -1/+1 |
| | | | | error | ||||
* | handle spaces in commands and args | Berk Geveci | 2001-09-20 | 1 | -2/+3 |
| | |||||
* | updated testing | Ken Martin | 2001-09-11 | 1 | -3/+20 |
| | |||||
* | added regexp option | Ken Martin | 2001-08-29 | 1 | -3/+27 |
| | |||||
* | better formatted output | Ken Martin | 2001-08-27 | 1 | -1/+2 |
| | |||||
* | ENH: add more testing | Bill Hoffman | 2001-08-23 | 1 | -2/+2 |
| | |||||
* | also check path for test executables | Ken Martin | 2001-08-23 | 1 | -0/+10 |
| | |||||
* | fixed format | Ken Martin | 2001-08-23 | 1 | -1/+1 |
| | |||||
* | added test driver for make test target | Ken Martin | 2001-08-23 | 1 | -0/+190 |