summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-nuget-components-on-windows'Brad King2022-05-191-1/+3
|\
| * CPack/NuGet: Restore component packaging on WindowsAlex Turbov2022-05-181-1/+3
* | Merge topic 'clang-imsvc'Brad King2022-05-181-1/+1
|\ \
| * \ Merge branch 'backport-3.23-clang-imsvc' into clang-imsvcBrad King2022-05-171-1/+1
| |\ \ | | |/
| | * Clang: Use -imsvc flag without space to support Clang toolsBrad King2022-05-171-1/+1
| | * Merge topic 'FortranCInterface-gcc12' into release-3.23Brad King2022-05-171-0/+3
| | |\
| | * \ Merge topic 'FindPkgConfig-LIBRARY_PATH' into release-3.23Brad King2022-05-131-1/+3
| | |\ \
* | | \ \ Merge topic 'FindGLUT-remove-undocumented-vars'Brad King2022-05-181-4/+0
|\ \ \ \ \
| * | | | | FindGLUT: Remove undocumented variables GLUT_INCLUDE_PATH and GLUT_LIBRARYLetu Ren2022-05-171-4/+0
* | | | | | Merge topic 'fetchcontent-subbuild-config-type-fix'Brad King2022-05-181-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | FetchContent: Use Debug rather than Release for sub-buildCraig Scott2022-05-171-3/+3
* | | | | | Merge topic 'findzlib-static'Brad King2022-05-171-6/+16
|\ \ \ \ \ \
| * | | | | | 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-052-5/+57
* | | | | | | | | Merge topic 'remove-PackageMaker-generator'Brad King2022-05-051-3/+0
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | CPack: Remove the deprecated PackageMaker generatorCraig Scott2022-05-051-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
| | |_|_|_|/ / / | |/| | | | | |