summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ERR: Remove warningAndy Cedilnik2003-05-061-6/+6
|
* ENH: Fix some dart issues. Now it works fine without dart.Andy Cedilnik2003-05-021-1/+60
|
* ENH: Rename option -D to -C because we will use -D laterAndy Cedilnik2003-04-251-2/+2
|
* Start working on contAndy Cedilnik2003-02-111-0/+1
|
* Fix date issues with different modelsAndy Cedilnik2003-02-111-0/+19
|
* Split ctest into two three filesAndy Cedilnik2002-12-171-1455/+3
|
* Add support for only showing what will be done. This way you can for example ↵Andy Cedilnik2002-12-151-48/+103
| | | | get a list of all tests: ctest -N or list of all tests that match regex: ctest -N -R regex
* fixed warningsKen Martin2002-12-131-2/+0
|
* ENH: Improved filename/line number reporting in error message. Macro ↵Brad King2002-12-121-1/+3
| | | | invocations now chain up the error message.
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-15/+18
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵Brad King2002-12-111-0/+1
| | | | when CMake is invoked by Dart.
* Remove warningAndy Cedilnik2002-12-101-2/+4
|
* Initial addition of coverageAndy Cedilnik2002-12-091-8/+377
|
* 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
|