summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* cmProcess: compute the timeout when neededBen Boeckel2026-01-073-8/+38
* cmProcess: explicitly track the StopTimeoutBen Boeckel2025-12-222-0/+3
* IWYU: Update for Debian 13 CI jobBrad King2025-11-1228-47/+18
* Merge topic 'process-timeout-terminate' into release-4.2Brad King2025-11-122-0/+3
|\
| * execute_process: Restore termination of processes on timeoutBrad King2025-11-112-0/+3
| * Merge topic 'process-timeout-short' into release-4.0Brad King2025-11-103-3/+4
| |\
| * \ Merge topic 'curl-opt-proxytype' into release-4.0Brad King2025-09-031-1/+1
| |\ \
* | \ \ Merge topic 'process-timeout-short' into release-4.2Brad King2025-11-103-3/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | execute_process: Restore support for short timeoutsBrad King2025-11-093-3/+4
| | |/ | |/|
* | | clang-tidy: fix bugprone-unintended-char-ostream-output lintBrad King2025-10-301-1/+1
* | | instrumentation: Fix snippet `result` fieldTyler Yankee2025-10-271-1/+1
* | | instrumentation: Move target data into content filesMartin Duffy2025-10-021-37/+27
* | | Merge topic 'curl-opt-proxytype'Brad King2025-09-031-1/+1
|\ \ \ | |/ /
| * | cmCTestCurl: Avoid using undocumented type for CURLOPT_PROXYTYPE valuesBrad King2025-09-021-1/+1
| * | Merge topic 'macos-curl-backend' into release-3.31Brad King2025-04-302-4/+2
| |\ \
* | | | FASTBuild: Add generatorEduard Voronkin2025-08-261-1/+2
* | | | ctest: Remove stray newline in process result stringBrad King2025-08-081-1/+1
* | | | source: Pass small and trivially copyable types by valueDaniel Pfeifer2025-08-012-2/+2
* | | | source: Pass cmCTestResourceAllocator::Resource by valueDaniel Pfeifer2025-07-302-14/+9
* | | | ctest: support a new `--objects-dir` argumentJohn Parent2025-07-283-4/+27
* | | | Merge topic 'ctest-safe-build-id'Brad King2025-07-021-0/+7
|\ \ \ \
| * | | | ctest: Don't modify build and site namesDaniel Pfeifer2025-06-281-0/+7
* | | | | Merge topic 'ctest-fix-relative-paths'Brad King2025-07-012-3/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | ctest_configure: Restore handling of relative CTEST_BINARY_DIRECTORYDaniel Pfeifer2025-06-301-2/+2
| * | | ctest_start: Restore log file location for relative CTEST_BINARY_DIRECTORYDaniel Pfeifer2025-06-301-1/+1
| * | | Merge topic 'macos-curl-backend' into release-4.0Brad King2025-04-302-4/+2
| |\ \ \ | | | |/ | | |/|
* | | | cmCTestSubmitHandler: Move internal helpers to anonymous namespaceBrad King2025-05-222-9/+10
* | | | cmCTestSubmitHandler: Make internal method privateBrad King2025-05-221-3/+3
* | | | cmCTestSubmitHandler: Remove unnecessary type aliasBrad King2025-05-222-14/+6
* | | | cmCTestSubmitHandler: Open log file earlierBrad King2025-05-221-2/+3
* | | | cmCTestSubmitHandler: Inline and remove method called only onceBrad King2025-05-222-3/+1
* | | | cmStrCat: use character literals where possibleBen Boeckel2025-05-154-5/+5
* | | | Merge branch 'backport-macos-curl-backend' into macos-curl-backendBrad King2025-04-292-4/+2
|\ \ \ \ | | |/ / | |/| |
| * | | macOS: Reliably apply workaround for system curl 8.{3,4,5} LibreSSL backendGregor Jasny2025-04-292-4/+2
* | | | Source: Suppress gcc 15 -Wmaybe-uninitialized in std::functionBrad King2025-04-241-0/+9
* | | | Source: Fix -Wformat warningsBrad King2025-04-241-1/+1
* | | | Merge topic 'normalize-input-paths'Brad King2025-04-081-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Source: Simplify FindProgram callsBrad King2025-04-071-1/+1
* | | | CTest: Allow setting exit code in ctest scriptsDaniel Pfeifer2025-03-202-9/+15
* | | | ctest: Add option to specify the --schedule-random seedDaniel Goldberg2025-03-183-6/+11
* | | | ctest: Record --schedule-random seed in test logDaniel Goldberg2025-03-181-1/+6
* | | | Merge topic 'json-errors-filename'Brad King2025-03-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | JSON: Improve JSON error message formattingMartin Duffy2025-03-131-1/+1
* | | | cmCTestStartCommand: Remove unnecessary codeDaniel Pfeifer2025-03-061-2/+0
* | | | LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-0397-97/+97
* | | | CTest: Fix startTime in test snippets when using instrumentationMartin Duffy2025-02-241-0/+1
|/ / /
* | | ctest: Include cmake instrumentation data in XML filesZack Galbreath2025-02-157-8/+121
* | | instrument: don't report target=TARGET_NAMEZack Galbreath2025-02-151-1/+3
* | | instrumentation: Add Config value to snippet dataMartin Duffy2025-02-093-2/+11
* | | Merge topic 'instrumentation-build-hooks'Brad King2025-02-051-2/+2
|\ \ \