index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
CTest
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve several occurrences of vector::push_back in loops
Matthias Maennich
2017-09-28
4
-0
/
+4
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-26
3
-18
/
+19
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
9
-17
/
+18
*
Merge topic 'CTest-cov-string'
Brad King
2017-09-20
2
-11
/
+10
|
\
|
*
CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage()
Rolf Eike Beer
2017-09-19
2
-11
/
+10
*
|
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
16
-81
/
+81
|
\
\
|
*
|
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-16
16
-81
/
+81
*
|
|
Merge topic 'ctest-runcommand'
Brad King
2017-09-18
1
-9
/
+36
|
\
\
\
|
*
|
|
pass arguments as vector to cmCTest::RunCommand()
Rolf Eike Beer
2017-09-15
1
-9
/
+36
|
|
/
/
*
|
|
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
46
-184
/
+183
|
/
/
*
|
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
32
-824
/
+573
*
|
CTest: Weight reported test times by PROCESSORS in summaries
Bill Hoffman
2017-09-08
1
-2
/
+2
*
|
CTest: Split out labels and subproject labels in summary output
Bill Hoffman
2017-09-08
2
-99
/
+37
*
|
use static_cast<> for casts from void*
Rolf Eike Beer
2017-09-01
2
-4
/
+4
*
|
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
3
-9
/
+9
*
|
Merge topic 'cstyle-casts'
Daniel Pfeifer
2017-08-30
7
-29
/
+30
|
\
\
|
*
|
Replace C-style casts
Daniel Pfeifer
2017-08-27
7
-29
/
+30
*
|
|
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
43
-45
/
+35
|
/
/
*
|
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
34
-165
/
+160
*
|
CTest: Report lines matched by launchers
Bill Hoffman
2017-08-07
1
-1
/
+5
*
|
Merge topic 'add_test_processors_prop_to_cdash'
Brad King
2017-07-21
1
-0
/
+6
|
\
\
|
*
|
Add the test property PROCESSORS to the CDash xml as a NamedMeasurement.
Bill Hoffman
2017-07-18
1
-0
/
+6
*
|
|
Merge topic 'cmake-E-sha'
Brad King
2017-07-18
1
-7
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change ComputeFileMD5 to ComputeFileHash
André Klitzing
2017-07-14
1
-7
/
+5
|
|
/
*
|
Merge topic 'better-exception-reporting'
Brad King
2017-07-13
5
-14
/
+26
|
\
\
|
*
|
CTest: Report more detail about system exceptions in tests
Bill Hoffman
2017-07-12
5
-14
/
+26
|
|
/
*
|
Display subproject timing summary
Betsy McPhail
2017-07-10
2
-1
/
+86
*
|
Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable
Betsy McPhail
2017-07-10
2
-1
/
+99
*
|
Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable
Betsy McPhail
2017-07-10
8
-1
/
+23
|
/
*
Merge topic 'display-ctest-disabled'
Brad King
2017-06-05
1
-2
/
+6
|
\
|
*
ctest: Display disabled status when ctest -N is called
Chuck Atkins
2017-06-02
1
-2
/
+6
*
|
Remove second arg: npos in substr usages
Pavel Solodovnikov
2017-06-01
1
-2
/
+2
*
|
Access string npos without instance
Pavel Solodovnikov
2017-06-01
10
-78
/
+80
*
|
cmParseBlanketJSCoverage: Pass unmodified parameter as const&
Brad King
2017-06-01
1
-1
/
+1
*
|
cmCommand: remove unused methods from interface and all implementations
Daniel Pfeifer
2017-05-11
9
-55
/
+6
*
|
CTest: use new methods for builtin commands
Daniel Pfeifer
2017-05-11
3
-27
/
+26
*
|
cmState: remove RemoveUnscriptableCommands
Daniel Pfeifer
2017-05-08
1
-4
/
+0
*
|
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
4
-4
/
+4
*
|
Merge topic 'ctest_submit_headers'
Brad King
2017-05-05
6
-2
/
+64
|
\
\
|
*
|
ctest_submit: Add HTTPHEADER option
Zack Galbreath
2017-05-04
6
-2
/
+64
*
|
|
c++: prefer vectors over lists
Ben Boeckel
2017-05-04
2
-8
/
+7
*
|
|
Add ctest options for limiting which tests fixtures add
Craig Scott
2017-05-02
4
-27
/
+122
*
|
|
Merge topic 'clang-tidy-2'
Brad King
2017-04-27
1
-1
/
+1
|
\
\
\
|
*
|
|
clang-tidy: use operators for string comparison
Daniel Pfeifer
2017-04-26
1
-1
/
+1
*
|
|
|
Merge topic 'ctest_test-ignore-skipped-tests'
Brad King
2017-04-27
2
-6
/
+18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
cmCTestTestHandler: indicate why a test did not run
Ben Boeckel
2017-04-24
1
-3
/
+8
|
*
|
|
cmCTestTestHandler: count skipped tests as disabled
Ben Boeckel
2017-04-24
1
-1
/
+4
|
*
|
|
cmCTestRunTest: do not count skipped tests as failed
Ben Boeckel
2017-04-21
1
-2
/
+6
|
|
/
/
[next]