Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: More verbosity | Andy Cedilnik | 2005-10-04 | 1 | -0/+13 |
| | |||||
* | ENH: Expose version of ctest | Andy Cedilnik | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | BUG: Initialize variable | Andy Cedilnik | 2005-07-20 | 1 | -0/+1 |
| | |||||
* | ENH: Add a way to submit extra files to the dashboard | Andy Cedilnik | 2005-07-18 | 1 | -1/+51 |
| | |||||
* | ENH: Several improvements and cleanups: | Andy Cedilnik | 2005-07-18 | 1 | -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 directories | Andy Cedilnik | 2005-07-14 | 1 | -1/+1 |
| | |||||
* | BUG: Fix problem with visual studio in release mode | Andy Cedilnik | 2005-07-12 | 1 | -3/+3 |
| | |||||
* | ENH: Improve performance of MakeXMLSafe, improve performance of reading ↵ | Andy Cedilnik | 2005-07-03 | 1 | -70/+80 |
| | | | | custom ctest files, and remove error when running ctest on directory without DartConfiguration.tcl | ||||
* | ENH: Move curl to utilities | Andy Cedilnik | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | ENH: Several improvements with the way things are handled. Also, support ↵ | Andy Cedilnik | 2005-06-23 | 1 | -3/+38 |
| | | | | multiple submited files | ||||
* | ENH: Initialize handler before processing it | Andy Cedilnik | 2005-06-20 | 1 | -0/+1 |
| | |||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -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 test | Andy Cedilnik | 2005-06-16 | 1 | -0/+1 |
| | |||||
* | ENH: Several improvements to CTest: | Andy Cedilnik | 2005-06-16 | 1 | -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 commands | Andy Cedilnik | 2005-06-14 | 1 | -0/+107 |
| | |||||
* | ENH: Be more verbose | Andy Cedilnik | 2005-06-10 | 1 | -1/+25 |
| | |||||
* | ENH: Move the build-and-test code to a handler | Andy Cedilnik | 2005-06-03 | 1 | -394/+71 |
| | |||||
* | ENH: Add debug flag | Andy Cedilnik | 2005-06-02 | 1 | -0/+4 |
| | |||||
* | BUG: Fix the order of things to make submit handler not crash when proxies ↵ | Andy Cedilnik | 2005-06-02 | 1 | -2/+3 |
| | | | | are set | ||||
* | ENH: Make CMake --build-and-test to be verbose by default | Andy Cedilnik | 2005-06-01 | 1 | -0/+1 |
| | |||||
* | COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE | Andy Cedilnik | 2005-05-31 | 1 | -22/+22 |
| | |||||
* | ENH: Add support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 1 | -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 notes | Andy Cedilnik | 2005-05-08 | 1 | -9/+19 |
| | |||||
* | BUG: Fix logic for verbose | Andy Cedilnik | 2005-05-05 | 1 | -1/+1 |
| | |||||
* | ENH: Add Site and BuildName, make sure that the rest of the default -S rule ↵ | Andy Cedilnik | 2005-05-03 | 1 | -2/+2 |
| | | | | does not happen, and make sure that new tag will be created | ||||
* | ENH: Cleanups | Andy Cedilnik | 2005-05-03 | 1 | -20/+20 |
| | |||||
* | ENH: Promote submit into a full handler, add test and submit command and do ↵ | Andy Cedilnik | 2005-05-03 | 1 | -168/+6 |
| | | | | some cleanups | ||||
* | ENH: More commands. Start working on new style ctest configuration | Andy Cedilnik | 2005-05-02 | 1 | -12/+51 |
| | |||||
* | BUG: The argument is --ctest-config | Andy Cedilnik | 2005-04-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Fix english | Andy Cedilnik | 2005-04-15 | 1 | -8/+8 |
| | |||||
* | ENH: Rename the DartConfiguration.tcl to CTestConfiguration.ini | Andy Cedilnik | 2005-04-01 | 1 | -1/+1 |
| | |||||
* | ENH: Start adding support for CTest testfiles | Andy Cedilnik | 2005-04-01 | 1 | -1/+16 |
| | |||||
* | BUG: It is possible for the nightly start time to be over 24 hours in the ↵ | Brad King | 2005-03-30 | 1 | -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 King | 2005-03-25 | 1 | -2/+2 |
| | | | | signed type. | ||||
* | COMP: Remove warning and fix the logic | Andy Cedilnik | 2005-03-06 | 1 | -1/+6 |
| | |||||
* | ENH: Start working on xmlrpc code. This code does not work, but it will at ↵ | Andy Cedilnik | 2005-03-04 | 1 | -0/+16 |
| | | | | least test compiling with cmxmlrpc | ||||
* | BUG: better error handling | Ken Martin | 2005-02-22 | 1 | -0/+13 |
| | |||||
* | ENH: ctest now uses CMake global generator to do the build part of ↵ | Ken Martin | 2005-02-22 | 1 | -233/+84 |
| | | | | build-and-test | ||||
* | ENH: Some more generalization | Andy Cedilnik | 2005-02-17 | 1 | -17/+11 |
| | |||||
* | ENH: Cleanups and add CTEST_UPDATE command | Andy Cedilnik | 2005-02-17 | 1 | -6/+33 |
| | |||||
* | ENH: Cleanups and add CTEST_START command | Andy Cedilnik | 2005-02-17 | 1 | -22/+27 |
| | |||||
* | ENH: use ALL_BUILD target | Bill Hoffman | 2005-02-16 | 1 | -3/+2 |
| | |||||
* | ENH: getting closer | Bill Hoffman | 2005-02-14 | 1 | -0/+17 |
| | |||||
* | BUG: Fixed --build-target implementation to work with Visual Studio generators. | Brad King | 2005-02-04 | 1 | -2/+19 |
| | |||||
* | ENH: Enable compression with DartConfiguration file | Andy Cedilnik | 2005-01-27 | 1 | -0/+1 |
| | |||||
* | ENH: Several cleanups and improvements | Andy Cedilnik | 2005-01-27 | 1 | -53/+61 |
| | |||||
* | ENH: Add a superclass to all handlers | Andy Cedilnik | 2005-01-27 | 1 | -7/+14 |
| | |||||
* | ENH: Add compression support to XML files | Andy Cedilnik | 2005-01-27 | 1 | -34/+44 |
| | |||||
* | ENH: Add method to populate custom integers | Andy Cedilnik | 2005-01-26 | 1 | -0/+14 |
| | |||||
* | BUG: when ctest is looking for cmake look in the build directory as well as ↵ | Bill Hoffman | 2005-01-17 | 1 | -12/+30 |
| | | | | where ctest is so that purify will work |