summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestLaunch.h
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen: Fix warnings.Nicolas Despres2011-10-231-1/+1
|
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-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: Report file names relative to source dirBrad King2009-02-121-0/+4
| | | | | This teaches cmCTestLaunch to report source files that lie under the top source directory relative to the top.
* ENH: Create internal 'ctest --launch' toolBrad King2009-02-111-0/+105
This creates an undocumented 'ctest --launch' mode. It launches a specified command and optionally records a failure in an xml fragment. We will optionally use this in CTest's Build stage to record per-rule build failure information when using Makefile generators.