summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBuildHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'reduce-temporaries'Brad King2018-01-291-4/+5
|\
| * Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-4/+5
* | CTest: introduce cmDurationWouter Klouwen2018-01-231-2/+3
|/
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-1/+1
* IWYU: Add mappings for std::enable_if on chrono durationsBrad King2017-11-281-1/+0
* CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-171-5/+4
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-6/+10
* Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-281-0/+1
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-2/+2
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-12/+12
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-53/+38
* Use C++11 nullptrDaniel Pfeifer2017-08-241-11/+11
* Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-0/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
* cmCTestBuildHandler: Fix warning in FragmentCompare signatureBrad King2017-01-161-1/+1
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-1/+1
* Add Encoding option for RunChild, RunMakeCommand and RunProcessDāvis Mosāns2016-11-141-2/+2
* Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-141-2/+17
* cmCTestBuildHandler: Use size_t in ProcessBuffer length argumentBrad King2016-11-141-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-2/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-12/+3
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-11/+12
* Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-1/+1
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-523/+408
* CTest: Do not treat "Note: ..." lines as errors (#14394)Brad King2016-05-111-0/+1
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-20/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-8/+8
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* CTest: hide progress ticks in verbose outputDaniel Pfeifer2015-07-061-5/+5
* Merge topic 'ctest-xml-refactor'Brad King2015-05-281-58/+41
|\
| * cmCTestBuildHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-58/+41
* | Merge topic 'ctest-update-gmake-error-match'Brad King2015-05-281-2/+2
|\ \ | |/ |/|
| * ctest_build: Fix regression in GNU make error message matchingZack Galbreath2015-05-271-2/+2
* | Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* | ctest_build: Add QUIET optionZack Galbreath2015-02-231-34/+42
* | Merge topic 'ctest-update-gmake-error-match'Brad King2015-01-291-2/+2
|\ \ | |/
| * ctest_build: Update GNU make error message matching (#15379)Marco Nolden2015-01-281-2/+2
* | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-2/+2
* | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* | ctest_build: Fix logic regression in parent that clips build outputBrad King2015-01-151-1/+1
* | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-5/+2
* | Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* | Merge topic 'remove-borland-build'Brad King2014-10-211-3/+0
|\ \
| * | Remove borland workarounds.Stephen Kelly2014-10-151-3/+0
| |/
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-4/+4
|/