summaryrefslogtreecommitdiff
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-193-0/+3
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-194-4/+4
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-1/+1
* Merge topic 'timeout_after_match_testtime'Brad King2016-10-181-0/+1
|\
| * CTest: report time spent after matching outputZack Galbreath2016-10-171-0/+1
* | ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to projectBill Hoffman2016-10-171-0/+4
|/
* Do not define cout/cerr preprocessor symbolsBrad King2016-10-041-4/+0
* Simplify CMake per-source license noticesBrad King2016-09-2788-996/+176
* Merge topic 'test-fixtures'Brad King2016-09-225-2/+233
|\
| * CTest: Add support for test fixturesCraig Scott2016-09-205-2/+233
* | Merge topic 'ctest-capture-error'Brad King2016-09-215-6/+119
|\ \ | |/ |/|
| * CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commandsBill Hoffman2016-09-204-4/+118
| * ctest_coverage: If gcov is not found just warn, not errorBill Hoffman2016-09-201-2/+1
* | CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabledNils Gladitz2016-09-122-9/+10
|/
* surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-2/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-2593-177/+642
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-242-0/+5
* CTest: don't use else after returnDaniel Pfeifer2016-08-1814-81/+66
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-1717-39/+42
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-183-24/+26
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-293-5/+5
* use CM_NULLPTRDaniel Pfeifer2016-06-2833-146/+160
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-2742-139/+140
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-2712-65/+65
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-1/+1
* Add missing braces around statements.Daniel Pfeifer2016-06-105-10/+20
* Prefer std::ostream& over derivatives as parametersDaniel Pfeifer2016-06-082-4/+4
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-066-19/+18
* Merge topic 'size-empty'Brad King2016-06-0311-25/+27
|\
| * Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-0211-25/+27
* | Simplify boolean expressionsDaniel Pfeifer2016-06-026-43/+12
|/
* Merge topic 'remove-needless-copies'Brad King2016-05-2712-24/+21
|\
| * Remove unnecessary local copies.Daniel Pfeifer2016-05-263-9/+6
| * Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-2610-15/+15
* | Remove redundant c_str() calls.Daniel Pfeifer2016-05-267-21/+15
|/
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-245-7/+7
* cmCTestScriptHandler: don't call find repeatedly.Daniel Pfeifer2016-05-241-3/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-1693-9686/+7405
* CTest: Do not treat "Note: ..." lines as errors (#14394)Brad King2016-05-111-0/+1
* Remove `//------...` horizontal separator commentsBrad King2016-05-0931-374/+0
* Move comments off of class access specifier linesBrad King2016-05-062-2/+5
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-065-0/+10
* Source: Sort includes of sys/types.h as clang-format wouldBrad King2016-05-032-2/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-2929-110/+110
* Source: Stabilize include orderBrad King2016-04-2940-34/+42
* Merge topic 'ctest-run-submodule-sync'Brad King2016-04-052-4/+45
|\
| * cmCTestGIT: run `git submodule sync` before updating submodulesBen Boeckel2016-04-011-0/+22
| * cmCTestGIT: add an option to initialize submodules on updateBen Boeckel2016-04-012-1/+20
| * cmCTestGIT: fix git version referencesBen Boeckel2016-04-011-3/+3
* | Merge topic 'cobertura_off_by_one'Brad King2016-04-051-1/+0
|\ \