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: add support for attaching files to tests at run time
Zack Galbreath
2021-06-08
1
-39/+67
*
ctest: Add support for writing test results in JUnit XML format
Zack Galbreath
2021-04-26
1
-0/+130
*
Update CMake code using KWSys to account for Status return values
Brad King
2021-04-14
1
-1/+1
*
ctest: Support multiple -L and -LE options to mean "AND"
Adriaan de Groot
2021-03-28
1
-44/+59
*
Source: Reduce c_str() usage
vvs31415
2021-03-13
1
-6/+4
*
clang-tidy: fix `performance-no-automatic-move` warnings
Ben Boeckel
2021-01-27
1
-1/+1
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-3/+3
*
include: refactor call sites of cmMakefile::ReadDependentFile
Asit Dhal
2020-10-21
1
-1/+1
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-2/+3
*
CTest: exit nonzero after message(SEND_ERROR|FATAL_ERROR)
Kevin Puetz
2020-08-26
1
-8/+16
*
cmCTest: Members accept std::string parameters
Vitaly Stakhovsky
2020-07-27
1
-6/+6
*
CTest: Log environment variables as a test measurement
Kyle Edwards
2020-05-19
1
-0/+6
*
Merge topic 'stl-support'
Brad King
2020-05-01
1
-1/+1
|
\
|
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-1/+1
*
|
IWYU: mark <cstddef> as needed
Ben Boeckel
2020-04-29
1
-1/+1
|
/
*
ctest: add option --stop-on-failure
Johnny Jazeix
2020-04-20
1
-0/+4
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-8/+9
*
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-4/+3
*
CTest: Add CTEST_RESOURCE_SPEC_FILE variable
Kyle Edwards
2020-04-02
1
-15/+22
*
use _s to construct static string_views at several places
Rolf Eike Beer
2020-03-24
1
-29/+31
*
replace std::string::substr() with operations that do not allocate memory
Rolf Eike Beer
2020-03-23
1
-2/+3
*
CTest: avoid repeated string compares
Rolf Eike Beer
2020-03-23
1
-52/+27
*
remove pointless return value from cmCTestTestHandler::CleanTestOutput()
Rolf Eike Beer
2020-03-23
1
-3/+2
*
Modernize memory management
Marc Chevrier
2020-03-08
1
-14/+10
*
CTest: Provide more detailed information on resource allocation error
Kyle Edwards
2020-02-24
1
-0/+1
*
Add --no-tests=<[error|ignore]> option to CTest
Stefan Dinkelacker
2020-01-31
1
-1/+12
*
Merge topic 'ctest-resource-allocation-spec-message'
Craig Scott
2019-12-29
1
-2/+6
|
\
|
*
CTest: Improve error handling when reading resource spec file
Kyle Edwards
2019-12-27
1
-2/+6
*
|
ctest_test: Add option to REPEAT tests
Brad King
2019-11-07
1
-2/+30
*
|
cmCTestMultiProcessHandler: Hold repeat mode as a member
Brad King
2019-11-07
1
-0/+2
|
/
*
CTest: Rename hardware -> resources for source code
Craig Scott
2019-11-05
1
-6/+6
*
CTest: Rename hardware -> resources for CMake variables, command options
Craig Scott
2019-11-05
1
-2/+2
*
CTest: Rename "Processes" lexer to "ResourceGroups"
Brad King
2019-11-05
1
-2/+2
*
CTest: Rename PROCESSES test property to RESOURCE_GROUPS
Brad King
2019-11-05
1
-5/+5
*
CTest: Allocate hardware to tests
Kyle Edwards
2019-10-02
1
-0/+15
*
CTest: Add lexer for PROCESSES property
Kyle Edwards
2019-10-02
1
-0/+28
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-20/+22
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-3/+3
*
Merge topic 'modernize-use-auto'
Brad King
2019-09-12
1
-18/+9
|
\
|
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-18/+9
*
|
cmCTestTestHandler: Port away from cmCommand
Regina Pfeifer
2019-09-09
1
-106/+51
|
/
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-2/+2
*
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
1
-3/+2
|
\
|
*
cmCTestTestHandler: Remove extra layer of parentheses
Brad King
2019-08-26
1
-1/+1
|
*
CTest: Simplify some boolean conditions
Brad King
2019-08-26
1
-2/+1
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-22/+11
[next]