summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* 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-133-0/+3
* | Merge topic 'ctest-submit-content-type'Brad King2015-10-122-0/+14
|\ \ | |/
| * CTest: Set Content-Type header for http file upload (#15774)Derek Bruening2015-10-122-0/+14
* | Set the current dirs on the snapshot before creating the cmMakefile.Stephen Kelly2015-10-071-6/+3
* | Remove unused cmLocalGenerator include.Stephen Kelly2015-10-053-3/+0
* | CTest: Port away from cmLocalGenerator.Stephen Kelly2015-10-052-14/+2
* | CTest: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-052-6/+0
|/
* CTest: Add options to limit output of passed and failed testsRoman Wüger2015-09-181-0/+5
* Merge topic 'jacoco_find_files'Brad King2015-09-011-52/+87
|\
| * ctest_coverage: Make Jacoco parser better at finding source filesZack Galbreath2015-09-011-52/+87