summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cxxmodules-nolibcxx-import-std-reason'Brad King2024-05-131-0/+3
|\
| * Modules/Compiler/Clang: add a reason for non-`libc++` compilationsBen Boeckel2024-05-091-0/+3
* | Merge topic 'CheckIPOSupported-C-prototypes'Brad King2024-05-102-2/+2
|\ \ | |/ |/|
| * CheckIPOSupported: Fix -Wstrict-prototypes warnings in check for CBrad King2024-05-092-2/+2
* | Drop Visual Studio 9 2008 generatorBrad King2024-05-081-5/+0
|/
* Merge topic 'cxx-inspect-without-scanning'Brad King2024-05-072-0/+16
|\
| * cxxmodules: Do not scan sources while testing the compilerBrad King2024-05-062-0/+16
* | Merge topic 'FindBoost-remove'Brad King2024-05-061-0/+15
|\ \
| * | FindBoost: Add policy to remove this moduleBrad King2024-05-031-0/+15
* | | Merge topic 'cpack-support-all-component-names'Brad King2024-05-061-1/+1
|\ \ \ | |/ / |/| |
| * | CPack: Support arbitrary component name when packagingDeniz Bahadir2024-05-011-1/+1
* | | Merge topic 'cxxmodules-no-import-std-reason'Brad King2024-05-033-0/+42
|\ \ \ | |/ / |/| |
| * | cxxmodules: give a reason for unavailability of `import std`Ben Boeckel2024-05-023-0/+42
* | | Merge topic 'FindICU-cleanup'Brad King2024-05-021-96/+17
|\ \ \
| * | | FindICU: remove noise, cleanup components handlingOsyotr2024-05-011-96/+17
* | | | Merge topic 'fphsa-before-project'Brad King2024-05-021-0/+3
|\ \ \ \
| * | | | FPHSA: Add hint for failure when called before project()Brad King2024-05-011-0/+3
* | | | | Merge topic 'FindOpenMP-runtime-msvc'Brad King2024-05-021-3/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | FindOpenMP: Add option to control OpenMP runtime with MSVCAxel Huebl2024-05-011-3/+21
| |/ / /
* | | | Merge topic 'simplify-and-clean-up-some-cpack-functions'Brad King2024-05-011-1/+1
|\ \ \ \
| * | | | CPackDeb.cmake: Fix debug messageDeniz Bahadir2024-04-301-1/+1
| |/ / /
* | | | Merge topic 'lang-standard-latest'Brad King2024-05-0154-51/+308
|\ \ \ \
| * | | | Add CMAKE_<LANG>_STANDARD_LATEST variablesTyler2024-04-3054-50/+280
| * | | | AppleClang: Fix Objective C 23 support detectionTyler Nichols2024-04-301-1/+1
| * | | | Modules: Fix ARMClang and TIClang language standard compile optionsTyler Nichols2024-04-303-0/+27
| |/ / /
* | | | Merge topic 'FindHDF5-version-4-components'Brad King2024-05-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | FindHDF5: Fix detection of versions with more than three componentsمهدي شينون (Mehdi Chinoune)2024-04-301-1/+1
| * | | Merge topic 'save-restore-PACKAGE_PREFIX_DIR' into release-3.29Brad King2024-04-223-72/+128
| |\ \ \
* | | | | ExternalProject: Retry download for error code 35xavisolesoft2024-04-251-1/+1
* | | | | GNU: Do not use "fat-lto-objects" flags for IPO on Apple platformsRené Bertin2024-04-242-3/+7
* | | | | FindCUDAToolkit: Replace a documentation link with its permanent redirectBrad King2024-04-231-1/+1
* | | | | Merge topic 'msvc-wine-import-std'Brad King2024-04-231-0/+1
|\ \ \ \ \
| * | | | | cxxmodules: Support `import std` for msvc-winehuangqinjin2024-04-211-0/+1
* | | | | | Merge topic 'check-pthreads-static'Brad King2024-04-231-1/+1
|\ \ \ \ \ \
| * | | | | | FindThreads: Fix pthreads detection with -Wmissing-prototypesDavid Benjamin2024-04-221-1/+1
| |/ / / / /
* | | | | | Merge topic 'pkg_get_variable-list'Brad King2024-04-231-0/+11
|\ \ \ \ \ \
| * | | | | | FindPkgConfig: Fix parsing of quoted lists with pkgconf <1.5.1Kerem Aksu2024-04-201-0/+11
* | | | | | | Merge topic 'save-restore-PACKAGE_PREFIX_DIR'Brad King2024-04-223-72/+145
|\ \ \ \ \ \ \
| * | | | | | | CMakePackageConfigHelpers: Document PACKAGE_PREFIX_DIR for public useCraig Scott2024-04-201-0/+17
| | |_|_|/ / / | |/| | | | |
| * | | | | | generate_apple_*_selection_file: Save/restore PACKAGE_PREFIX_DIRCraig Scott2024-04-192-0/+42
| * | | | | | generate_apple_architecture_selection_file: Avoid early returnsCraig Scott2024-04-191-15/+27
| * | | | | | Help: Add missing section heading for apple architecture selectionCraig Scott2024-04-191-0/+3
| * | | | | | Help: Fix CMakePackageConfigHelpers typos, grammar and formattingCraig Scott2024-04-191-57/+56
* | | | | | | Merge topic 'cuda-std'Brad King2024-04-221-1/+9
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | CUDA: Fix detection of default C++ standard level with MSVC host compilerBrad King2024-04-181-1/+9
* | | | | | | cxxmodules: provide a detection variable for `import std`Ben Boeckel2024-04-182-0/+4
|/ / / / / /
* | | | | | Merge topic 'lang-std-c++26'Brad King2024-04-175-4/+17
|\ \ \ \ \ \
| * | | | | | GNU: Add flags for C++26 modesRaul Tambre2024-04-161-0/+5
| * | | | | | C++26: Support detection as the default standardRaul Tambre2024-04-164-4/+12
* | | | | | | Merge topic 'lang-std'Brad King2024-04-174-25/+53
|\ \ \ \ \ \ \ | |/ / / / / /