Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -187/+198 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -132/+228 |
| | |||||
* | BUG: More VS8 fixes | Andy Cedilnik | 2006-03-01 | 1 | -12/+30 |
| | |||||
* | ENH: More verbosity | Andy Cedilnik | 2005-10-04 | 1 | -0/+3 |
| | |||||
* | BUG: Remove duplicate prefix | Andy Cedilnik | 2005-07-21 | 1 | -1/+1 |
| | |||||
* | ENH: Add a way to submit extra files to the dashboard | Andy Cedilnik | 2005-07-18 | 1 | -6/+18 |
| | |||||
* | BUG: On windows there can be a problem because scp does not handle drive ↵ | Andy Cedilnik | 2005-07-06 | 1 | -1/+14 |
| | | | | names. This uses relative path for scp | ||||
* | BUG: Exit properly on SCP submission | Andy Cedilnik | 2005-06-24 | 1 | -0/+1 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2005-06-24 | 1 | -11/+10 |
| | |||||
* | ENH: Move curl to utilities | Andy Cedilnik | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | ENH: Make iterators const | Andy Cedilnik | 2005-06-23 | 1 | -5/+5 |
| | |||||
* | ENH: Several improvements with the way things are handled. Also, support ↵ | Andy Cedilnik | 2005-06-23 | 1 | -31/+46 |
| | | | | multiple submited files | ||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -0/+11 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | ENH: Several improvements to CTest: | Andy Cedilnik | 2005-06-16 | 1 | -47/+69 |
| | | | | | | | | | 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 | ||||
* | BUG: Fix the order of things to make submit handler not crash when proxies ↵ | Andy Cedilnik | 2005-06-02 | 1 | -71/+74 |
| | | | | are set | ||||
* | ENH: Cleanup output even more | Andy Cedilnik | 2005-06-02 | 1 | -19/+32 |
| | |||||
* | BUG: On windows there are problems when opening file as ascii | Andy Cedilnik | 2005-06-02 | 1 | -1/+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 | -77/+113 |
| | | | | 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: Fix for changes in XML-RPC for Dart2 | Andy Cedilnik | 2005-05-26 | 1 | -16/+5 |
| | |||||
* | ENH: Cleanups | Andy Cedilnik | 2005-05-03 | 1 | -27/+27 |
| | |||||
* | ENH: Promote submit into a full handler, add test and submit command and do ↵ | Andy Cedilnik | 2005-05-03 | 1 | -0/+813 |
some cleanups |