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
*
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
*
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
*
|
|
Merge topic 'ctest-generate-resource-spec-file'
Kyle Edwards
2023-08-14
6
-42/+147
|
\
\
\
|
*
|
|
CTest: Add ability to dynamically generate resource spec file
Kyle Edwards
2023-08-10
5
-33/+136
|
*
|
|
cmCTestRunTest::StartFailure(): Add total argument
Kyle Edwards
2023-08-10
3
-9/+11
*
|
|
|
cmCryptoHash: prefer to cmSystemTools::ComputeFileHash
Ben Boeckel
2023-08-08
1
-4/+4
|
/
/
/
*
|
|
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
15
-8/+9
*
|
|
Merge topic 'ExportTestLabelToJUnit'
Brad King
2023-07-28
1
-0/+15
|
\
\
\
|
*
|
|
ctest: export test labels to junit xml
Alex Neundorf
2023-07-26
1
-0/+15
*
|
|
|
Merge topic 'cdash_checksum_400'
Brad King
2023-07-25
1
-9/+12
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
ctest: Update ctest_submit for CDash behavior change
Zack Galbreath
2023-07-25
1
-9/+12
*
|
|
CTest: Fix regression in calculating test timeout
Kyle Edwards
2023-07-24
1
-3/+5
|
|
/
|
/
|
*
|
ctest: Optionally terminate tests with a custom signal on timeout
Brad King
2023-06-02
5
-0/+122
*
|
CTest/cmProcess: Adopt field tracking reason for the process timeout
Brad King
2023-05-31
4
-13/+32
*
|
cmCTestTestHandler: Remove outdated comment
Brad King
2023-05-31
1
-4/+0
*
|
cmGlobalGenerator: use a stream for output in `Build`
Ben Boeckel
2023-05-27
1
-3/+1
*
|
cmCTestRunTest: Consolidate test timeout selection logic
Brad King
2023-05-04
5
-59/+71
*
|
cmCTestRunTest: Adopt decision for starting cmProcess timer
Brad King
2023-05-04
3
-9/+11
*
|
cmCTestRunTest: Remove unnecessary arguments to ForkProcess
Brad King
2023-05-04
2
-19/+10
*
|
ctest: Fix TIMEOUT test property with value 0 with --timeout flag
Brad King
2023-05-04
1
-1/+1
*
|
cmCTestTestHandler: Use in-class initialization of properties and results
Brad King
2023-05-04
3
-33/+17
*
|
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
3
-6/+6
[next]