summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* CheckCompilerFlag: Revert 'Match the Clang "argument unused" output ...'Brad King2023-03-133-4/+8
* Merge topic 'clang-16-cxx-modules' into release-3.26Brad King2023-03-061-0/+14
|\
| * Clang: Record Clang 16.0 flags for our experimental C++ modules supportBrad King2023-03-031-0/+14
* | Merge topic 'GoogleTest-type-param-suite' into release-3.26Brad King2023-03-061-1/+1
|\ \ | |/ |/|
| * GoogleTest: Restore suite name for type-parametrized testsBrad King2023-03-031-1/+1
* | Merge topic 'ExternalProject-revert-install' into release-3.26Brad King2023-03-031-5/+4
|\ \
| * | ExternalProject: Restore driving install through build systemBrad King2023-03-021-5/+4
* | | FindPython: fix erroneous ${CMAKE_SHARED_LIBRARY_SUFFIX} matchingMarc Chevrier2023-03-011-3/+3
* | | FindOpenSSL: Search for -pthread flagKyle Edwards2023-02-231-1/+14
* | | Merge topic 'BundleUtilities-chmod-later' into release-3.26Brad King2023-02-211-4/+3
|\ \ \
| * | | BundleUtilities: Avoid unnecessary chmod in fixup_bundle_itemBrad King2023-02-201-4/+3
* | | | FindOpenSSL: Fix regression in dependency on threadsBrad King2023-02-201-6/+14
|/ / /
* | | LLVMFlang: Fix post-preprocess compile for fixed-form FortranDavid Truby2023-02-141-0/+1
* | | LCC: Fix extraction of __LCC__ version componentsBrad King2023-02-132-8/+4
* | | Merge topic 'findopenssl-static-findpkg-fix' into release-3.26Brad King2023-02-081-2/+8
|\ \ \
| * | | FindOpenSSL: Use static pkgconfig if OPENSSL_USE_STATIC_LIBS=ONKyle Edwards2023-02-071-2/+8
* | | | FetchContent: Bump documented example Catch2 to v3.0.1Eisuke Kawashima2023-02-071-3/+3
|/ / /
* | | Merge topic 'android-ndk-legacy-toolchain' into release-3.26Brad King2023-02-072-1/+3
|\ \ \ | |/ /
| * | Android: Provide CMAKE_ANDROID_NDK_VERSION with NDK legacy toolchain fileBrad King2023-02-062-1/+3
| * | Merge topic 'FindPython-CMP0007-NEW' into release-3.25Brad King2023-01-241-0/+2
| |\ \
* | \ \ Merge topic 'FindCUDAToolkit-nvrtc-builtins' into release-3.26Brad King2023-02-071-1/+1
|\ \ \ \
| * | | | FindCUDAToolkit: Fix `nvrtc_builtins_static` library namePaul Taylor2023-02-061-1/+1
* | | | | Help: CheckSource{Compiles,Runs}: fix typo and clarifyscivision2023-02-064-20/+62
|/ / / /
* | | | FindImageMagick: Fix documentation syntax in usage exampleBrad King2023-02-011-10/+4
* | | | Merge topic '_hm_swift_threads_pthread'Brad King2023-02-011-1/+1
|\ \ \ \
| * | | | FindThreads: Filter -pthread out for compatibility with Swift linkerHarry Mallon2023-01-311-1/+1
* | | | | Merge topic 'CMakePackageConfigHelpers-ARCH_INDEPENDENT'Brad King2023-01-315-68/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CMakePackageConfigHelpers: only emit arch check if neededAndrea Pappacoda2023-01-295-68/+19
* | | | | Merge topic 'msvc-showIncludes'Brad King2023-01-301-1/+7
|\ \ \ \ \
| * | | | | Ninja: Fix detection of MSVC showIncludes prefix in ItalianBrad King2023-01-281-1/+1
| * | | | | Ninja: Record showIncludes detection in configure logBrad King2023-01-271-0/+6
| |/ / / /
* | | | | FindImageMagick: Define targets for specific componentshstejas2023-01-271-40/+77
|/ / / /
* | | | OpenWatcom: Add correct support for 16-bit WindowsJiri Malak2023-01-255-33/+61
* | | | Merge topic 'CheckCompilerFlag-clang'Brad King2023-01-253-8/+4
|\ \ \ \
| * | | | CheckCompilerFlag: Match the Clang "argument unused" output for all languagesKOLANICH2023-01-243-8/+4
* | | | | Merge topic 'FindOpenMP-test-include-dir'Brad King2023-01-251-1/+5
|\ \ \ \ \
| * | | | | FindOpenMP: Use OpenMP_<lang>_INCLUDE_DIRAndrey Alekseenko2023-01-231-1/+5
* | | | | | OpenWatcom: Refactor population of standard include directoriesJiri Malak2023-01-246-61/+38
* | | | | | Merge topic 'gen-pkg-example'Brad King2023-01-241-5/+7
|\ \ \ \ \ \
| * | | | | | Help: Modernize PackageConfigHelpers exampleFeRD (Frank Dana)2023-01-231-5/+7
| |/ / / / /
* | | | | | Merge topic 'FindPython-CMP0007-NEW'Brad King2023-01-241-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | FindPython: Policy CMP0007 must be set to NEWMarc Chevrier2023-01-211-0/+2
* | | | | Merge topic 'find_cudatoolkit_add_nvrtc_static'Brad King2023-01-231-1/+13
|\ \ \ \ \
| * | | | | FindCUDAToolkit: Add support for CUDA::nvrtc_staticRobert Maynard2023-01-201-1/+13
| | |/ / / | |/| | |
* | | | | Merge topic 'FindOpenSP-pkg-config-hints'Brad King2023-01-231-34/+39
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | FindOpenSP: Use pkg-config only as hints for main code pathKefu Chai2023-01-201-34/+39
| |/ /
| * | FindCUDAToolkit: Handle CUDA::nvToolsExt not existingRobert Maynard2023-01-161-1/+1
| * | Merge topic 'implicit-includes' into release-3.25Brad King2023-01-131-2/+3
| |\ \
| * \ \ Merge topic 'IntelLLVM-msvc-no-cxx11' into release-3.25Brad King2023-01-131-2/+2
| |\ \ \
* | \ \ \ Merge topic 'configure-log'Brad King2023-01-201-2/+0
|\ \ \ \ \