| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | FetchContent: Enforce FETCHCONTENT_FULLY_DISCONNECTED requirements | Craig Scott | 2024-05-29 | 13 | -0/+83 |
|
|
* | | | | Merge topic 'CUDAToolkit_search_non_activated_compiler_paths' | Brad King | 2024-05-30 | 3 | -0/+31 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | FindCUDAToolkit: Use CUDA compiler path even when CUDA lang not enabled | Robert Maynard | 2024-05-29 | 3 | -0/+31 |
|
|
* | | | | Merge topic 'deprecate-fetchcontent_populate' | Brad King | 2024-05-29 | 28 | -0/+90 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | FetchContent: Deprecate FetchContent_Populate(depName) | Craig Scott | 2024-05-29 | 28 | -0/+90 |
|
|
* | | | | Merge topic 'hip-std' | Brad King | 2024-05-29 | 9 | -2/+35 |
|\ \ \ \ |
|
| * | | | | Tests/CompileFeatures: Cover hip_std_## meta-features | Brad King | 2024-05-28 | 9 | -2/+35 |
|
|
* | | | | | Merge topic 'swift-multi-config' | Brad King | 2024-05-29 | 14 | -114/+142 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Swift: Use per-config module file locations in multi-config generators | Dave Abrahams | 2024-05-24 | 8 | -4/+30 |
|
|
| * | | | | Tests/RunCMake/Swift: Enable more cases with Ninja Multi-Config | Dave Abrahams | 2024-05-24 | 7 | -114/+116 |
|
|
* | | | | | Merge topic 'execute_process-child-startup-info' | Brad King | 2024-05-28 | 4 | -0/+34 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Tests/RunCMake/execute_process: Check STARTUPINFOW reserved members | Brad King | 2024-05-24 | 4 | -0/+34 |
|
|
| * | | | | Merge topic 'cmp0037-message' into release-3.29 | Brad King | 2024-05-15 | 9 | -0/+40 |
| |\ \ \ \ |
|
* | | | | | | FetchContent: Make FetchContent_Populate() honor CMP0168 | Craig Scott | 2024-05-25 | 1 | -0/+16 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge topic 'doc-test-RunCMake' | Brad King | 2024-05-24 | 2 | -30/+205 |
|\ \ \ \ \ |
|
| * | | | | | Tests/RunCMake: Document how to write multi-step test cases | Brad King | 2024-05-23 | 1 | -0/+26 |
|
|
| * | | | | | Tests/RunCMake: Document commands/variables available to RunCMakeTest scripts | Brad King | 2024-05-23 | 1 | -8/+132 |
|
|
| * | | | | | Tests/RunCMake: Clarify documentation of platform-specific output matching | Brad King | 2024-05-23 | 1 | -5/+2 |
|
|
| * | | | | | Tests/RunCMake: Rename "sub-test" terminology to "case" | Brad King | 2024-05-23 | 1 | -17/+17 |
|
|
| * | | | | | Tests/RunCMake: Organize README as multiple sections | Brad King | 2024-05-23 | 1 | -1/+13 |
|
|
| * | | | | | Tests/RunCMake: Cross-reference README from main Tests/README | Brad King | 2024-05-23 | 2 | -2/+18 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge topic 'genex-compiler-frontend-variant' | Brad King | 2024-05-24 | 12 | -4/+64 |
|\ \ \ \ \ |
|
| * | | | | | GenEx: Add generator expr. for CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT | Deniz Bahadir | 2024-05-22 | 12 | -4/+64 |
| |/ / / / |
|
* | | | | | Merge topic 'ninja-parallel' | Brad King | 2024-05-24 | 13 | -0/+77 |
|\ \ \ \ \ |
|
| * | | | | | Ninja: Add option for parallel install | Martin Duffy | 2024-05-23 | 13 | -0/+77 |
|
|
* | | | | | | Tests: Improve documentation of ADD_TEST_MACRO | Dave Abrahams | 2024-05-23 | 1 | -2/+10 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge topic 'test-CMAKE_Swift_MODULE_DIRECTORY' | Brad King | 2024-05-22 | 1 | -0/+11 |
|\ \ \ \ \ |
|
| * | | | | | Swift: test that CMAKE_Swift_MODULE_DIRECTORY is respected. | Dave Abrahams | 2024-05-16 | 1 | -0/+11 |
|
|
* | | | | | | GenEx: Add support for custom transitive link properties | Brad King | 2024-05-21 | 8 | -0/+209 |
|
|
* | | | | | | GenEx: Add support for custom transitive compile properties | Brad King | 2024-05-21 | 12 | -0/+347 |
|
|
* | | | | | | Merge topic 'test-race-aix' | Brad King | 2024-05-21 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Tests/RunCMake/CompileFeatures: Avoid intermittent failures on AIX | Brad King | 2024-05-21 | 1 | -0/+1 |
|
|
* | | | | | | | Tests/RunCMake/Swift: Update for ninja post-1.12 development | Brad King | 2024-05-20 | 1 | -1/+0 |
|/ / / / / / |
|
* | | | | | | Merge topic 'fetchcontent-direct' | Craig Scott | 2024-05-18 | 19 | -54/+105 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | FetchContent: Populate directly without a sub-build | Craig Scott | 2024-05-17 | 12 | -43/+94 |
|
|
| * | | | | | ExternalProject: Move more internal commands out of main file | Craig Scott | 2024-05-13 | 7 | -11/+11 |
|
|
* | | | | | | Merge topic 'ewilde/swift-static-try-compile' | Brad King | 2024-05-17 | 2 | -0/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | Swift: Support static-library try-compile type | Evan Wilde | 2024-05-15 | 2 | -0/+15 |
| |/ / / / / |
|
* | | | | | | Merge topic 'LINK_LIBRARY-Feature-properties' | Brad King | 2024-05-16 | 24 | -3/+127 |
|\ \ \ \ \ \ |
|
| * | | | | | | GenEx $<LINK_LIBRARY>: Add the support of properties attached to features | Marc Chevrier | 2024-05-15 | 24 | -3/+127 |
|
|
* | | | | | | | Merge topic 'custom-command-output-hash-character' | Brad King | 2024-05-16 | 7 | -27/+18 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | add_custom_command: Allow OUTPUT filenames containing a hash '#' character | Glenn Coombs | 2024-05-15 | 7 | -27/+18 |
|
|
* | | | | | | | | Merge topic 'import-std-experimental-docs' | Brad King | 2024-05-16 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | importstd: clarify when the experimental UUID must be available | Ben Boeckel | 2024-05-15 | 2 | -2/+2 |
|
|
* | | | | | | | | Merge topic 'test-execute_process-abnormal-exit' | Brad King | 2024-05-15 | 8 | -17/+31 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Tests: Cover execute_process with abnormal exit on all platforms | Brad King | 2024-05-14 | 8 | -17/+31 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge topic 'cmp0037-message' | Brad King | 2024-05-15 | 9 | -0/+40 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| * | | | | | | | CMP0037: Restore diagnostic message for invalid ALIAS target names | Brad King | 2024-05-14 | 9 | -0/+40 |
|
|
| * | | | | | | | Merge topic 'cxxmodules-build-export-different-directory' into release-3.28 | Brad King | 2024-05-03 | 10 | -0/+149 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge topic 'export-name-safe-name' into release-3.28 | Brad King | 2024-05-01 | 7 | -0/+298 |
| |\ \ \ \ \ \ \ \ |
|