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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-01
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
|
|
/
/
*
|
|
Merge topic 'ctest-minor-fixups'
Brad King
2017-04-24
2
-5/+6
|
\
\
\
|
*
|
|
cmCTestTestHandler: use pointers to static memory
Ben Boeckel
2017-04-21
1
-4/+4
|
*
|
|
cmCTestTestCommand: defer getting the global timeout
Ben Boeckel
2017-04-21
1
-1/+2
|
|
/
/
*
|
|
clang-tidy: use .empty() to check emptyness
Daniel Pfeifer
2017-04-21
1
-1/+1
*
|
|
clang-tidy: remove else after break and continue
Daniel Pfeifer
2017-04-21
3
-3/+6
|
/
/
*
|
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
76
-126/+126
|
/
*
Add 'DISABLED' test property
Betsy McPhail
2017-03-29
4
-8/+67
*
CTest: Improve 'Completion Status' reported to CDash for 'Not Run' tests
Betsy McPhail
2017-03-27
2
-11/+15
*
Add self-sufficient wrapper for <sys/stat.h>
Daniel Pfeifer
2017-03-24
1
-1/+1
*
cmWorkingDirectory: use the new class
Ben Boeckel
2017-03-06
8
-94/+60
*
cmCTest, cmCTestCoverageHandler: remove cwd dance
Ben Boeckel
2017-03-06
1
-5/+0
*
ctest_update: Capture failure of svn to load revisions and local mods
Brad King
2017-02-16
2
-11/+16
[next]