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
/
cmCTestTestHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CTest: convert timeouts to std::chrono::duration
Wouter Klouwen
2017-12-04
1
-6/+17
*
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
-2/+2
*
CTest: use std::chrono::steady_clock for time keeping
Wouter Klouwen
2017-11-14
1
-9/+16
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-5/+5
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-2/+2
*
Merge topic 'string-clear'
Brad King
2017-09-19
1
-7/+7
|
\
|
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-7/+7
*
|
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-10/+10
|
/
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-249/+181
*
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
1
-97/+36
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-3/+3
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-3/+3
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-8/+8
*
Add the test property PROCESSORS to the CDash xml as a NamedMeasurement.
Bill Hoffman
2017-07-18
1
-0/+6
*
Merge topic 'better-exception-reporting'
Brad King
2017-07-13
1
-12/+14
|
\
|
*
CTest: Report more detail about system exceptions in tests
Bill Hoffman
2017-07-12
1
-12/+14
*
|
Display subproject timing summary
Betsy McPhail
2017-07-10
1
-1/+84
*
|
Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable
Betsy McPhail
2017-07-10
1
-1/+94
*
|
Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable
Betsy McPhail
2017-07-10
1
-0/+1
|
/
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-6/+6
*
cmCommand: remove unused methods from interface and all implementations
Daniel Pfeifer
2017-05-11
1
-20/+0
*
CTest: use new methods for builtin commands
Daniel Pfeifer
2017-05-11
1
-5/+5
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-1/+1
*
Add ctest options for limiting which tests fixtures add
Craig Scott
2017-05-01
1
-27/+101
*
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
1
-4/+12
|
\
\
|
|
/
|
/
|
|
*
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
*
|
cmCTestTestHandler: use pointers to static memory
Ben Boeckel
2017-04-21
1
-4/+4
|
/
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-4/+4
*
Add 'DISABLED' test property
Betsy McPhail
2017-03-29
1
-7/+43
*
CTest: Improve 'Completion Status' reported to CDash for 'Not Run' tests
Betsy McPhail
2017-03-27
1
-7/+8
*
cmWorkingDirectory: use the new class
Ben Boeckel
2017-03-06
1
-35/+35
*
CTest: Ensure setup/cleanup ordering even when fixture not required
Craig Scott
2017-01-16
1
-22/+60
*
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
1
-2/+2
*
cmCTestTestHandler: use multimap
Daniel Pfeifer
2016-12-03
1
-27/+20
*
iwyu: Fix more findings
Daniel Pfeifer
2016-11-28
1
-15/+15
*
Make cmCommand not inherit from cmObject
Daniel Pfeifer
2016-10-22
1
-8/+0
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
CTest: Add support for test fixtures
Craig Scott
2016-09-20
1
-0/+187
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-6/+12
*
CTest: don't use else after return
Daniel Pfeifer
2016-08-18
1
-12/+10
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-11/+12
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-7/+8
[next]