summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+Oleksii Udod2022-11-181-1/+3
* FindCUDAToolkit: Handle toolkits that don't provide nvptxcompilerRobert Maynard2022-11-171-1/+3
* CPack/IFW: Add support for QtIFW 4.5Erlend E. Aasland2022-11-151-0/+2
* Merge topic 'msvc-19.34-cpp-modules' into release-3.25Brad King2022-11-141-0/+12
|\
| * msvc: bless MSVC 19.34 support for C++ modules as experimentalBen Boeckel2022-11-111-0/+12
* | IAR: Fix ASM compiler architecture detectionFelipe Torrezan2022-11-111-4/+3
|/
* Merge topic 'sphinx-linkcheck' into release-3.25Brad King2022-11-0817-32/+32
|\
| * Help: Fix some redirects reported with sphinx linkcheckAlex Turbov2022-11-0714-28/+29
| * Help: Fix broken external links found by sphinx linkcheckAlex Turbov2022-11-073-4/+3
* | Merge topic 'FindOpenSSL-mingw-lib64' into release-3.25Brad King2022-11-081-0/+2
|\ \
| * | FindOpenSSL: Search "lib64" for mingw 64-bit installsklytje2022-11-071-0/+2
| |/
* | Tasking: Remove CMAKE_SYSTEM_PROCESSOR support per CMP0123Christoph Seitz2022-11-071-32/+0
|/
* Merge topic 'tasking-pic' into release-3.25Brad King2022-11-041-1/+1
|\
| * Tasking: Fix PIC option for Tasking ToolsetGordon Jess2022-11-031-1/+1
* | Merge topic 'correct_nvptxcompiler_not_linking_to_threads' into release-3.25Brad King2022-11-031-2/+4
|\ \ | |/ |/|
| * FindCUDAToolkit: Restore usage from multiple directoriesRobert Maynard2022-11-021-2/+4
* | IAR: Restore support for CMAKE_CXX_FLAGS_INITDaniel Schürmann2022-11-011-2/+2
|/
* FindCUDAToolkit: Add nvptxcompiler_static dependency on Threads::ThreadsRobert Maynard2022-10-311-1/+2
* Merge topic 'ArchLinux-lib-dir' into release-3.25Brad King2022-10-311-3/+8
|\
| * Linux: Avoid finding libraries using lib64 on ArchLinuxLetu Ren2022-10-301-3/+8
* | Ninja: Match showIncludes dependencies using console output code pageBrad King2022-10-301-1/+1
|/
* FindGLUT: Fix regression when pkg-config is not availableBrad King2022-10-271-3/+5
* Merge topic 'nsis-licence-bom' into release-3.25Brad King2022-10-251-1/+2
|\
| * CPack/NSIS: Document BOM mark for UTF-8 encoded LICENSE fileMojca Miklavec2022-10-241-1/+2
* | Merge topic 'flang-windows' into release-3.25Brad King2022-10-251-0/+1
|\ \ | |/ |/|
| * LLVMFlang: Add a required line to define linking rules on Windowsمهدي شينون (Mehdi Chinoune)2022-10-241-0/+1
* | Help: Add more CLI `:option:` references to various pagesAlex Turbov2022-10-201-1/+1
* | Merge topic 'android-path-suffixes' into release-3.25Brad King2022-10-191-0/+6
|\ \ | |/
| * Android: Avoid searching API level directories matching architecture bitnessSergiu Deitsch2022-10-181-0/+6
* | Merge topic 'FindJNI-android-api' into release-3.25Brad King2022-10-181-2/+2
|\ \ | |/
| * FindJNI: replace CMAKE_ANDROID_API by CMAKE_SYSTEM_VERSIONSergiu Deitsch2022-10-171-2/+2
* | Merge topic 'serenityos-no-libdl' into release-3.25Brad King2022-10-181-1/+1
|\ \
| * | SerenityOS: Unset CMAKE_DL_LIBS because LibDl no longer existsAndrew Kaster2022-10-171-1/+1
* | | CUDA: Revert "Always mark cuda toolkit as system include"Robert Maynard2022-10-171-2/+4
|/ /
* | FindGLUT: Drop the now-unnecessary exclusion of pkg-config for multiconfigleha-bot2022-10-131-8/+3
* | FindGLUT: Drop the now-unnecessary ALLOW_SYSTEM_CFLAGS logicleha-bot2022-10-131-14/+0
* | FindGLUT: Use pkg-config's results as HINTS for normal searchleha-bot2022-10-131-41/+19
* | FindCUDAToolkit: cuFile_rdma_static needs to link to cuFile_staticRobert Maynard2022-10-121-1/+1
* | Merge topic 'GoogleTest-TYPED_TEST_P' into release-3.25Brad King2022-10-121-2/+4
|\ \
| * | GoogleTest: Add gtest-filter for TYPED_TEST_POleksii Odynochenko2022-10-111-2/+4
* | | Merge topic 'add_nvptx_compiler_to_findCUDAToolkit' into release-3.25Brad King2022-10-121-0/+20
|\ \ \
| * | | FindCUDAToolkit: Add support for the nvptx compiler libraryRobert Maynard2022-10-111-0/+20
* | | | Merge topic 'add_cufile_to_findCUDAToolkit' into release-3.25Brad King2022-10-121-0/+25
|\ \ \ \
| * | | | FindCUDAToolkit: Add support for the cuFile libraryRobert Maynard2022-10-111-0/+25
* | | | | Merge topic 'flang-implicit-link-info' into release-3.25Brad King2022-10-121-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | LLVMFlang: Add support for mixed-language linking with FortranBrad King2022-10-111-0/+2
| * | | | Merge branch 'cpack-nsis-uninstaller' into release-3.24Brad King2022-10-111-5/+14
| |\ \ \ \
| * \ \ \ \ Merge topic 'add_cuda_11.8_new_archs' into release-3.24Brad King2022-10-101-0/+6
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'doc-3.25-relnotes'Brad King2022-10-111-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Help: Update Sphinx versionadded directives for 3.25 releaseBrad King2022-10-071-2/+2