summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | FindZLIB: fix ZLIB_USE_STATIC_LIBS on WindowsPeter Würth2022-05-131-6/+16
* | | | | | | | | Merge topic 'FortranCInterface-gcc12'Brad King2022-05-171-0/+3
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | FortranCInterface: Fix failure with gfortran 12 and ClangBrad King2022-05-161-0/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'CMAKE_PROJECT_TOP_LEVEL_INCLUDES'Brad King2022-05-161-1/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | CMakeDetermineSystem: Remove unreachable codeCraig Scott2022-05-081-1/+0
* | | | | | | Merge topic 'fetchcontent-subbuild-config-type'Craig Scott2022-05-161-2/+11
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | FetchContent: Hard-code a config for the sub-buildCraig Scott2022-05-131-2/+11
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'FindGLUT-system-include-dirs'Brad King2022-05-131-0/+14
|\ \ \ \ \ \
| * | | | | | FindGLUT: Fix GLUT_INCLUDE_DIRS with pkg-config and /usr/includeLetu Ren2022-05-121-0/+14
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'externalproject-uses-terminal-flags'Brad King2022-05-131-2/+15
|\ \ \ \ \ \
| * | | | | | ExternalProject: Make SVN interactive with USES_TERMINAL_{DOWNLOAD,UPDATE}Michael Durso Jr2022-05-121-2/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'FindPkgConfig-LIBRARY_PATH'Brad King2022-05-131-1/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | FindPkgConfig: Fix preservation of ENV{PKG_CONFIG_ALLOW_SYSTEM_LIBS}Brad King2022-05-121-1/+3
* | | | | | Merge topic 'FindPython-3.12'Brad King2022-05-133-3/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | FindPython: add support for Python 3.12Michael Hirsch2022-05-123-3/+3
* | | | | | Merge topic 'doc-package-compatibility-mode'Brad King2022-05-121-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | CMakePackageConfigHelpers: Fix note about version files supporting rangesfriendlyanon2022-05-111-3/+3
| * | | | | Merge topic 'Java-version-handling' into release-3.23Brad King2022-05-062-77/+47
| |\ \ \ \ \
* | | | | | | FindOpenCL: Add support for version 3.0Dmitry Kushpet2022-05-111-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'FindOpenSSL-qnx7.0'Brad King2022-05-101-3/+19
|\ \ \ \ \ \
| * | | | | | FindOpenSSL: Support version 1.1.1 under QNX 7.0Georg Lutz2022-05-061-3/+19
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'werror-property'Brad King2022-05-1017-27/+55
|\ \ \ \ \ \
| * | | | | | COMPILE_WARNING_AS_ERROR: Add options to treat warnings as errorsMartin Duffy2022-05-0617-27/+55
* | | | | | | OpenWatcom: Support CMAKE_WATCOM_RUNTIME_LIBRARY with Linux and OS/2 buildsCameron Cawley2022-05-066-0/+32
* | | | | | | OpenWatcom: Allow specifying the runtime libraryCameron Cawley2022-05-061-5/+19
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'Java-version-handling'Brad King2022-05-062-77/+47
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-3.23-Java-version-handling' into Java-version-handlingMarc Chevrier2022-05-052-77/+47
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | FindJava, FindJNI: ensure correct handling of versions on WindowsMarc Chevrier2022-05-052-77/+47
* | | | | | | Merge topic 'FetchContent_find_package_integration'Craig Scott2022-05-063-44/+491
|\ \ \ \ \ \ \
| * | | | | | | Packages: Integrate FetchContent and find_package()Craig Scott2022-05-033-44/+491
* | | | | | | | Merge topic 'ExternalProject-no-extract-timestamp'Brad King2022-05-052-5/+57
|\ \ \ \ \ \ \ \
| * | | | | | | | ExternalProject: Add DOWNLOAD_EXTRACT_TIMESTAMP option and policyKasper Laudrup2022-05-042-5/+57
* | | | | | | | | Merge topic 'remove-PackageMaker-generator'Brad King2022-05-051-3/+0
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | CPack: Remove the deprecated PackageMaker generatorCraig Scott2022-05-041-3/+0
| |/ / / / / / /
* | | | | | | | Merge topic 'less_ptx_for_all_all-major_native'Brad King2022-05-042-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | CUDA: native/all/all-major generates minimal set of ptx codeRobert Maynard2022-05-032-0/+12
| |/ / / / / / /
* | | | | | | | Merge topic 'cpack-nsis-typos'Brad King2022-05-041-22/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | CPack/NSIS: Fix several typos in the NSIS templateSadie Powell2022-05-031-22/+22
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'FindThreads-aix'Brad King2022-05-041-33/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | FindThreads: avoid failing in AIX when using -D_XOPEN_SOURCE=500Carlo Marcelo Arenas Belón2022-05-031-33/+19
| |/ / / / / / /
* | | | | | | | Merge topic 'FindPython-fix-typo-error'Brad King2022-05-041-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | FindPython: fix typo errorMarc Chevrier2022-05-031-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'cuda-arch-verify'Brad King2022-05-031-3/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | CUDA: Restore CMAKE_CUDA_ARCHITECTURES support for -real and -virtual suffixesBrad King2022-04-291-3/+4
* | | | | | Merge topic 'findmpi_dont_variable_lang'Brad King2022-04-281-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | FindMPI: Don't check for variables named the same as the languagesRobert Maynard2022-04-261-4/+4
* | | | | | Merge topic 'cuda-arch-verify'Brad King2022-04-283-160/+21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CUDA: Defer architecture testing to the compiler testing stepBrad King2022-04-253-160/+21
| |/ / / /
* | | | | Merge topic 'FindThreads-cleanup'Brad King2022-04-271-37/+39
|\ \ \ \ \
| * | | | | FindThreads: Factor out helper macro for libc checkBrad King2022-04-261-9/+17