summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'doc-release-3.29-typos'Brad King2024-03-192-2/+2
|\
| * Help: Fix typos and grammar in pre-3.29 docsCraig Scott2024-03-192-2/+2
| * Merge topic 'LINKER_TYPE-mold-support' into release-3.29Brad King2024-03-141-1/+4
| |\
| * \ Merge topic 'fc-MakeAvailable-leak-var' into release-3.29Brad King2024-03-141-13/+20
| |\ \
* | \ \ Merge topic 'LINKER_TYPE-mold-support'Brad King2024-03-141-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | LINKER_TYPE: Support MOLD only on GCC versions that support itMarc Chevrier2024-03-131-1/+4
* | | | Merge topic 'fc-MakeAvailable-leak-var'Brad King2024-03-141-13/+20
|\ \ \ \ | | |_|/ | |/| |
| * | | FetchContent: Don't leak temporary variable and restore var robustlyCraig Scott2024-03-131-13/+20
| |/ /
* | | Merge topic 'ctest-tls-options'Brad King2024-03-132-9/+24
|\ \ \
| * | | ctest: Fall back to CMake options for TLS versionBrad King2024-03-121-0/+7
| * | | ctest: Fall back to CMake options for TLS server verificationBrad King2024-03-121-0/+3
| * | | ctest: Add explicit options for TLS versionBrad King2024-03-121-0/+1
| * | | ctest: Add explicit options for TLS server verificationBrad King2024-03-121-0/+2
| * | | CTest: Create scope to isolate defaults for DartConfiguration.tclBrad King2024-03-121-9/+11
* | | | Merge topic 'GoogleTest-source-line'Brad King2024-03-131-4/+41
|\ \ \ \
| * | | | GoogleTest: Add DEF_SOURCE_LINE property to gtest_add_testsDaniel Sim2024-03-111-4/+41
* | | | | Merge topic 'ci-xcode-15.3'Brad King2024-03-131-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | LinkerId: Update detection of linker tool for Xcode 15.3Brad King2024-03-121-1/+1
| | |_|/ | |/| |
| * | | Merge topic 'llvm-objdump' into release-3.29Brad King2024-03-111-1/+1
| |\ \ \
* | \ \ \ Merge topic 'findcudatoolkit_remove_unneeded_deps'Brad King2024-03-121-3/+3
|\ \ \ \ \
| * | | | | FindCUDAToolkit: Remove unneeded dependencies on the cuda driverRobert Maynard2024-03-111-3/+3
| | |_|_|/ | |/| | |
* | | | | FindCUDA: Support cross-compilation to sbsa-linuxJinzhe Zeng2024-03-111-10/+13
|/ / / /
* | | | Merge topic 'llvm-objdump'Brad King2024-03-111-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | GET_RUNTIME_DEPENDENCIES: Allow more whitespace before objdump's "DLL Name:"Adrian Pop2024-03-101-1/+1
* | | | Merge topic 'marmasm-language'Brad King2024-03-111-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | ASM_MARMASM: Remove broken partial support for preprocessor definesAlexander Neumann2024-03-101-1/+1
| |/ /
* | | FindCUDA: Cache CUDA_TOOLKIT_ROOT_DIR when cross-compilingJinzhe Zeng2024-03-101-1/+1
| |/ |/|
* | Merge topic 'CUDAToolkit_nvfatbin'Brad King2024-03-081-0/+21
|\ \
| * | FindCUDAToolkit: Add support for nvfatbin added in 12.4Robert Maynard2024-03-051-0/+21
* | | Merge topic 'FindRuby-3.3'Brad King2024-03-061-12/+15
|\ \ \ | | |/ | |/|
| * | FindRuby: Fix finding Ruby 3.1+ on WindowsCharlie Savage2024-03-051-6/+9
| * | FindRuby: Add support for 3.3Charlie Savage2024-03-051-6/+6
| * | Merge topic 'FindTIFF-cmake-package' into release-3.29Brad King2024-03-011-4/+5
| |\ \
| * \ \ Merge topic 'clang-use-arg1' into release-3.29Brad King2024-02-271-1/+3
| |\ \ \
| * \ \ \ Merge topic 'FindOpenSSL-SLP-layout' into release-3.29Brad King2024-02-261-6/+20
| |\ \ \ \
* | | | | | ASM_NASM: Improve support for standalone usageVito Gamberini2024-03-041-0/+11
* | | | | | Merge topic 'FindTIFF-cmake-package'Brad King2024-03-011-4/+5
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | FindTIFF: Fix name of upstream TIFF cmake packageBrad King2024-02-291-4/+5
| | |_|/ / | |/| | |
* | | | | ExternalProject: Add TLS version options for https connectionsBrad King2024-02-293-0/+61
* | | | | ExternalProject: Factor out helper to get NETRC optionsBrad King2024-02-291-21/+22
* | | | | ExternalProject: Factor out helper to get TLS_CAINFO optionBrad King2024-02-291-9/+13
* | | | | ExternalProject: Factor out helper to get TLS_VERIFY optionBrad King2024-02-281-17/+15
* | | | | ExternalProject: Revise wording of TLS_VERIFY documentationBrad King2024-02-281-7/+6
* | | | | ExternalProject: Prepare for multiple git submodule config optionsBrad King2024-02-281-15/+15
| |_|_|/ |/| | |
* | | | Merge topic 'clang-use-arg1'Brad King2024-02-271-1/+3
|\ \ \ \ | |/ / /
| * | | CMakeDetermineCompilerId: use `_ARG1` to query the clang resource dirBen Boeckel2024-02-261-1/+3
* | | | Merge topic 'FindOpenSSL-SLP-layout'Brad King2024-02-261-6/+20
|\ \ \ \ | | |_|/ | |/| |
| * | | FindOpenSSL: Update layout for Shining Light Productions package on WindowsMatthias Isele2024-02-231-6/+20
* | | | Merge topic 'FindOpenMP-intel-oneapi-windows'Brad King2024-02-261-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | FindOpenMP: Restore support for Intel compilers on WindowsBrad King2024-02-231-1/+1
| |/ /