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: Create cmXMLSafe to help escapes in XML | Brad King | 2009-02-05 | 1 | -1/+2 |
| | | | | | | | This class provides easy syntax to efficiently insert blocks of data into XML documents with proper escapes. It replaces the old cmCTest::MakeXMLSafe and cmSystemTools::MakeXMLSafe methods which allocated extra memory instead of directly streaming the data. | ||||
* | ENH: Divide CTest file submission list by part | Brad King | 2009-01-12 | 1 | -1/+1 |
| | | | | | | This splits the list of files for CTest to submit into those belonging to each part. The set is recombined just before submission. Later this will allow piecewise submissions. | ||||
* | ENH: Teach ctest_* to create appending XML files | Brad King | 2009-01-12 | 1 | -1/+1 |
| | | | | | This adds an APPEND option to the ctest_* commands which tells them to put the Append="true" attribute in the Site element of their XML file. | ||||
* | ENH: Add OPTIONS argument to the ctest_configure command so that you can ↵ | David Cole | 2008-12-30 | 1 | -2/+2 |
| | | | | pass -D arguments to the cmake configure step from a ctest -S script. Also clarify/correct some not so helpful error messages. | ||||
* | ENH: enhancements for cdash, include system information and better time entries | Bill Hoffman | 2008-01-30 | 1 | -1/+9 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -17/+18 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -17/+27 |
| | |||||
* | 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/+4 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | ENH: Be more verbose | Andy Cedilnik | 2005-06-10 | 1 | -0/+1 |
| | |||||
* | BUG: Remove unused code | Andy Cedilnik | 2005-06-03 | 1 | -1/+0 |
| | |||||
* | COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE | Andy Cedilnik | 2005-05-31 | 1 | -4/+4 |
| | |||||
* | ENH: Add support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 1 | -10/+9 |
| | | | | 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: Cleanups | Andy Cedilnik | 2005-05-03 | 1 | -2/+2 |
| | |||||
* | ENH: Several cleanups and improvements | Andy Cedilnik | 2005-01-27 | 1 | -4/+4 |
| | |||||
* | ENH: Add a superclass to all handlers | Andy Cedilnik | 2005-01-27 | 1 | -3/+1 |
| | |||||
* | ENH: Add compression support to XML files | Andy Cedilnik | 2005-01-27 | 1 | -3/+4 |
| | |||||
* | some bug fixes for my recent checkins and some more cleanup | Ken Martin | 2004-09-07 | 1 | -0/+114 |