Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-06-22 | 1 | -1/+1 |
| | |||||
* | ENH: Remove stray abort | Andy Cedilnik | 2005-06-21 | 1 | -1/+0 |
| | |||||
* | ENH: fix for BSD makes no longer use dir name as a target | Ken Martin | 2005-06-21 | 2 | -0/+3 |
| | |||||
* | BUG: Fixed error message formatting when try run executable command cannot ↵ | Brad King | 2005-06-21 | 1 | -13/+15 |
| | | | | be found. | ||||
* | BUG: Fix escaping to make OSX work again | Andy Cedilnik | 2005-06-21 | 1 | -1/+3 |
| | |||||
* | BUG: Use sleep(1) instead of usleep(1000000) because some UNIX systems ↵ | Brad King | 2005-06-21 | 1 | -1/+1 |
| | | | | specify that the argument to usleep must be less than 1000000. | ||||
* | ENH: add test to make sure custom commands are used | Ken Martin | 2005-06-21 | 3 | -1/+26 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | ENH: Initialize handler before processing it | Andy Cedilnik | 2005-06-20 | 1 | -0/+1 |
| | |||||
* | ENH: Until there is some test for curses dialog, no need to do coverage | Andy Cedilnik | 2005-06-20 | 1 | -0/+1 |
| | |||||
* | BUG: goof in new feature fixed | Ken Martin | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | ENH: removed unused files | Ken Martin | 2005-06-20 | 2 | -3139/+0 |
| | |||||
* | ENH: modified GET_TARGET_PROPERTIES to work with all targets | Ken Martin | 2005-06-20 | 4 | -51/+57 |
| | |||||
* | ENH: fix test, it has to return a true/false value otherwise it just passes ↵ | Sebastien Barre | 2005-06-20 | 1 | -5/+46 |
| | | | | the test, and add test for EscapeChars | ||||
* | ENH: Added documentation of VERSION and SOVERSION properties. | Brad King | 2005-06-20 | 1 | -0/+6 |
| | |||||
* | ENH: no longer used | Ken Martin | 2005-06-20 | 4 | -3705/+0 |
| | |||||
* | COMP: see about fixing warning | Ken Martin | 2005-06-20 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-06-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-06-18 | 1 | -1/+1 |
| | |||||
* | COMP: Fix problems with old cmake | Andy Cedilnik | 2005-06-18 | 1 | -3/+0 |
| | |||||
* | ENH: Improve handling of escaped characters | Andy Cedilnik | 2005-06-17 | 7 | -18/+90 |
| | |||||
* | ENH: Pass ctest config type to subprocesses | Andy Cedilnik | 2005-06-17 | 1 | -0/+3 |
| | |||||
* | ENH: Pass configuration type to subprocesses | Andy Cedilnik | 2005-06-17 | 1 | -0/+1 |
| | |||||
* | ENH: Enabling new test 7 of process execution. | Brad King | 2005-06-17 | 1 | -0/+1 |
| | |||||
* | ENH: Added polling feature to documentation of WaitForData. | Brad King | 2005-06-17 | 1 | -1/+3 |
| | |||||
* | BUG: Fixed polling feature of WaitForData. | Brad King | 2005-06-17 | 1 | -2/+13 |
| | |||||
* | ENH: Added test 7 to expose problems with polling by WaitForData. | Brad King | 2005-06-17 | 1 | -18/+94 |
| | |||||
* | BUG: Fixed polling capability of WaitForData. | Brad King | 2005-06-17 | 1 | -18/+28 |
| | |||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 26 | -53/+361 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | ENH: Fix Bug #1950, provide a direct access to the input. Minor cleanup ↵ | Mathieu Malaterre | 2005-06-17 | 1 | -1/+1 |
| | | | | (convenience) | ||||
* | ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch ↵ | Brad King | 2005-06-17 | 3 | -1/+13 |
| | | | | level. Submitted by Alexander Neundorf. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | When running the same ctest as the one we are testing, make sure to run as ↵ | Andy Cedilnik | 2005-06-16 | 1 | -3/+3 |
| | | | | separate process | ||||
* | ENH: Add extra argument | Andy Cedilnik | 2005-06-16 | 2 | -2/+8 |
| | |||||
* | ENH: Return error if there is an ERROR_MESSAGE. Also fix tag for the test | Andy Cedilnik | 2005-06-16 | 1 | -0/+1 |
| | |||||
* | COMP: Fix build error on Windows | Andy Cedilnik | 2005-06-16 | 1 | -2/+2 |
| | |||||
* | ENH: Add test of macro | Andy Cedilnik | 2005-06-16 | 1 | -0/+10 |
| | |||||
* | ENH: Before running configre, remove all macros. Also, backup the command ↵ | Andy Cedilnik | 2005-06-16 | 2 | -6/+45 |
| | | | | names. Also, make command names case insensitive | ||||
* | ENH: Add classname to commands | Andy Cedilnik | 2005-06-16 | 9 | -0/+21 |
| | |||||
* | ENH: Several improvements to CTest: | Andy Cedilnik | 2005-06-16 | 11 | -101/+271 |
| | | | | | | | | | 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: add first cut at support for exe with same name as lib | Ken Martin | 2005-06-16 | 1 | -0/+11 |
| | |||||
* | ENH: add first cut at support for exe with same name as lib | Ken Martin | 2005-06-16 | 4 | -6/+37 |
| | |||||
* | ENH: replace brackets with more generic find | Ken Martin | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | ENH: make more specific in reject self linking | Ken Martin | 2005-06-16 | 1 | -1/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | ENH: Add accessor for Makefile and make SetError public | Andy Cedilnik | 2005-06-15 | 1 | -1/+6 |
| | |||||
* | ENH: Pass in memcheck command options and suppresions, and change skin to tool | Andy Cedilnik | 2005-06-15 | 2 | -1/+8 |
| | |||||
* | ENH: Handle passing in coverage command | Andy Cedilnik | 2005-06-15 | 1 | -0/+3 |
| | |||||
* | ENH: Add logging to improve coverage | Andy Cedilnik | 2005-06-15 | 1 | -0/+2 |
| |