summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix for network pathsAndy Cedilnik2002-11-211-5/+6
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-4/+4
|
* Move the hi-res time to system toolsAndy Cedilnik2002-11-061-57/+2
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* When in verbose mode print test commandAndy Cedilnik2002-10-181-0/+4
|
* Remove unused variableAndy Cedilnik2002-10-161-1/+0
|
* Remove std::hex as it does not seems to work on SGI, attempt to fix ftime ↵Andy Cedilnik2002-10-151-7/+14
| | | | problem on borland
* Fix namespace, typo, and make ftime work on windowsAndy Cedilnik2002-10-141-3/+5
|
* Even more cleanups, fix time on certain platforms such as windows, cygwin, ↵Andy Cedilnik2002-10-141-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 numberAndy Cedilnik2002-10-141-34/+24
|
* Add LastBuild.log file, fix some minor problems in output, modify output a ↵Andy Cedilnik2002-10-141-47/+48
| | | | bit...
* ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵Brad King2002-10-101-1/+1
| | | | Removed cmInputStringStream.
* Remove warningAndy Cedilnik2002-10-101-1/+1
|
* Try to use platform independent input string streamAndy Cedilnik2002-10-101-3/+1
|
* Reorganization, cleanup and some improvement in dart emulationAndy Cedilnik2002-10-091-111/+196
|
* Add parsing of warnings and errorsAndy Cedilnik2002-10-091-2/+259
|
* Add configure option and fix potential bug in other targets. Now the run ↵Andy Cedilnik2002-10-091-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 Cedilnik2002-10-071-1/+9
|
* Add missing namespaceAndy Cedilnik2002-10-071-1/+1
|
* Add some minimal Dart capability to ctest. For example now you can actually ↵Andy Cedilnik2002-10-071-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 substituteKen Martin2002-09-301-0/+5
|
* Add verbose flag -V, which makes the output of tests to be displayed; also ↵Andy Cedilnik2002-09-241-2/+27
| | | | add help to ctest
* remove unused variablesKen Martin2002-09-151-1/+0
|
* BUG: make sure windows paths are used for the command or it will not work ↵Ken Martin2002-06-241-1/+1
| | | | for win 98
* ERR: Fix for fprintf format warning.Brad King2002-06-181-1/+1
|
* ENH: fix depend problemBill Hoffman2002-05-221-1/+1
|
* ENH: if -R or -E was used, displays also the name of the tests that passed.Sebastien Barre2002-03-291-7/+19
|
* less noisy about changing directoriesKen Martin2002-03-151-1/+8
|
* ENH: overhaul of RunCommand on windows, if only win32 had popen...Bill Hoffman2002-03-141-1/+1
|
* ENH: remove several compiler warningsBill Hoffman2002-03-131-3/+3
|
* ENH: add -E option (exclude tests matching a regexp)Sebastien Barre2002-03-061-4/+24
|
* add command line option -D for config directory to runBill Hoffman2002-02-261-2/+20
|
* ENH: Since each test can send a lot of text to stderr/stdout, ctest now ↵Sebastien Barre2002-02-211-7/+16
| | | | displays the list of tests that failed at the end of the process.
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* ENH: add flushBill Hoffman2001-12-111-0/+1
|
* minor fix for not found executablesKen Martin2001-12-031-0/+9
|
* Improvements to the curses interface.Berk Geveci2001-11-291-1/+3
|
* ENH: add better error reports in parsing cmake files, like what file has the ↵Bill Hoffman2001-10-021-1/+1
| | | | error
* handle spaces in commands and argsBerk Geveci2001-09-201-2/+3
|
* updated testingKen Martin2001-09-111-3/+20
|
* added regexp optionKen Martin2001-08-291-3/+27
|
* better formatted outputKen Martin2001-08-271-1/+2
|
* ENH: add more testingBill Hoffman2001-08-231-2/+2
|
* also check path for test executablesKen Martin2001-08-231-0/+10
|
* fixed formatKen Martin2001-08-231-1/+1
|
* added test driver for make test targetKen Martin2001-08-231-0/+190