index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CTest
/
cmCTestCoverageHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-3/+1
|
\
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
|
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-2/+1
|
\
\
|
|
/
|
/
|
|
*
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-2/+1
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-5/+4
|
/
*
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-1/+0
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-8/+8
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-50/+59
*
CTest: The "Could not find gcov." message should not be a warning
Betsy McPhail
2018-03-28
1
-1/+2
*
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
1
-1/+21
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-10/+10
*
CTest: introduce cmDuration
Wouter Klouwen
2018-01-23
1
-10/+11
*
CTest: Simplify std::chrono::duration<double> conversion to double
Brad King
2017-12-08
1
-2/+1
*
CTest: convert timeouts to std::chrono::duration
Wouter Klouwen
2017-12-04
1
-9/+12
*
IWYU: Add mappings for std::enable_if on chrono durations
Brad King
2017-11-28
1
-1/+0
*
CTest: adopt std::chrono::system_clock
Wouter Klouwen
2017-11-17
1
-10/+6
*
CTest: use std::chrono::steady_clock for time keeping
Wouter Klouwen
2017-11-14
1
-11/+14
*
Merge topic 'CTest-cov-string'
Brad King
2017-09-20
1
-9/+8
|
\
|
*
CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage()
Rolf Eike Beer
2017-09-19
1
-9/+8
*
|
Merge topic 'CTest-crash-missing-glob'
Brad King
2017-09-20
1
-0/+2
|
\
\
|
|
/
|
/
|
|
*
CTest: fix crash if source file for coverage cannot be found
Rolf Eike Beer
2017-09-19
1
-0/+2
*
|
Merge topic 'string-clear'
Brad King
2017-09-19
1
-5/+5
|
\
\
|
*
|
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-5/+5
*
|
|
pass arguments as vector to cmCTest::RunCommand()
Rolf Eike Beer
2017-09-15
1
-9/+36
|
/
/
*
|
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-109/+79
*
|
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-5/+5
|
/
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-6/+7
*
clang-tidy: remove else after break and continue
Daniel Pfeifer
2017-04-21
1
-1/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-4/+4
*
cmWorkingDirectory: use the new class
Ben Boeckel
2017-03-06
1
-15/+5
*
cmCTest, cmCTestCoverageHandler: remove cwd dance
Ben Boeckel
2017-03-06
1
-5/+0
*
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
1
-6/+6
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
ctest_coverage: If gcov is not found just warn, not error
Bill Hoffman
2016-09-20
1
-2/+1
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-4/+8
*
CTest: don't use else after return
Daniel Pfeifer
2016-08-18
1
-5/+4
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-7/+6
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-5/+5
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-2/+2
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-12/+4
*
Merge topic 'remove-needless-copies'
Brad King
2016-05-27
1
-2/+1
|
\
|
*
Remove unnecessary local copies.
Daniel Pfeifer
2016-05-26
1
-1/+0
|
*
Pass arguments that are not modified as const&.
Daniel Pfeifer
2016-05-26
1
-1/+1
*
|
Remove redundant c_str() calls.
Daniel Pfeifer
2016-05-26
1
-1/+1
|
/
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-1236/+962
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-37/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-12/+12
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
CTest: Make coverage file selection more specific.
Joseph Snyder
2016-02-25
1
-2/+18
[next]