Andy Cedilnik
|
f47a57c3e8
ENH: Add a way to submit extra files to the dashboard
|
20 years ago |
Andy Cedilnik
|
3d84afe571
ENH: Several improvements and cleanups:
|
20 years ago |
Andy Cedilnik
|
79eeb9c4e6
BUG: Look for custom files in all directories
|
20 years ago |
Andy Cedilnik
|
2dc914c839
BUG: Fix problem with visual studio in release mode
|
20 years ago |
Andy Cedilnik
|
baf5601acb
ENH: Improve performance of MakeXMLSafe, improve performance of reading custom ctest files, and remove error when running ctest on directory without DartConfiguration.tcl
|
20 years ago |
Andy Cedilnik
|
b7514580f9
ENH: Move curl to utilities
|
20 years ago |
Andy Cedilnik
|
1b578d3180
ENH: Several improvements with the way things are handled. Also, support multiple submited files
|
20 years ago |
Andy Cedilnik
|
c60263f5ea
ENH: Initialize handler before processing it
|
20 years ago |
Andy Cedilnik
|
d9dc9b54a6
ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked
|
20 years ago |
Andy Cedilnik
|
73fe7c316a
ENH: Return error if there is an ERROR_MESSAGE. Also fix tag for the test
|
20 years ago |
Andy Cedilnik
|
2cc5ed49d1
ENH: Several improvements to CTest:
|
20 years ago |
Andy Cedilnik
|
a95a4b000d
ENH: Separate standard output and standard error for problematic commands
|
20 years ago |
Andy Cedilnik
|
ab313ca547
ENH: Be more verbose
|
20 years ago |
Andy Cedilnik
|
1a165dc60d
ENH: Move the build-and-test code to a handler
|
20 years ago |
Andy Cedilnik
|
d56bed98d7
ENH: Add debug flag
|
20 years ago |
Andy Cedilnik
|
8f6c1d3baa
BUG: Fix the order of things to make submit handler not crash when proxies are set
|
20 years ago |
Andy Cedilnik
|
8e3832c3d5
ENH: Make CMake --build-and-test to be verbose by default
|
20 years ago |
Andy Cedilnik
|
7f7cf5ee6b
COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE
|
20 years ago |
Andy Cedilnik
|
f6e5a878fc
ENH: Add support for writing output file. While doing that, redesign the way ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake
|
20 years ago |
Andy Cedilnik
|
4e49c3bf6e
ENH: Add method so that ctest handlers and commands can add notes
|
20 years ago |
Andy Cedilnik
|
f4a8c582aa
BUG: Fix logic for verbose
|
20 years ago |
Andy Cedilnik
|
2b29497de9
ENH: Add Site and BuildName, make sure that the rest of the default -S rule does not happen, and make sure that new tag will be created
|
20 years ago |
Andy Cedilnik
|
de57a86298
ENH: Cleanups
|
20 years ago |
Andy Cedilnik
|
c7feef30e2
ENH: Promote submit into a full handler, add test and submit command and do some cleanups
|
20 years ago |
Andy Cedilnik
|
f1ebfb24c6
ENH: More commands. Start working on new style ctest configuration
|
20 years ago |
Andy Cedilnik
|
3a8e7599b1
BUG: The argument is --ctest-config
|
20 years ago |
Andy Cedilnik
|
3085b3bcfd
STYLE: Fix english
|
20 years ago |
Andy Cedilnik
|
6cd36d16e5
ENH: Rename the DartConfiguration.tcl to CTestConfiguration.ini
|
20 years ago |
Andy Cedilnik
|
7acfc4dc3c
ENH: Start adding support for CTest testfiles
|
20 years ago |
Brad King
|
a0e71e77f9
BUG: It is possible for the nightly start time to be over 24 hours in the future which requires two days to be subtracted. Using a while loop to make sure enough days are added or subtracted. It should never be able to iterate more than twice.
|
20 years ago |