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
*
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
*
|
Merge topic 'ctest_submit_follow_redirects'
Brad King
2023-09-08
1
-0/+3
|
\
\
|
|
/
|
*
ctest: Restore support for http redirects during Submit step
Zack Galbreath
2023-09-07
1
-0/+3
|
*
Merge topic 'cdash_checksum_400' into release-3.27
Brad King
2023-07-25
1
-9/+12
|
|
\
*
|
|
cmCTestCoverageHandler: Replace cmsysProcess with cmUVProcessChain
Kyle Edwards
2023-08-29
1
-93/+18
*
|
|
cmCTestLaunchReporter: Replace cmsysProcess with cmUVProcessChain
Kyle Edwards
2023-08-29
6
-226/+256
*
|
|
cmCTest: Replace cmsysProcess with cmUVProcessChain
Kyle Edwards
2023-08-29
2
-10/+7
*
|
|
cmCTestScriptHandler: Replace cmsysProcess with cmUVProcessChain
Kyle Edwards
2023-08-29
1
-41/+43
*
|
|
cmProcessTools::RunProcess(): Replace cmsysProcess with cmUVProcessChain
Kyle Edwards
2023-08-29
10
-209/+165
[next]