Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'fileapi-file-sets-base-dirs-relative' | Brad King | 2023-11-20 | 4 | -7/+9 |
|\ | |||||
| * | fileapi: Fix file sets' base directories relative to top source | Kyle Edwards | 2023-11-17 | 4 | -7/+9 |
* | | Merge branch 'release-3.28' | Brad King | 2023-11-20 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Merge branch 'release-3.27' into release-3.28 | Brad King | 2023-11-20 | 0 | -0/+0 |
| |\ \ | |||||
* | \ \ | Merge branch 'release-3.27' | Brad King | 2023-11-20 | 0 | -0/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'doc-CMP0149' into release-3.27 | Brad King | 2023-11-20 | 1 | -0/+7 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'custom-command-ninja-deps' into release-3.27 | Brad King | 2023-11-20 | 1 | -2/+2 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'release-3.28' | Brad King | 2023-11-20 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge topic 'doc-CMP0149' into release-3.28 | Brad King | 2023-11-20 | 1 | -0/+7 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
* | | | | | | Merge topic 'doc-CMP0149' | Brad King | 2023-11-20 | 1 | -0/+7 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Help: Document that CMP0149 should be set before project() | Brad King | 2023-11-20 | 1 | -0/+7 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'release-3.28' | Brad King | 2023-11-20 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge topic 'update-doc-deprecated-properties-on-targets' into release-3.28 | Brad King | 2023-11-20 | 1 | -3/+3 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'update-doc-deprecated-properties-on-targets' | Brad King | 2023-11-20 | 1 | -3/+3 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Help: Move deprecated properties to dedicated section | 權少 | 2023-11-20 | 1 | -3/+3 |
* | | | | | | Merge branch 'release-3.28' | Brad King | 2023-11-20 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'custom-command-ninja-deps' into release-3.28 | Brad King | 2023-11-20 | 1 | -2/+2 |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | |||||
* | | | | | Merge topic 'custom-command-ninja-deps' | Brad King | 2023-11-20 | 1 | -2/+2 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Ninja: depfile: keep rules without dependencies | Marc Chevrier | 2023-11-20 | 1 | -2/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'ctest-cleanup' | Brad King | 2023-11-20 | 13 | -159/+224 |
|\ \ \ \ | |||||
| * | | | | 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 | 6 | -4/+63 |
| * | | | | 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 |
| * | | | | Tests: Cover ctest waiting on insufficient non-zero spare test-load | Brad King | 2023-11-17 | 5 | -15/+21 |
* | | | | | Merge topic 'modules-modern-foreach' | Brad King | 2023-11-20 | 9 | -14/+14 |
|\ \ \ \ \ | |||||
| * | | | | | Modules: refactor compiler find to use modern foreach | Michael Hirsch | 2023-11-19 | 9 | -14/+14 |
* | | | | | | Merge topic 'update-kwsys' | Brad King | 2023-11-20 | 2 | -25/+9 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2023-11-19 | 2 | -25/+9 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | KWSys 2023-11-19 (8ce4c90d) | KWSys Upstream | 2023-11-19 | 2 | -25/+9 |
* | | | | | | | | Merge branch 'release-3.28' | Brad King | 2023-11-20 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'ci-fedora-39' into release-3.28 | Brad King | 2023-11-20 | 122 | -438/+485 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge topic 'ci-fedora-39' | Brad King | 2023-11-20 | 122 | -437/+484 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'backport-ci-fedora-39' into ci-fedora-39 | Brad King | 2023-11-17 | 122 | -437/+484 |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| | * | | | | | | | ci: Suppress CPack/RPM tests pending fix for Fedora 39 | Brad King | 2023-11-17 | 1 | -0/+9 |
| | * | | | | | | | ci: Update FindMPI test environment for mpich on Fedora 39 | Brad King | 2023-11-17 | 1 | -1/+1 |
| | * | | | | | | | ci: Drop now-unnecessary Clang rules for CXXModules tests | Brad King | 2023-11-17 | 4 | -6/+0 |