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: Optionally terminate tests with a custom signal on timeout
Brad King
2023-06-02
1
-0/+61
*
cmCTestRunTest: Consolidate test timeout selection logic
Brad King
2023-05-04
1
-6/+0
*
ctest: Fix TIMEOUT test property with value 0 with --timeout flag
Brad King
2023-05-04
1
-1/+1
*
cmCTestTestHandler: Use in-class initialization of properties and results
Brad King
2023-05-04
1
-11/+0
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-3/+2
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-11/+12
*
presets: Improve JSON parser and error messages
Martin Duffy
2023-03-29
1
-3/+3
*
CTest: add test failure reason to JUnit XML output
Frank Winklmeier
2023-02-02
1
-1/+1
*
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
Vitaly Stakhovsky
2023-01-16
1
-9/+10
*
ctest: print error for invalid CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION
Frank Winklmeier
2022-09-07
1
-1/+5
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-1/+1
*
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-1/+2
*
Source: Fix clang -Wunused-but-set-variable warnings
Brad King
2022-04-06
1
-5/+2
*
ctest: add option for output truncation
Frank Winklmeier
2022-03-08
1
-13/+44
*
cmCTestTestHandler: refactor CleanTestOutput method
Frank Winklmeier
2022-03-08
1
-16/+23
*
Merge topic 'ctest-add_subdirectory'
Brad King
2021-12-09
1
-55/+38
|
\
|
*
CTest: Extract common implementation of add_subdirectory and subdirs
friendlyanon
2021-12-08
1
-55/+38
*
|
cmListFileBacktrace: Remove unused "bottom" entry
Brad King
2021-12-08
1
-1/+1
|
/
*
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
1
-2/+2
*
Source: Fix Clang -Wdeprecated warnings
Sean McBride
2021-10-15
1
-0/+2
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-5/+5
*
cmCTestGenericHandler::GetOption returns cmProp
Marc Chevrier
2021-09-13
1
-12/+12
*
ctest_memcheck: generate `DynamicAnalysis-Test.xml` as well
Ben Boeckel
2021-09-09
1
-0/+15
*
Merge topic 'ctest-environment-modifications'
Brad King
2021-07-13
1
-0/+2
|
\
|
*
CTest: add an ENVIRONMENT_MODIFICATION property
Ben Boeckel
2021-07-09
1
-0/+2
*
|
cmState: Construct with mode
Brad King
2021-07-12
1
-1/+1
|
/
*
ctest: support <CTestMeasurement> for runtime measurements
Zack Galbreath
2021-07-01
1
-138/+54
*
ctest: allow test output to add labels
Zack Galbreath
2021-06-17
1
-0/+2
*
ctest: allow test output to override the 'details' field
Zack Galbreath
2021-06-09
1
-1/+9
*
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
[next]