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-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
|
*
|
cmCTestMultiProcessHandler: Clarify resource availability error member names
Brad King
2023-11-17
4
-17/+17
|
*
|
cmCTestMultiProcessHandler: Reduce repeat test property map lookups
Brad King
2023-11-17
1
-7/+7
|
*
|
cmCTestMultiProcessHandler: Simplify loop termination on serial test
Brad King
2023-11-17
1
-5/+2
|
*
|
cmCTestMultiProcessHandler: Stop searching for tests when limit is reached
Brad King
2023-11-17
1
-4/+8
|
*
|
cmCTestMultiProcessHandler: Invert spare load condition
Brad King
2023-11-17
1
-8/+8
|
*
|
cmCTestMultiProcessHandler: Clarify search for tests <= concurrency limit
Brad King
2023-11-17
1
-1/+6
|
*
|
cmCTestMultiProcessHandler: Clarify search for tests <= spare load
Brad King
2023-11-17
1
-8/+9
|
*
|
cmCTestMultiProcessHandler: Make loops over all pending tests more consistent
Brad King
2023-11-17
1
-5/+5
|
*
|
cmCTestMultiProcessHandler: Clarify representation of pending test order
Brad King
2023-11-17
2
-20/+27
|
*
|
cmCTestMultiProcessHandler: Clarify representation of pending tests
Brad King
2023-11-17
3
-23/+27
|
*
|
cmCTestMultiProcessHandler: Avoid extra copy of test maps
Brad King
2023-11-17
3
-6/+6
|
*
|
cmCTestMultiProcessHandler: Remove unused members
Brad King
2023-11-17
2
-12/+0
|
*
|
cmCTestMultiProcessHandler: Use cm::uv_loop_ptr abstraction
Brad King
2023-11-17
3
-6/+7
|
*
|
cmCTestMultiProcessHandler: Factor out helper to check for completion
John Parent
2023-11-17
2
-1/+7
|
*
|
cmCTestMultiProcessHandler: Replace false condition with opposite assert
Chris Mahoney
2023-11-17
1
-3/+1
|
*
|
cmCTestRunTest: Consolidate initialization in constructor
Brad King
2023-11-17
3
-25/+15
*
|
|
Merge topic 'ci-fedora-39'
Brad King
2023-11-20
1
-4/+4
|
\
\
\
|
*
\
\
Merge branch 'backport-ci-fedora-39' into ci-fedora-39
Brad King
2023-11-17
1
-4/+4
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
codespell: Match valgrind output without repeating a spelling error
Brad King
2023-11-17
1
-4/+4
*
|
|
cmUVSignalHackRAII: Drop outdated and unused libuv SA_RESTART workaround
Brad King
2023-11-17
1
-4/+0
|
/
/
*
|
ctest_empty_binary_directory: Report more detail in failure message
Brad King
2023-11-09
3
-24/+37
*
|
Merge topic 'cxx23'
Brad King
2023-11-08
2
-9/+12
|
\
\
|
|
/
|
*
cmCTestBuildCommand: Avoid requiring complete cmGlobalGenerator type publicly
Brad King
2023-11-07
2
-9/+12
*
|
Source: Reduce vector entry allocations and copies
Rose
2023-10-23
6
-31/+31
|
/
*
Merge topic 'ctest-timeout-flag'
Brad King
2023-10-02
1
-5/+6
|
\
|
*
ctest: Restore support for --timeout values higher than default test timeout
Brad King
2023-09-29
1
-5/+6
*
|
Source: Remove redundant FileIsDirectory checks
scivision
2023-09-19
1
-4/+2
[next]