summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add a way to submit extra files to the dashboardAndy Cedilnik2005-07-181-1/+51
|
* ENH: Several improvements and cleanups:Andy Cedilnik2005-07-181-33/+106
| | | | | | | 1. Add long command line arguments for every argument 2. Add a way to overwrite CTest configuration by providing --overwrite TimeOut=10 3. Improve argument parsing. 4. Add submit index argument
* BUG: Look for custom files in all directoriesAndy Cedilnik2005-07-141-1/+1
|
* BUG: Fix problem with visual studio in release modeAndy Cedilnik2005-07-121-3/+3
|
* ENH: Improve performance of MakeXMLSafe, improve performance of reading ↵Andy Cedilnik2005-07-031-70/+80
| | | | custom ctest files, and remove error when running ctest on directory without DartConfiguration.tcl
* ENH: Move curl to utilitiesAndy Cedilnik2005-06-241-1/+1
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-3/+38
| | | | multiple submited files
* ENH: Initialize handler before processing itAndy Cedilnik2005-06-201-0/+1
|
* ENH: Add superclass for all commands and handlers. Improve handlers to have ↵Andy Cedilnik2005-06-171-0/+6
| | | | initialization code, and start initializing ctest when start is invoked
* ENH: Return error if there is an ERROR_MESSAGE. Also fix tag for the testAndy Cedilnik2005-06-161-0/+1
|
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-161-6/+97
| | | | | | | | | 1. Support for showing line numbers when debugging ctest --show-line-numbers 2. Modify the ctest initialization code, so that it can be delayed 3. Handlers now have corresponding command if they were invoked from the command (so far only update actually use that) 4. Start command is simplified and the functionality is moved to CTest 5. Update can perform initial checkout if CTEST_CHECKOUT_COMMAND is set 6. Add test that checks out kwsys and perform tests on the fresh checkout
* ENH: Separate standard output and standard error for problematic commandsAndy Cedilnik2005-06-141-0/+107
|
* ENH: Be more verboseAndy Cedilnik2005-06-101-1/+25
|
* ENH: Move the build-and-test code to a handlerAndy Cedilnik2005-06-031-394/+71
|
* ENH: Add debug flagAndy Cedilnik2005-06-021-0/+4
|
* BUG: Fix the order of things to make submit handler not crash when proxies ↵Andy Cedilnik2005-06-021-2/+3
| | | | are set
* ENH: Make CMake --build-and-test to be verbose by defaultAndy Cedilnik2005-06-011-0/+1
|
* COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGEAndy Cedilnik2005-05-311-22/+22
|
* ENH: Add support for writing output file. While doing that, redesign the way ↵Andy Cedilnik2005-05-311-123/+193
| | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake
* ENH: Add method so that ctest handlers and commands can add notesAndy Cedilnik2005-05-081-9/+19
|
* BUG: Fix logic for verboseAndy Cedilnik2005-05-051-1/+1
|
* ENH: Add Site and BuildName, make sure that the rest of the default -S rule ↵Andy Cedilnik2005-05-031-2/+2
| | | | does not happen, and make sure that new tag will be created
* ENH: CleanupsAndy Cedilnik2005-05-031-20/+20
|
* ENH: Promote submit into a full handler, add test and submit command and do ↵Andy Cedilnik2005-05-031-168/+6
| | | | some cleanups
* ENH: More commands. Start working on new style ctest configurationAndy Cedilnik2005-05-021-12/+51
|
* BUG: The argument is --ctest-configAndy Cedilnik2005-04-241-1/+1
|
* STYLE: Fix englishAndy Cedilnik2005-04-151-8/+8
|
* ENH: Rename the DartConfiguration.tcl to CTestConfiguration.iniAndy Cedilnik2005-04-011-1/+1
|
* ENH: Start adding support for CTest testfilesAndy Cedilnik2005-04-011-1/+16
|
* BUG: It is possible for the nightly start time to be over 24 hours in the ↵Brad King2005-03-301-2/+2
| | | | 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.
* BUG: Adjusted GetNightlyTime computation to not depend on time_t being a ↵Brad King2005-03-251-2/+2
| | | | signed type.
* COMP: Remove warning and fix the logicAndy Cedilnik2005-03-061-1/+6
|
* ENH: Start working on xmlrpc code. This code does not work, but it will at ↵Andy Cedilnik2005-03-041-0/+16
| | | | least test compiling with cmxmlrpc
* BUG: better error handlingKen Martin2005-02-221-0/+13
|
* ENH: ctest now uses CMake global generator to do the build part of ↵Ken Martin2005-02-221-233/+84
| | | | build-and-test
* ENH: Some more generalizationAndy Cedilnik2005-02-171-17/+11
|
* ENH: Cleanups and add CTEST_UPDATE commandAndy Cedilnik2005-02-171-6/+33
|
* ENH: Cleanups and add CTEST_START commandAndy Cedilnik2005-02-171-22/+27
|
* ENH: use ALL_BUILD targetBill Hoffman2005-02-161-3/+2
|
* ENH: getting closerBill Hoffman2005-02-141-0/+17
|
* BUG: Fixed --build-target implementation to work with Visual Studio generators.Brad King2005-02-041-2/+19
|
* ENH: Enable compression with DartConfiguration fileAndy Cedilnik2005-01-271-0/+1
|
* ENH: Several cleanups and improvementsAndy Cedilnik2005-01-271-53/+61
|
* ENH: Add a superclass to all handlersAndy Cedilnik2005-01-271-7/+14
|
* ENH: Add compression support to XML filesAndy Cedilnik2005-01-271-34/+44
|
* ENH: Add method to populate custom integersAndy Cedilnik2005-01-261-0/+14
|
* BUG: when ctest is looking for cmake look in the build directory as well as ↵Bill Hoffman2005-01-171-12/+30
| | | | where ctest is so that purify will work
* ENH: added -U option to take union of -R and -IKen Martin2004-11-131-0/+4
|
* ENH: Add development version support in CMakeAndy Cedilnik2004-10-221-2/+5
|
* BUG: Remove instances of // in the outputAndy Cedilnik2004-10-191-3/+6
|