summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
* Update use of KWSys SystemTools::SplitString for new signatureBrad King2018-06-221-3/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-104/+139
* ctest_start: read model from TAG fileKyle Edwards2018-05-091-5/+55
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-20/+18
* Merge topic 'ctest_start_function_scope'Brad King2018-01-291-0/+8
|\
| * cmCTestScriptHandler: Add new field ShouldRunCurrentScriptKyle Edwards2018-01-261-0/+8
* | CTest: add safe conversion from cmDuration to integer typesWouter Klouwen2018-01-231-10/+6
* | CTest: introduce cmDurationWouter Klouwen2018-01-231-18/+14
|/
* cmCTest: Refactor stop time calculationsBrad King2018-01-081-37/+34
* cmCTest: Remove unused member LastStopTimeoutBrad King2018-01-081-1/+0
* Merge topic 'fix-ctest-chrono'Brad King2017-12-121-15/+15
|\
| * CTest: Use integer-representable value for "infinite" timeoutBrad King2017-12-111-10/+9
| * CTest: Simplify std::chrono::duration<double> conversion to doubleBrad King2017-12-081-4/+3
| * CTest: Fix regression in build-and-test timeout forwardingBrad King2017-12-081-0/+1
| * CTest: Fix regression in build-and-test timeout compuatationBrad King2017-12-081-3/+4
* | CTest: Remove unfinished batch test modeBrad King2017-12-081-4/+0
|/
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-25/+51
* CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-171-2/+2
* cmCTest: Remove dead codeBetsy McPhail2017-11-071-7/+3
* CTest: fix Time formatting in Notes.xmlZack Galbreath2017-10-311-1/+2
* Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-281-0/+2
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-8/+7
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-3/+3
* Merge topic 'string-clear'Brad King2017-09-191-7/+7
|\
| * Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-9/+9
* | pass arguments as vector to cmCTest::RunCommand()Rolf Eike Beer2017-09-151-11/+5
|/
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-45/+33
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-21/+16
* Replace C-style castsDaniel Pfeifer2017-08-271-4/+4
* Use C++11 nullptrDaniel Pfeifer2017-08-241-25/+25
* Merge topic 'labels-for-subprojects'Brad King2017-07-131-0/+34
|\
| * Display subproject timing summaryBetsy McPhail2017-07-101-0/+4
| * Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-0/+30
* | cmCTest: Add missing switch case fallthrough markupBrad King2017-07-051-1/+2
|/
* Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-011-3/+2
* Access string npos without instancePavel Solodovnikov2017-06-011-9/+9
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* Add ctest options for limiting which tests fixtures addCraig Scott2017-05-011-0/+28
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-9/+9
* cmCTest, cmCTestCoverageHandler: remove cwd danceBen Boeckel2017-03-061-2/+0
* clang-tidy: apply misc-redundant-expression fixesDaniel Pfeifer2016-12-121-1/+1
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-2/+2
* Add Encoding option for RunChild, RunMakeCommand and RunProcessDāvis Mosāns2016-11-141-6/+6
* Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-141-9/+47
* Do not query CDash for versionZack Galbreath2016-11-081-48/+0
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-22/+23
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1