summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | FindMPI: Restore re-construction of include directoriesBrad King2020-02-101-0/+21
* | | CUDAToolkit: Add support for cupti libraryRobert Maynard2020-02-061-1/+23
* | | CUDAToolkit: Correct location of OpenCL doc linkRobert Maynard2020-02-061-2/+2
| |/ |/|
* | Merge topic 'llvm-rc-preprocess'Brad King2020-02-051-0/+17
|\ \
| * | Add -E cmake_llvm_rc to preprocess files for llvm-rcThomas Bernard2020-02-041-0/+17
* | | Merge topic 'sdcc-no-default-target'Brad King2020-02-051-11/+0
|\ \ \
| * | | SDCC: Remove default flags for a specific targetfruit2020-02-041-11/+0
| |/ /
* | | Merge topic 'cuda_remove_toolkit_dirs_from_implicit_includes'Brad King2020-02-041-0/+12
|\ \ \
| * | | CUDA: Do not treat CUDA toolkit include directories as implicitRobert Maynard2020-02-031-0/+12
* | | | Merge topic 'compiler-abi-no-Werror'Brad King2020-02-041-0/+3
|\ \ \ \
| * | | | CMakeDetermineCompilerABI: Avoid failing on warnings with -WerrorDavid Rohr2020-02-031-0/+3
| |/ / /
* | | | Merge topic 'swift-exe-exports'Brad King2020-02-041-1/+3
|\ \ \ \
| * | | | Ninja: properly handle exports from Swift exesSaleem Abdulrasool2020-02-021-1/+3
| |/ / /
* | | | Merge topic 'android-ndk-r19-binutils'Brad King2020-02-041-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Android: Fix binutils selection with NDK r19+ unified toolchainBrad King2020-02-031-0/+1
* | | | Merge topic 'windows-gnu-asm'Brad King2020-02-037-16/+28
|\ \ \ \
| * | | | ASM: Hook up Windows-specific GNU/Clang compiler information modulesMartin Storsjö2020-01-317-16/+28
| | |/ / | |/| |
* | | | Merge topic 'cpack-deprecate-old-macos-generators'Brad King2020-02-031-2/+2
|\ \ \ \
| * | | | CPack: Deprecate OSXX11 generatorBrad King2020-01-311-1/+1
| * | | | CPack: Deprecate PackageMaker generatorBrad King2020-01-311-1/+1
| |/ / /
* | | | Merge topic 'blas-intel-mkl'Brad King2020-02-032-10/+25
|\ \ \ \
| * | | | Find{BLAS,LAPACK}: Include parent of points directory in searchMario Emmenlauer2020-01-312-0/+13
| * | | | Find{BLAS,LAPACK}: Fixed an incorrect use of a macro argumentMario Emmenlauer2020-01-312-10/+12
* | | | | Merge topic 'aix-no-export-all'Brad King2020-02-033-21/+28
|\ \ \ \ \
| * | | | | AIX: Add an option to disable automatic exports from shared librariesBrad King2020-01-312-4/+4
| * | | | | AIX: Improve name of internal symbol export list fileBrad King2020-01-312-4/+4
| * | | | | AIX: Add ExportImportList option to skip the object filesBrad King2020-01-311-14/+18
| * | | | | AIX: Revise ExportImportList to build output more incrementallyBrad King2020-01-311-2/+5
| | |/ / / | |/| | |
* | | | | Merge topic 'findCUDAToolkit_correct_cudart_static_deps'Brad King2020-02-031-0/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CUDAToolkit: Add required static runtime library dependenciesRobert Maynard2020-01-301-0/+25
| |/ / /
* | | | Merge topic 'aix-skip-exports'Brad King2020-01-311-1/+11
|\ \ \ \
| * | | | AIX: Restore pre-3.16 undocumented method to suppress exports with XLBrad King2020-01-301-1/+11
| | |/ / | |/| |
* | | | GNUInstallDirs: Warn when CMAKE_SYSTEM_NAME is not setVitaly Lipatov2020-01-301-10/+9
| |/ / |/| |
* | | Merge topic 'FindCUDAToolkit-target-guards'Brad King2020-01-291-45/+28
|\ \ \
| * | | FindCUDAToolkit: Fix behavior on multiple callsRodolfo Lima2020-01-281-41/+22
| * | | FindCUDAToolkit: Fix CUDA::* target guard logicRodolfo Lima2020-01-281-4/+6
* | | | Merge topic 'fortran-subdir-simplify'Brad King2020-01-291-9/+1
|\ \ \ \
| * | | | CMakeAddFortranSubdirectory: Simplfy logic to always build subdirBrad King2020-01-281-9/+1
* | | | | Merge topic 'blas-intel-mkl'Brad King2020-01-292-121/+232
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Find{BLAS,LAPACK}: Search always in dynamic linker pathsMario Emmenlauer2020-01-282-16/+12
| * | | | Find{BLAS,LAPACK}: Avoid repeated setting of prefered library suffixesMario Emmenlauer2020-01-282-28/+28
| * | | | Find{BLAS,LAPACK}: Fixed incorrect static library suffix for AppleMario Emmenlauer2020-01-282-6/+0
| * | | | Find{BLAS,LAPACK}: Added support for MKL single dynamic libraryMario Emmenlauer2020-01-282-0/+8
| * | | | Find{BLAS,LAPACK}: Added support for static MKL required linker flagsMario Emmenlauer2020-01-282-67/+75
| * | | | Find{BLAS,LAPACK}: Fixed detection of MKL, and several MKL improvementsMario Emmenlauer2020-01-282-50/+155
* | | | | Merge topic 'FindBoost-delay-helper-targets'Brad King2020-01-281-37/+37
|\ \ \ \ \
| * | | | | FindBoost: Do not add any Boost targets until after Boost foundNiall Murphy2020-01-271-37/+37
* | | | | | Merge topic 'clang-tidy-driver-mode'Brad King2020-01-286-0/+15
|\ \ \ \ \ \
| * | | | | | clang-tidy: Add driver mode argumentHanjiang Yu2020-01-276-0/+15
| |/ / / / /
* | | | | | Merge topic 'QNX_CMAKE_SYSROOT'Brad King2020-01-282-0/+15
|\ \ \ \ \ \