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
/
cmCTestMultiProcessHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctest: Allow passing -j without value to choose a contextual default
Brad King
2024-03-10
1
-9/+57
*
cmCTestMultiProcessHandler: Modernize member initialization
Brad King
2024-03-10
1
-11/+6
*
ctest: Add support for running under a make job server on POSIX systems
Brad King
2023-12-03
1
-0/+33
*
cmCTestMultiProcessHandler: Inline removal of pending test as it starts
Brad King
2023-11-22
1
-10/+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
1
-13/+10
*
cmCTestMultiProcessHandler: Start new tests asynchronously
Brad King
2023-11-21
1
-2/+15
*
cmCTestMultiProcessHandler: Clarify test-load retry timer infrastructure
Brad King
2023-11-21
1
-28/+21
*
cmCTestMultiProcessHandler: Factor out loop startup and teardown
Brad King
2023-11-21
1
-2/+12
*
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
1
-9/+9
*
Merge topic 'ctest-cleanup'
Brad King
2023-11-20
1
-109/+111
|
\
|
*
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
1
-10/+10
|
*
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
1
-19/+24
|
*
cmCTestMultiProcessHandler: Clarify representation of pending tests
Brad King
2023-11-17
1
-18/+18
|
*
cmCTestMultiProcessHandler: Avoid extra copy of test maps
Brad King
2023-11-17
1
-4/+4
|
*
cmCTestMultiProcessHandler: Remove unused members
Brad King
2023-11-17
1
-10/+0
|
*
cmCTestMultiProcessHandler: Use cm::uv_loop_ptr abstraction
Brad King
2023-11-17
1
-4/+4
|
*
cmCTestMultiProcessHandler: Factor out helper to check for completion
John Parent
2023-11-17
1
-1/+6
|
*
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
1
-9/+3
*
|
cmUVSignalHackRAII: Drop outdated and unused libuv SA_RESTART workaround
Brad King
2023-11-17
1
-4/+0
|
/
*
CTest: Add ability to dynamically generate resource spec file
Kyle Edwards
2023-08-10
1
-7/+89
*
cmCTestRunTest::StartFailure(): Add total argument
Kyle Edwards
2023-08-10
1
-2/+2
*
CTest/cmProcess: Adopt field tracking reason for the process timeout
Brad King
2023-05-31
1
-3/+4
*
cmCTestRunTest: Consolidate test timeout selection logic
Brad King
2023-05-04
1
-2/+3
*
Source: Fix clang -Wunused-but-set-variable warnings
Brad King
2022-04-06
1
-2/+0
*
CTest: add an ENVIRONMENT_MODIFICATION property
Ben Boeckel
2021-07-09
1
-0/+5
*
ctest: Display test "WAITING" messages only in extra-verbose mode
Brad King
2021-04-06
1
-5/+5
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-6/+6
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-12/+12
*
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
1
-4/+4
*
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
-1/+10
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-7/+6
*
cmCTestRunTest: modernize memory management
Marc Chevrier
2020-03-11
1
-22/+22
*
CTest: Provide more detailed information on resource allocation error
Kyle Edwards
2020-02-24
1
-1/+33
*
Refactor: Provide more detailed error information from TryAllocateResources()
Kyle Edwards
2020-02-24
1
-14/+27
*
CTest: Improve error reporting with bad working directory for tests
Kyle Edwards
2020-02-24
1
-1/+1
[next]