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
*
Modernize: Prefer .substr in place of .c_str() + int
Artur Ryt
2019-03-30
1
-2/+2
*
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-1/+1
*
Merge topic 'read-list-file'
Brad King
2019-01-21
1
-2/+2
|
\
|
*
cmMakefile::ReadListFile() accepts std::string argument
Vitaly Stakhovsky
2019-01-17
1
-2/+2
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-7/+7
|
/
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-1/+1
*
TestGenerator: Record support file and line where test was added
Justin Goshi
2019-01-08
1
-0/+26
*
clang-tidy: Enable checks from bugprone set
Regina Pfeifer
2018-11-21
1
-2/+2
*
CTest: Add colored output on tests summary where supported
Sylvain Joubert
2018-11-09
1
-9/+30
*
Merge topic 'set_directory_properties-script-mode'
Brad King
2018-10-30
1
-0/+1
|
\
|
*
set_directory_properties: Restore in script mode
Brad King
2018-10-29
1
-0/+1
*
|
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-4/+4
*
|
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-3/+3
*
|
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-46/+63
*
|
Merge topic 'cmWorkingDirectory_success_checking'
Brad King
2018-03-09
1
-1/+6
|
\
\
|
*
|
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
1
-1/+6
*
|
|
CTest: Add options to control test process affinity to CPUs
Brad King
2018-03-05
1
-0/+4
|
/
/
*
|
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-6/+6
*
|
Merge topic 'reduce-temporaries'
Brad King
2018-01-29
1
-9/+3
|
\
\
|
*
|
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-9/+3
*
|
|
CTest: introduce cmDuration
Wouter Klouwen
2018-01-23
1
-9/+8
|
/
/
*
|
Merge topic 'fix-ctest-chrono'
Brad King
2017-12-12
1
-13/+4
|
\
\
|
*
|
CTest: Simplify std::chrono::duration<double> conversion to double
Brad King
2017-12-08
1
-13/+4
*
|
|
CTest: Remove unfinished batch test mode
Brad King
2017-12-08
1
-4/+1
|
/
/
*
|
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
[next]