summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* VS: Add support for using Intel oneAPI Fortran compiler in .vfproj filesBrad King2023-11-2218-2/+105
* VS: Fix Intel plugin version detection fallbackBrad King2023-11-221-2/+2
* Merge branch 'release-3.28'Brad King2023-11-200-0/+0
|\
| * Merge branch 'release-3.27' into release-3.28Brad King2023-11-200-0/+0
| |\
* | \ Merge branch 'release-3.27'Brad King2023-11-200-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'release-3.26' into release-3.27Brad King2023-11-200-0/+0
| |\ \
| * \ \ Merge branch 'fileapi-file-sets-base-dirs-relative' into release-3.27Brad King2023-11-204-7/+9
| |\ \ \
* | \ \ \ Merge branch 'release-3.26'Brad King2023-11-200-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'fileapi-file-sets-base-dirs-relative' into release-3.26Brad King2023-11-204-7/+9
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge branch 'release-3.28'Brad King2023-11-200-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge topic 'fileapi-file-sets-base-dirs-relative' into release-3.28Brad King2023-11-204-7/+9
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge topic 'fileapi-file-sets-base-dirs-relative'Brad King2023-11-204-7/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fileapi: Fix file sets' base directories relative to top sourceKyle Edwards2023-11-174-7/+9
| | |/ / | |/| |
* | | | Merge branch 'release-3.28'Brad King2023-11-200-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'release-3.27' into release-3.28Brad King2023-11-200-0/+0
| |\ \ \ | | | |/ | | |/|
* | | | Merge branch 'release-3.27'Brad King2023-11-200-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'doc-CMP0149' into release-3.27Brad King2023-11-201-0/+7
| |\ \ \
| * \ \ \ Merge branch 'custom-command-ninja-deps' into release-3.27Brad King2023-11-201-2/+2
| |\ \ \ \
* | \ \ \ \ Merge branch 'release-3.28'Brad King2023-11-200-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge topic 'doc-CMP0149' into release-3.28Brad King2023-11-201-0/+7
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
* | | | | | Merge topic 'doc-CMP0149'Brad King2023-11-201-0/+7
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Document that CMP0149 should be set before project()Brad King2023-11-201-0/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.28'Brad King2023-11-200-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'update-doc-deprecated-properties-on-targets' into release-3.28Brad King2023-11-201-3/+3
| |\ \ \ \
* | \ \ \ \ Merge topic 'update-doc-deprecated-properties-on-targets'Brad King2023-11-201-3/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Move deprecated properties to dedicated section權少2023-11-201-3/+3
* | | | | | Merge branch 'release-3.28'Brad King2023-11-200-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'custom-command-ninja-deps' into release-3.28Brad King2023-11-201-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
* | | | | Merge topic 'custom-command-ninja-deps'Brad King2023-11-201-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Ninja: depfile: keep rules without dependenciesMarc Chevrier2023-11-201-2/+2
| | |/ / | |/| |
* | | | Merge topic 'ctest-cleanup'Brad King2023-11-2013-159/+224
|\ \ \ \
| * | | | cmCTestMultiProcessHandler: Simplify logic on unavailable resourcesBrad King2023-11-171-4/+7
| * | | | cmCTestMultiProcessHandler: Clarify resource availability error member namesBrad King2023-11-174-17/+17
| * | | | cmCTestMultiProcessHandler: Reduce repeat test property map lookupsBrad King2023-11-171-7/+7
| * | | | cmCTestMultiProcessHandler: Simplify loop termination on serial testBrad King2023-11-171-5/+2
| * | | | cmCTestMultiProcessHandler: Stop searching for tests when limit is reachedBrad King2023-11-176-4/+63
| * | | | cmCTestMultiProcessHandler: Invert spare load conditionBrad King2023-11-171-8/+8
| * | | | cmCTestMultiProcessHandler: Clarify search for tests <= concurrency limitBrad King2023-11-171-1/+6
| * | | | cmCTestMultiProcessHandler: Clarify search for tests <= spare loadBrad King2023-11-171-8/+9
| * | | | cmCTestMultiProcessHandler: Make loops over all pending tests more consistentBrad King2023-11-171-5/+5
| * | | | cmCTestMultiProcessHandler: Clarify representation of pending test orderBrad King2023-11-172-20/+27
| * | | | cmCTestMultiProcessHandler: Clarify representation of pending testsBrad King2023-11-173-23/+27
| * | | | cmCTestMultiProcessHandler: Avoid extra copy of test mapsBrad King2023-11-173-6/+6
| * | | | cmCTestMultiProcessHandler: Remove unused membersBrad King2023-11-172-12/+0
| * | | | cmCTestMultiProcessHandler: Use cm::uv_loop_ptr abstractionBrad King2023-11-173-6/+7
| * | | | cmCTestMultiProcessHandler: Factor out helper to check for completionJohn Parent2023-11-172-1/+7
| * | | | cmCTestMultiProcessHandler: Replace false condition with opposite assertChris Mahoney2023-11-171-3/+1
| * | | | cmCTestRunTest: Consolidate initialization in constructorBrad King2023-11-173-25/+15
| * | | | Tests: Cover ctest waiting on insufficient non-zero spare test-loadBrad King2023-11-175-15/+21
* | | | | Merge topic 'modules-modern-foreach'Brad King2023-11-209-14/+14
|\ \ \ \ \