summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cuda_mark_toolkit_includes_as_system'Brad King2022-08-191-4/+2
|\
| * CUDA: Always mark cuda toolkit as system includeRobert Maynard2022-08-181-4/+2
* | Merge topic 'fortran-compiler-list'Brad King2022-08-171-25/+11
|\ \
| * | Fortran: cleanup compiler default search listMichael Hirsch2022-08-161-25/+11
* | | Merge topic 'FindVulkan-tolerate-FATAL_ERROR'Brad King2022-08-171-0/+10
|\ \ \
| * | | FindVulkan: Restore tolerance of unknown FATAL_ERROR componentBrad King2022-08-171-0/+10
* | | | Merge topic 'output_all_attempts_at_compiler_detection'Brad King2022-08-171-2/+6
|\ \ \ \
| * | | | CompilerId: Output errors from all attempts at detectionRobert Maynard2022-08-161-2/+6
| | |_|/ | |/| |
* | | | Merge topic 'nvhpc_fpie_support'Brad King2022-08-161-7/+9
|\ \ \ \
| * | | | NVHPC: Enable PIE support on linuxRobert Maynard2022-08-151-7/+9
* | | | | Merge topic 'mingw-windres'Brad King2022-08-161-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | MinGW: Restore using windres when toolchain-prefixed name is not availableBrad King2022-08-151-1/+1
| * | | Merge topic 'warning-as-error-ti-compiler' into release-3.24Brad King2022-08-151-0/+1
| |\ \ \
| * \ \ \ Merge topic 'mingw-flto' into release-3.24Brad King2022-08-151-1/+8
| |\ \ \ \
* | \ \ \ \ Merge topic 'nvtx3'Brad King2022-08-151-0/+32
|\ \ \ \ \ \
| * | | | | | FindCUDAToolkit: nvtx3 targetRaul Tambre2022-08-131-0/+32
* | | | | | | Merge topic 'warning-as-error-ti-compiler'Brad King2022-08-151-0/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | TI compiler: Add support for COMPILE_WARNING_AS_ERROR target propertyCraig Scott2022-08-121-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'mingw-flto'Brad King2022-08-151-1/+8
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | IPO: Do not use -flto=auto with GCC 10.x on WindowsBrad King2022-08-101-1/+8
* | | | | | Merge topic 'FetchContent-protobuf-example-CMP0077'Craig Scott2022-08-141-3/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | FetchContent: Fix protobuf example to avoid CMP0077 warningHarald Fernengel2022-08-131-3/+4
| | |_|/ / | |/| | |
* | | | | variable: Set LINUX variable on Linux target systemsCristian Adam2022-08-122-0/+2
|/ / / /
* | | | Merge topic 'FindGTK2-homebrew'Brad King2022-08-101-0/+1
|\ \ \ \
| * | | | FindGTK2: Search homebrew paths for arch-specific headersDominic Hamon2022-08-091-0/+1
* | | | | Merge topic 'ExternalProject-BUILD_ALWAYS-install'Brad King2022-08-101-0/+14
|\ \ \ \ \
| * | | | | ExternalProject: Fix install on BUILD_ALWAYS+BUILD_BYPRODUCTS with NinjaMaik Nijhuis2022-08-091-0/+14
* | | | | | Merge topic 'FindThreads-msvc-no-pthread-flag'Brad King2022-08-091-1/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | FindThreads: Skip check for -pthread flag when targeting the MSVC ABIBrad King2022-08-081-1/+5
| | |/ / | |/| |
| * | | Merge topic 'fetchcontent-set-CMAKE_VERIFY_INTERFACE_HEADER_SETS' into releas...Brad King2022-08-041-0/+27
| |\ \ \
* | \ \ \ Merge topic 'doc-markup-program-options'Brad King2022-08-082-9/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Help: Replace mentions of ``-G`` option with :option:`-G` roleAlex Turbov2022-08-041-7/+8
| * | | | Help: Replace mentions of ``-S`` option with :option:`-S` roleAlex Turbov2022-08-041-2/+5
| | |_|/ | |/| |
* | | | Merge topic 'swift_debug'Brad King2022-08-051-1/+1
|\ \ \ \
| * | | | Swift: Disable optimization when compiling in DebugDavid Geldreich2022-08-041-1/+1
| |/ / /
* | | | Merge topic 'enable-intel-llvm-ipo-3'Brad King2022-08-045-41/+105
|\ \ \ \
| * | | | Enable IPO for IntelLLVM compilers on Linux and WindowsWilliam R. Dieter2022-08-013-32/+60
| * | | | Propagate OpenMP compiler flags to linker for IntelLLVMWilliam R. Dieter2022-08-011-1/+2
| * | | | IntelLLVM: Pass linker flags to the compiler when used as linkerWilliam R. Dieter2022-08-011-8/+43
* | | | | Merge topic 'fetchcontent-set-CMAKE_VERIFY_INTERFACE_HEADER_SETS'Brad King2022-08-041-0/+27
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | FetchContent: Disable header set verification for dependenciesCraig Scott2022-08-041-0/+27
* | | | | Merge topic 'FindLua-docfmt'Brad King2022-08-041-13/+16
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | FindLua: Improve documentation formattingMichael Hirsch2022-08-031-13/+16
| |/ /
| * | Merge topic 'FindGTest-gmock-needs-gtest' into release-3.24Brad King2022-08-011-1/+1
| |\ \
* | \ \ Merge topic 'cuda_add_lto_support'Brad King2022-08-033-16/+36
|\ \ \ \
| * | | | CUDA: Add Device LTO support for nvccRobert Maynard2022-07-223-13/+36
| * | | | CheckIPO: Refactor logic selecting test source filesRobert Maynard2022-07-131-14/+11
* | | | | Merge topic 'FindCoin3D-windows'Brad King2022-08-031-2/+2
|\ \ \ \ \
| * | | | | FindCoin3D: look for coin4 on windowslorenz2022-08-021-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge topic 'find-openmp-from-system-paths'Brad King2022-08-021-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |