Andy Cedilnik
|
72cde70ee8
Split ctest into two three files
|
před 23 roky |
Andy Cedilnik
|
e0cec1e650
Add support for only showing what will be done. This way you can for example get a list of all tests: ctest -N or list of all tests that match regex: ctest -N -R regex
|
před 23 roky |
Ken Martin
|
ad8504701e
fixed warnings
|
před 23 roky |
Brad King
|
54541bd40a
ENH: Improved filename/line number reporting in error message. Macro invocations now chain up the error message.
|
před 23 roky |
Brad King
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
před 23 roky |
Brad King
|
d6f98c2a82
ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart.
|
před 23 roky |
Andy Cedilnik
|
238815fe19
Remove warning
|
před 23 roky |
Andy Cedilnik
|
c17a0495f9
Initial addition of coverage
|
před 23 roky |
Andy Cedilnik
|
146a3de46d
Fix for network paths
|
před 23 roky |
Bill Hoffman
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
před 23 roky |
Andy Cedilnik
|
d7ee016535
Move the hi-res time to system tools
|
před 23 roky |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
před 23 roky |
Andy Cedilnik
|
c1c74f925c
When in verbose mode print test command
|
před 23 roky |
Andy Cedilnik
|
eda89848be
Remove unused variable
|
před 23 roky |
Andy Cedilnik
|
f70a759446
Remove std::hex as it does not seems to work on SGI, attempt to fix ftime problem on borland
|
před 23 roky |
Andy Cedilnik
|
5a1fccd34d
Fix namespace, typo, and make ftime work on windows
|
před 23 roky |
Andy Cedilnik
|
f4859295eb
Even more cleanups, fix time on certain platforms such as windows, cygwin, and linux. Hopefully we can add entries for other platforms until try_compile works. Also escape certain characters for xml.
|
před 23 roky |
Andy Cedilnik
|
066cea228b
More cleanups, fix prexontext and log number
|
před 23 roky |
Andy Cedilnik
|
461a3d2089
Add LastBuild.log file, fix some minor problems in output, modify output a bit...
|
před 23 roky |
Brad King
|
281f7519e1
ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream.
|
před 23 roky |
Andy Cedilnik
|
1dcfcc809e
Remove warning
|
před 23 roky |
Andy Cedilnik
|
089429fee9
Try to use platform independent input string stream
|
před 23 roky |
Andy Cedilnik
|
ea87271c4a
Reorganization, cleanup and some improvement in dart emulation
|
před 23 roky |
Andy Cedilnik
|
8f63293056
Add parsing of warnings and errors
|
před 23 roky |
Andy Cedilnik
|
350eeeab4e
Add configure option and fix potential bug in other targets. Now the run command is actually run with directory, so eventually we should be able to run this from a subdirectory
|
před 23 roky |
Andy Cedilnik
|
fba1ca0b68
Fix update so that it actually updates the source directory,
|
před 23 roky |
Andy Cedilnik
|
088709e99f
Add missing namespace
|
před 23 roky |
Andy Cedilnik
|
da70a950de
Add some minimal Dart capability to ctest. For example now you can actually 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.
|
před 23 roky |
Ken Martin
|
5b6d899bc6
Set comspec substitute
|
před 23 roky |
Andy Cedilnik
|
80f20047af
Add verbose flag -V, which makes the output of tests to be displayed; also add help to ctest
|
před 23 roky |