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
*
Source: use std::string overloads
Vitaly Stakhovsky
2020-03-10
2
-2/+2
*
Modernize memory management
Marc Chevrier
2020-03-08
4
-68/+41
*
CTest: Provide more detailed information on resource allocation error
Kyle Edwards
2020-02-24
3
-1/+35
*
Refactor: Provide more detailed error information from TryAllocateResources()
Kyle Edwards
2020-02-24
2
-16/+37
*
CTest: Improve error reporting with bad working directory for tests
Kyle Edwards
2020-02-24
2
-2/+2
*
Refactor: Require detail when calling cmCTestRunTest::StartFailure()
Kyle Edwards
2020-02-24
3
-8/+11
*
Add --no-tests=<[error|ignore]> option to CTest
Stefan Dinkelacker
2020-01-31
1
-1/+12
*
CTest: Fix timeout when grandchild keeps pipes open
Brad King
2020-01-14
1
-3/+0
*
Refactoring: suppress cmEraseIf in favor of cm::erase_if
Marc Chevrier
2020-01-09
2
-5/+6
*
GlobalGenerator family: modernize memory management
Marc Chevrier
2020-01-07
4
-18/+10
*
Merge topic 'ctest-resource-allocation-spec-message'
Craig Scott
2019-12-29
3
-23/+81
|
\
|
*
CTest: Improve error handling when reading resource spec file
Kyle Edwards
2019-12-27
3
-23/+81
*
|
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
10
-31/+43
*
|
Merge topic 'ctest-drmemory-support'
Brad King
2019-12-12
2
-6/+180
|
\
\
|
*
|
ctest: add support for memcheck using Dr. Memory
Dietmar Scheidl
2019-12-10
2
-0/+177
|
*
|
cmCTestMemCheckHandler.cxx: minor refactoring
Dietmar Scheidl
2019-12-10
1
-6/+3
*
|
|
ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when set
Julien Jomier
2019-12-09
1
-0/+7
|
/
/
*
|
Merge topic 'ctest-resource-fixes'
Brad King
2019-11-26
1
-0/+26
|
\
\
|
|
/
|
*
CTest: Add version field to resource spec file
Kyle Edwards
2019-11-25
1
-0/+26
*
|
ctest_test: Add option to REPEAT tests
Brad King
2019-11-07
4
-3/+38
*
|
cmCTestMultiProcessHandler: Hold repeat mode as a member
Brad King
2019-11-07
3
-4/+14
*
|
CTest: Rename internal APIs for --repeat options
Brad King
2019-11-07
3
-13/+13
*
|
Merge branch 'backport-ctest-resource-groups'
Brad King
2019-11-05
17
-272/+278
|
\
\
|
|
/
|
*
CTest: Rename hardware -> resources for source code
Craig Scott
2019-11-05
14
-180/+185
|
*
cmCTestMultiProcessHandler: Rename resource locking functions
Craig Scott
2019-11-05
2
-6/+6
|
*
CTest: Rename hardware -> resources for CMake variables, command options
Craig Scott
2019-11-05
3
-5/+5
|
*
CTest: Rename "Processes" lexer to "ResourceGroups"
Brad King
2019-11-05
4
-63/+63
|
*
CTest: Rename PROCESSES test property to RESOURCE_GROUPS
Brad King
2019-11-05
4
-23/+24
*
|
ctest: Add --repeat-after-timeout option
Brad King
2019-10-29
1
-5/+8
*
|
ctest: Add --repeat-until-pass option
Brad King
2019-10-29
3
-11/+22
*
|
cmCTestRunTest: Use inline member initializers
Brad King
2019-10-29
2
-6/+3
|
/
*
CTest: Add Json output for PROCESSES property
Kyle Edwards
2019-10-02
1
-0/+26
*
CTest: Allocate hardware to tests
Kyle Edwards
2019-10-02
8
-7/+252
*
CTest: Add bin-packing algorithm
Kyle Edwards
2019-10-02
2
-0/+232
*
CTest: Add cmCTestHardwareAllocator class
Kyle Edwards
2019-10-02
2
-0/+125
*
CTest: Add parser for hardware spec file
Kyle Edwards
2019-10-02
2
-0/+173
*
CTest: Add lexer for PROCESSES property
Kyle Edwards
2019-10-02
4
-0/+142
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
79
-349/+395
*
Merge topic 'ctest-argument-parser'
Kyle Edwards
2019-09-26
18
-539/+270
|
\
|
*
cmCTest*Command: Port to cmArgumentParser
Regina Pfeifer
2019-09-20
18
-539/+270
*
|
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
18
-18/+20
|
/
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
30
-51/+51
*
Merge topic 'modernize-use-auto'
Brad King
2019-09-12
8
-40/+23
|
\
|
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
8
-40/+23
*
|
cmCTestTestHandler: Port away from cmCommand
Regina Pfeifer
2019-09-09
1
-106/+51
|
/
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
16
-29/+28
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
12
-22/+22
*
IWYU: Add missing cstddef includes for size_t and nullptr_t
Brad King
2019-09-03
1
-0/+1
*
cmCTestTestHandler: Re-order includes to follow our convention
Brad King
2019-09-03
1
-16/+17
*
Merge topic 'pvs-cleanup'
Brad King
2019-08-26
3
-5/+6
|
\
[next]