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
*
Merge topic 'ctest-invalid-arg'
Brad King
2024-04-05
5
-47/+39
|
\
|
*
ctest: Show error on invalid ctest arguments
Jake D'Esposito
2024-04-04
5
-47/+39
*
|
Merge topic 'ctest-resource-lock'
Brad King
2024-04-02
2
-4/+12
|
\
\
|
*
|
ctest: Restore enforcement of RESOURCE_LOCK test property
Brad King
2024-04-01
2
-4/+12
|
*
|
Merge topic 'ctest-j-default' into release-3.29
Brad King
2024-03-11
5
-50/+109
|
|
\
\
*
|
|
|
ctest: Fall back to CMake environment variable for TLS server verification
Brad King
2024-03-30
1
-0/+9
|
|
_
|
/
|
/
|
|
*
|
|
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
2
-5/+5
*
|
|
ctest: Fall back to CMake options for TLS version
Brad King
2024-03-12
1
-2/+22
*
|
|
ctest: Fall back to CMake options for TLS server verification
Brad King
2024-03-12
1
-2/+13
*
|
|
ctest: Add explicit options for TLS version
Brad King
2024-03-12
4
-0/+20
*
|
|
ctest: Add explicit options for TLS server verification
Brad King
2024-03-12
4
-13/+28
*
|
|
cmCTestCurl: Factor out helper struct for curl options
Brad King
2024-03-12
3
-26/+17
*
|
|
cmCTestCurl: Use inline member initialization
Brad King
2024-03-12
2
-13/+7
*
|
|
Merge topic 'ctest-j-default'
Brad King
2024-03-11
5
-50/+109
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ctest: Allow passing -j without value to choose a contextual default
Brad King
2024-03-10
5
-17/+87
|
*
|
cmCTestMultiProcessHandler: Modernize member initialization
Brad King
2024-03-10
3
-34/+23
*
|
|
Merge topic 'ctest-tests-from-file'
Brad King
2024-03-11
2
-27/+26
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ctest: Remove unnecessary and ambiguous tests-from-file comment syntax
Brad King
2024-03-08
1
-5/+2
|
*
|
ctest: Honor tests-from-file options with empty input
Brad King
2024-03-08
2
-22/+24
*
|
|
Merge topic 'gtest-json-test-def-source'
Brad King
2024-03-08
3
-0/+8
|
\
\
\
|
*
|
|
ctest: Show custom test properties in --show-only=json-v1
Daniel Sim
2024-03-06
3
-0/+8
*
|
|
|
Merge topic 'ctest-tests-from-file'
Brad King
2024-03-08
2
-10/+14
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
ctest: Exit with failure when tests-from-file input is missing
Brad King
2024-03-06
2
-10/+14
|
|
/
*
|
ctest: include "Time" element in Upload.xml
Zack Galbreath
2024-02-27
1
-0/+2
*
|
Reduce scope of variable
Christoph GrĂ¼ninger
2024-02-14
1
-5/+2
*
|
Remove unused variable
Christoph GrĂ¼ninger
2024-02-14
2
-2/+0
*
|
CTest: Throw error if resource spec is invalid
Kyle Edwards
2024-02-08
3
-4/+7
|
/
*
Merge topic 'ctest-tests-from-file'
Brad King
2024-01-26
4
-0/+80
|
\
|
*
ctest_test: add options INCLUDE_FROM_FILE and EXCLUDE_FROM_FILE
Alex Neundorf
2024-01-25
2
-0/+12
|
*
ctest: add command line option to exclude tests listed in a given file
Alex Neundorf
2024-01-25
2
-4/+28
|
*
ctest: add command line option to run the tests listed in a given file
Alex Neundorf
2024-01-25
2
-0/+44
*
|
Merge topic 'cmuvprocesschain'
Brad King
2024-01-25
2
-11/+4
|
\
\
|
|
/
|
/
|
|
*
cmUVProcessChain: Simplify SetExternalStream usage
Brad King
2024-01-24
2
-11/+4
*
|
Source: Avoid out-of-range inputs to std::isspace()
Brad King
2024-01-17
1
-5/+4
*
|
ctest: allow HTTP headers via command line
Matthew Woehlke
2024-01-08
2
-1/+26
*
|
ctest: Add support for running under a make job server on POSIX systems
Brad King
2023-12-03
2
-0/+43
*
|
cmUVJobServerClient: Add libuv-based job server integration client
Brad King
2023-12-03
2
-0/+614
*
|
cmCTestMultiProcessHandler: Inline removal of pending test as it starts
Brad King
2023-11-22
2
-11/+7
*
|
cmCTestMultiProcessHandler: Clarify role of StartTestProcess
Brad King
2023-11-22
1
-4/+4
*
|
cmCTestMultiProcessHandler: Manage concurrency slots with other resources
Brad King
2023-11-22
1
-2/+4
*
|
cmCTestMultiProcessHandler: Manage affinity assignments with other resources
Brad King
2023-11-22
1
-21/+23
*
|
cmCTestMultiProcessHandler: Simplify test startup batching
Brad King
2023-11-21
4
-20/+14
*
|
cmCTestMultiProcessHandler: Start new tests asynchronously
Brad King
2023-11-21
2
-2/+17
*
|
cmCTestMultiProcessHandler: Clarify test-load retry timer infrastructure
Brad King
2023-11-21
2
-32/+23
*
|
cmCTestMultiProcessHandler: Factor out loop startup and teardown
Brad King
2023-11-21
2
-2/+15
*
|
cmCTestMultiProcessHandler: Consolidate test readiness checks
Brad King
2023-11-21
1
-11/+13
*
|
cmCTestMultiProcessHandler: Exclude dependent tests earlier
Brad King
2023-11-21
1
-8/+6
*
|
cmCTestTestHandler: Clarify name of member storing RESOURCE_LOCK property
Brad King
2023-11-21
4
-12/+12
*
|
Merge topic 'ctest-cleanup'
Brad King
2023-11-20
5
-144/+148
|
\
\
|
*
|
cmCTestMultiProcessHandler: Simplify logic on unavailable resources
Brad King
2023-11-17
1
-4/+7
[next]