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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
CTest: Provide more detailed information on resource allocation error
Kyle Edwards
2020-02-24
1
-0/+1
*
ctest_test: Add option to REPEAT tests
Brad King
2019-11-07
1
-1/+3
*
CTest: Rename hardware -> resources for source code
Craig Scott
2019-11-05
1
-3/+3
*
CTest: Rename PROCESSES test property to RESOURCE_GROUPS
Brad King
2019-11-05
1
-3/+3
*
CTest: Allocate hardware to tests
Kyle Edwards
2019-10-02
1
-0/+4
*
CTest: Add lexer for PROCESSES property
Kyle Edwards
2019-10-02
1
-0/+15
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-6/+8
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-6/+5
*
Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functions
Kyle Edwards
2019-07-19
1
-0/+13
*
CTest: Add SKIP_REGULAR_EXPRESSION test property
Gabor Bencze
2019-07-18
1
-0/+2
*
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
1
-2/+2
*
CTest: Represent process exit codes as 64-bit signed integer
Zsolt Parragi
2019-02-08
1
-1/+2
*
TestGenerator: Record support file and line where test was added
Justin Goshi
2019-01-08
1
-0/+3
*
CTest: Add colored output on tests summary where supported
Sylvain Joubert
2018-11-09
1
-1/+1
*
CTest: Add options to control test process affinity to CPUs
Brad King
2018-03-05
1
-0/+2
*
CTest: introduce cmDuration
Wouter Klouwen
2018-01-23
1
-4/+5
*
CTest: Remove unfinished batch test mode
Brad King
2017-12-08
1
-1/+0
*
CTest: convert timeouts to std::chrono::duration
Wouter Klouwen
2017-12-04
1
-3/+3
*
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
-1/+2
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1/+1
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-3/+3
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-4/+6
*
CTest: Split out labels and subproject labels in summary output
Bill Hoffman
2017-09-08
1
-2/+1
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-3/+3
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+1
*
Merge topic 'better-exception-reporting'
Brad King
2017-07-13
1
-1/+2
|
\
|
*
CTest: Report more detail about system exceptions in tests
Bill Hoffman
2017-07-12
1
-1/+2
*
|
Display subproject timing summary
Betsy McPhail
2017-07-10
1
-0/+2
*
|
Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable
Betsy McPhail
2017-07-10
1
-0/+5
|
/
*
Add ctest options for limiting which tests fixtures add
Craig Scott
2017-05-01
1
-0/+3
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
Add 'DISABLED' test property
Betsy McPhail
2017-03-29
1
-0/+1
*
Remove cmObject.h and cmTypeMacro.h
Daniel Pfeifer
2016-10-24
1
-1/+0
*
Make cmCTestGenericHandler not inherit from cmObject
Daniel Pfeifer
2016-10-22
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/+9
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-1/+12
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
1
-3/+3
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-59/+55
*
Source: Stabilize include order
Brad King
2016-04-29
1
-1/+1
*
CTest: Optionally use a secondary test timeout after matching output
Zack Galbreath
2016-03-22
1
-0/+3
*
CTest: Add options to limit output of passed and failed tests
Roman Wüger
2015-09-18
1
-0/+5
*
cmCTest{Test,MemCheck}Handler: Port to cmXMLWriter
Daniel Pfeifer
2015-05-26
1
-5/+6
*
CTest: Generate NamedMeasurement elements directly into xml file
Daniel Pfeifer
2015-05-26
1
-2/+2
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-9/+9
*
allow to mark a test as "Not Run" with a specific return code (#8466)
Rolf Eike Beer
2014-01-14
1
-0/+2
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-5/+5
*
ctest: Add --rerun-failed option
Zack Galbreath
2013-10-08
1
-0/+15
*
CTest: create one output file per memcheck (#14303)
Rolf Eike Beer
2013-08-07
1
-1/+1
[next]