summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmprop'Brad King2020-06-021-0/+1
|\
| * Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* | CTest: Handle non-coverage lines in gcov filesTobias Ellinghaus2020-05-291-2/+8
|/
* Merge branch 'backport-ctest-repeat-notrun' into ctest-repeat-notrunBrad King2020-05-271-0/+5
|\
| * CTest: Make sure NOT_RUN tests show up in the failed test logRobert Maynard2020-05-271-0/+5
* | CTest: Log environment variables as a test measurementKyle Edwards2020-05-194-3/+40
* | Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-078-18/+16
* | Merge topic 'stl-support'Brad King2020-05-019-12/+9
|\ \
| * | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-309-12/+9
* | | IWYU: mark <cstddef> as neededBen Boeckel2020-04-293-3/+3
|/ /
* | Merge topic 'ctest_stop_on_failure_16628'Brad King2020-04-225-1/+21
|\ \
| * | ctest: add option --stop-on-failureJohnny Jazeix2020-04-205-1/+21
* | | Merge topic 'ctest-memcheck-sanitizers'Craig Scott2020-04-191-8/+5
|\ \ \ | |/ / |/| |
| * | CTest: Fix '-T MemCheck' command-line support for sanitizersBrad King2020-04-171-8/+5
* | | Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-175-23/+27
|/ /
* | cmParseCacheCoverage: use cmSystemTools::SplitStringBen Boeckel2020-04-132-29/+4
* | nits: replace some "c" instances with 'c'Ben Boeckel2020-04-132-4/+4
* | clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-133-31/+18
* | CTest: Add CTEST_RESOURCE_SPEC_FILE variableKyle Edwards2020-04-023-16/+30
* | Merge topic 'cmprop-getglobalprop'Brad King2020-03-271-5/+4
|\ \
| * | cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-5/+4
* | | Merge branch 'backport-ctest-timeout-report' into ctest-timeout-reportBrad King2020-03-262-8/+14
|\ \ \ | | |/ | |/|
| * | CTest: Fix reported duration on timeout when grindchild keeps pipes openBrad King2020-03-262-8/+14
* | | use _s to construct static string_views at several placesRolf Eike Beer2020-03-241-29/+31
* | | check for a valid URL scheme before starting to do any splittingRolf Eike Beer2020-03-231-6/+7
* | | replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-234-5/+11
* | | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-232-14/+20
* | | replace "substr(0, xx) ==" with cmHasPrefix()Rolf Eike Beer2020-03-232-4/+5
* | | CTest: avoid repeated string comparesRolf Eike Beer2020-03-231-52/+27
* | | Mumps coverage: directly pass std::string as argumentRolf Eike Beer2020-03-236-9/+9
* | | remove pointless return value from cmCTestTestHandler::CleanTestOutput()Rolf Eike Beer2020-03-232-4/+3
* | | PyCoverage: avoid repeated string splitting, especially for uncovered linesRolf Eike Beer2020-03-231-20/+17
* | | use std::string::rfind() instead of open coding itRolf Eike Beer2020-03-231-12/+8
| |/ |/|
* | Merge topic 'modernize-memory-management'Brad King2020-03-126-60/+100
|\ \
| * | cmCTestRunTest: modernize memory managementMarc Chevrier2020-03-116-60/+100
* | | Merge topic 'ctest-curl-debugfunction'Brad King2020-03-122-2/+2
|\ \ \ | | |/ | |/|
| * | CTest: Fix our internal CURL_DEBUGFUNCTION to conform to CURL docsBetsy McPhail2020-03-112-2/+2
* | | Source: use std::string overloadsVitaly Stakhovsky2020-03-102-2/+2
| |/ |/|
* | Modernize memory managementMarc Chevrier2020-03-084-68/+41
|/
* CTest: Provide more detailed information on resource allocation errorKyle Edwards2020-02-243-1/+35
* Refactor: Provide more detailed error information from TryAllocateResources()Kyle Edwards2020-02-242-16/+37
* CTest: Improve error reporting with bad working directory for testsKyle Edwards2020-02-242-2/+2
* Refactor: Require detail when calling cmCTestRunTest::StartFailure()Kyle Edwards2020-02-243-8/+11
* Add --no-tests=<[error|ignore]> option to CTestStefan Dinkelacker2020-01-311-1/+12
* CTest: Fix timeout when grandchild keeps pipes openBrad King2020-01-141-3/+0
* Refactoring: suppress cmEraseIf in favor of cm::erase_ifMarc Chevrier2020-01-092-5/+6
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-074-18/+10
* Merge topic 'ctest-resource-allocation-spec-message'Craig Scott2019-12-293-23/+81
|\
| * CTest: Improve error handling when reading resource spec fileKyle Edwards2019-12-273-23/+81
* | Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-1710-31/+43