summaryrefslogtreecommitdiff
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | cmParseCoberturaCoverage: Remove extra coverage lineZack Galbreath2016-03-301-1/+0
| |/
* | Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-291-1/+1
|/
* CTest: Only apply the secondary test timeout onceZack Galbreath2016-03-231-0/+2
* CTest: Optionally use a secondary test timeout after matching outputZack Galbreath2016-03-225-0/+62
* CTest: Make coverage file selection more specific.Joseph Snyder2016-02-251-2/+18
* ctest_test: Report which tests failed even when QUIET is usedZack Galbreath2016-01-131-2/+2
* CTest: Expand directories for Cobertura searchJoseph Snyder2015-11-231-3/+18
* Merge topic 'jacoco_out_of_source'Brad King2015-11-161-4/+21
|\
| * ctest_coverage: Search for Jacoco files in the binary directoryZack Galbreath2015-11-161-4/+21
* | Fix trivial clang -Wdouble-promotion warningsSean McBride2015-11-112-2/+2
|/
* Merge topic 'fix-test-RUN_SERIAL-failure-regression'Brad King2015-10-261-5/+4
|\
| * CTest: Fix regression in handling of a RUN_SERIAL test that failsBrad King2015-10-231-5/+4
* | cmState: Initialize default definitions immediately.Stephen Kelly2015-10-143-0/+3