summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'apple-framework-bundle-name'Brad King2024-06-241-0/+2
|\
| * Apple: Add CFBundleName to framework Info.plist filesBrad King2024-06-201-0/+2
* | Merge topic 'link-feature-attributes-stabilization'Brad King2024-06-2414-24/+24
|\ \
| * | Link feature attributes: stabilizationMarc Chevrier2024-06-2112-19/+19
| * | Libraries processing: update configuration wordingMarc Chevrier2024-06-215-5/+5
* | | Merge topic 'masm-static-lib'Brad King2024-06-212-0/+2
|\ \ \
| * | | ASM_MASM: Add support for masm-only static librariesJeremy Koritzinsky2024-06-202-0/+2
* | | | Merge topic 'cpackrpm_owner_execute'Brad King2024-06-181-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | CPack/RPM: Fix debuginfo permissions checkAdrian DC2024-06-171-1/+1
| | |/ | |/|
| * | Merge topic 'clang-ansi-color' into release-3.30Brad King2024-06-111-1/+1
| |\ \
* | | | visibility: add support for Oracle Developer Studio 12.6Carlo Marcelo Arenas Belón2024-06-122-0/+8
| |_|/ |/| |
* | | Merge topic 'clang-ansi-color'Brad King2024-06-111-1/+1
|\ \ \ | | |/ | |/|
| * | Clang: Drop non-existent -fno-ansi-escape-codes flagBrad King2024-06-101-1/+1
* | | Merge topic 'fc-cmp0168-fresh'Brad King2024-06-102-6/+17
|\ \ \ | | |/ | |/|
| * | FetchContent: Force cmake --fresh to re-execute direct population stepsCraig Scott2024-06-071-3/+14
| * | FetchContent: Fix typos in stamp/step file namesCraig Scott2024-06-071-2/+2
| * | FetchContent,ExternalProject: Fix extra semicolons in step commandsCraig Scott2024-06-071-1/+1
| * | Merge topic 'doc-add_subdirectory-EXCLUDE_FROM_ALL' into release-3.30Brad King2024-06-061-2/+2
| |\ \
* | \ \ Merge topic 'doc-add_subdirectory-EXCLUDE_FROM_ALL'Brad King2024-06-061-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Help: improve docs for the EXCLUDE_FROM_ALL directory propertyAlex Neundorf2024-06-041-2/+2
* | | | Merge topic 'post-rel-dev'Brad King2024-06-061-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | export: Increase maximum policy version in exported files to 3.29Brad King2024-06-051-1/+1
* | | | CPack/WiX: Restore default (missing) InstallScope from 3.28 and lowerBrad King2024-06-051-3/+7
|/ / /
* | | Merge topic 'FindPython-free-threaded-python'Brad King2024-06-053-97/+166
|\ \ \
| * | | FindPython: Add support for free threaded pythonMarc Chevrier2024-06-043-97/+166
* | | | Merge topic 'macos-check-archs'Brad King2024-06-051-0/+35
|\ \ \ \
| * | | | APPLE: Check if compilers respect CMAKE_OSX_ARCHITECTURESRené Bertin2024-06-041-0/+35
| |/ / /
* | | | Merge topic 'cpack-nuget-dependency-groups'Brad King2024-06-041-14/+108
|\ \ \ \ | |/ / / |/| | |
| * | | CPack/NuGet: Build dependencies in groupsAlex Opie2024-06-031-14/+108
* | | | Merge topic 'checklanguage-modulepath'Brad King2024-06-031-0/+1
|\ \ \ \
| * | | | CheckLanguage: Pass along CMAKE_MODULE_PATHDarryl Pogue2024-05-301-0/+1
| |/ / /
* | | | Merge topic 'ep-disable-source-changes'Brad King2024-06-032-2/+12
|\ \ \ \
| * | | | ExternalProject,FetchContent: Avoid CMAKE_DISABLE_SOURCE_CHANGES errorCraig Scott2024-05-312-2/+12
| |/ / /
* | | | Merge topic 'doc-cpack-reuse-CMakeFindBinUtils'Craig Scott2024-06-011-9/+12
|\ \ \ \
| * | | | Help: Improve and clarify wording for CPACK_<TOOL>_EXECUTABLECraig Scott2024-05-311-9/+12
| |/ / /
* | | | Merge topic 'cpack-deb-shlibdeps'Brad King2024-05-311-7/+94
|\ \ \ \
| * | | | CPackDeb: dpkg-shlibdeps shall consider dependency components, tooDeniz Bahadir2024-05-301-7/+94
* | | | | Merge topic 'FindMPI-FujitsuClang'Brad King2024-05-311-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | FindMPI: Add support for FujitsuClang wrappersdomke2024-05-301-0/+3
* | | | | Merge topic 'enforce-fc-fully-disconnected-requirements'Brad King2024-05-301-5/+51
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | FetchContent: Enforce FETCHCONTENT_FULLY_DISCONNECTED requirementsCraig Scott2024-05-291-5/+51
* | | | | Merge topic 'CUDAToolkit_search_non_activated_compiler_paths'Brad King2024-05-301-6/+29
|\ \ \ \ \
| * | | | | FindCUDAToolkit: Use CUDA compiler path even when CUDA lang not enabledRobert Maynard2024-05-291-6/+29
* | | | | | Merge topic 'FindBLAS-LAPACK-libblastrampoline'Brad King2024-05-302-0/+38
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | FindBLAS/LAPACK: Add libblastrampoline supportIan McInerney2024-05-292-0/+38
* | | | | | Merge topic 'deprecate-fetchcontent_populate'Brad King2024-05-291-175/+182
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | FetchContent: Deprecate FetchContent_Populate(depName)Craig Scott2024-05-291-137/+141
| * | | | Help: Minor grammar improvements for FetchContentCraig Scott2024-05-261-38/+41
* | | | | Merge topic 'fetchcontent_policies_block'Craig Scott2024-05-281-3/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FetchContent: Set policies for most commandsCraig Scott2024-05-271-3/+41
| |/ / /