Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -2/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | ENH: fix for no newline on some makes fix for ctest and some symlinks | Andy Cedilnik | 2006-08-14 | 1 | -0/+4 |
| | |||||
* | BUG: Try to fix the problem of bad test names | Andy Cedilnik | 2006-07-11 | 1 | -2/+4 |
| | |||||
* | ENH: Add support for special tracks, fix options of handlers so that the -R, ↵ | Andy Cedilnik | 2006-04-28 | 1 | -8/+24 |
| | | | | -U, and so on work in the new style scripting | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -3/+3 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -10/+10 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -6/+9 |
| | |||||
* | ENH: Several improvements with the way things are handled. Also, support ↵ | Andy Cedilnik | 2005-06-23 | 1 | -2/+3 |
| | | | | multiple submited files | ||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -0/+1 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | ENH: Several improvements to CTest: | Andy Cedilnik | 2005-06-16 | 1 | -29/+5 |
| | | | | | | | | | 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 support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 1 | -3/+3 |
| | | | | 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: Remove error about not being able to update CTest configuration | Andy Cedilnik | 2005-05-08 | 1 | -0/+1 |
| | |||||
* | ENH: Add Site and BuildName, make sure that the rest of the default -S rule ↵ | Andy Cedilnik | 2005-05-03 | 1 | -1/+5 |
| | | | | does not happen, and make sure that new tag will be created | ||||
* | ENH: Cleanups | Andy Cedilnik | 2005-05-03 | 1 | -3/+3 |
| | |||||
* | ENH: More commands. Start working on new style ctest configuration | Andy Cedilnik | 2005-05-02 | 1 | -0/+23 |
| | |||||
* | ENH: Cleanups and add CTEST_START command | Andy Cedilnik | 2005-02-17 | 1 | -0/+78 |