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
*
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
*
Refactor: Require detail when calling cmCTestRunTest::StartFailure()
Kyle Edwards
2020-02-24
1
-3/+4
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-2/+4
*
cmCTestMultiProcessHandler: Hold repeat mode as a member
Brad King
2019-11-07
1
-3/+3
*
CTest: Rename internal APIs for --repeat options
Brad King
2019-11-07
1
-3/+3
*
Merge branch 'backport-ctest-resource-groups'
Brad King
2019-11-05
1
-50/+51
|
\
|
*
CTest: Rename hardware -> resources for source code
Craig Scott
2019-11-05
1
-35/+35
|
*
cmCTestMultiProcessHandler: Rename resource locking functions
Craig Scott
2019-11-05
1
-4/+4
|
*
CTest: Rename hardware -> resources for CMake variables, command options
Craig Scott
2019-11-05
1
-1/+1
|
*
CTest: Rename PROCESSES test property to RESOURCE_GROUPS
Brad King
2019-11-05
1
-12/+13
*
|
ctest: Add --repeat-until-pass option
Brad King
2019-10-29
1
-2/+2
|
/
*
CTest: Add Json output for PROCESSES property
Kyle Edwards
2019-10-02
1
-0/+26
*
CTest: Allocate hardware to tests
Kyle Edwards
2019-10-02
1
-4/+136
[next]