summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* MSYS/MinGW Makfiles: Select the compiler occurring first in PATHBrad King2022-05-261-4/+3
* Merge topic 'LLVMFlang-compiler'Brad King2022-05-263-0/+21
|\
| * LLVMFlang: Add support for LLVM FlangTin Huynh2022-05-243-0/+21
* | Merge topic 'dependency-providers'Brad King2022-05-251-42/+197
|\ \
| * | Dependency providers: Add find_package and FetchContent supportCraig Scott2022-05-241-36/+177
| * | FetchContent: Don't discard non-empty SOURCE_DIR and BINARY_DIRCraig Scott2022-05-181-3/+9
| * | FetchContent: Don't leak internal variablesCraig Scott2022-05-181-3/+11
* | | Merge topic 'cpack-component-special-chars'Brad King2022-05-251-8/+10
|\ \ \ | |_|/ |/| |
| * | CPack: Support component names with special characters, tooDeniz Bahadir2022-05-241-8/+10
* | | Merge topic 'findvulkan-moltenvk'Brad King2022-05-241-0/+87
|\ \ \ | |/ / |/| |
| * | FindVulkan: Add component for `MoltenVK`MACHIZAUD Andréa2022-05-221-0/+87
* | | Merge topic 'externalproject-cleanup'Brad King2022-05-231-344/+793
|\ \ \
| * | | ExternalProject: Reformatting onlyCraig Scott2022-05-221-291/+769
| * | | ExternalProject: Minor cleanup to use more convenient commandsCraig Scott2022-05-221-12/+14
| * | | ExternalProject: Remove unused property docsCraig Scott2022-05-221-38/+5
| * | | ExternalProject: Replace SEND_ERROR with FATAL_ERRORCraig Scott2022-05-221-3/+5
| |/ /
* | | Merge topic 'pkgconfig-static-libs'Brad King2022-05-231-45/+95
|\ \ \ | |/ / |/| |
| * | FindPkgConfig: Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET.Alex Birch2022-05-201-44/+92
| * | FindPkgConfig: Fix parsing of backslash-escaped spaces in pkg-config outputAlex Birch2022-05-121-1/+3
* | | Merge topic 'findvulkan-improvements'Brad King2022-05-201-50/+516
|\ \ \
| * | | FindVulkan: Add component for `glslc` and `glslangValidator`MACHIZAUD Andréa2022-05-181-17/+48
| * | | FindVulkan: ensure policy CMP0057 is NEW to use `IN_LIST` with `if()`MACHIZAUD Andréa2022-05-181-0/+5
| * | | FindVulkan: Add component for `glslang`MACHIZAUD Andréa2022-05-181-3/+279
| * | | FindVulkan: Add component for `SPIRV-Tools`MACHIZAUD Andréa2022-05-181-4/+53
| * | | FindVulkan: Add component for `shaderc_combined`MACHIZAUD Andréa2022-05-181-0/+97
| * | | FindVulkan: Move `mark_as_advanced` right after `find_*` calls.MACHIZAUD Andréa2022-05-131-3/+6
| * | | FindVulkan: Factorize code for library/executable searchMACHIZAUD Andréa2022-05-131-51/+56
* | | | 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
| | |_|/ / / | |/| | | |