summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* GNU: Fix detection of C++ 11 mode in GCC 4.{4,5,6}Brad King2024-04-051-0/+2
* PGI: Fix detection of C++ 14/17 modesBrad King2024-04-051-1/+1
* NVHPC: Fix detection of C++ 20 mode on NVHPC < 22.7Brad King2024-04-051-0/+6
* XL/XLClang: Fix detection of C++ 14 mode on LinuxBrad King2024-04-041-0/+6
* Intel: Fix detection of C++ 14/17 modes on Linux/macOSBrad King2024-04-041-0/+8
* Intel: Fix detection of C++ 17/20 modes on WindowsBrad King2024-04-041-8/+13
* CompilerId: Clarify C and C++ standard level detectionBrad King2024-04-042-13/+30
* IntelLLVM: Add C standard flags on WindowsBrad King2024-04-031-11/+10
* IntelLLVM: Use C23 and C++23 flags only versions supporting themBrad King2024-04-032-8/+16
* Intel: Fix classic compiler version check for C++20 flagBrad King2024-04-031-1/+1
* Merge topic 'refactor-compile-features-and-flags'Brad King2024-04-0210-96/+102
|\
| * Modules: Rename CMakeDetermine{CompileFeatures -> CompilerSupport}Tyler2024-03-297-13/+13
| * Modules: Factor out helpers for GNU language standard flagsTyler2024-03-293-83/+89
* | Merge topic 'FindMPI-IntelLLVM'Brad King2024-04-021-1/+1
|\ \
| * | FindMPI: Fix finding IntelLLVM wrappers on WindowsBrad King2024-04-011-1/+1
* | | Merge topic 'cmp0159_warnings'Brad King2024-04-0170-0/+290
|\ \ \
| * | | Modules: Fix CMP0159 warnings in modules when tracingJuan Ramos2024-03-2970-0/+290
* | | | Merge topic 'check-Werror-CMP0066'Brad King2024-04-012-6/+27
|\ \ \ \
| * | | | CheckSymbolExists: Remove -Werror from per-config flagsSung, Po Han2024-03-281-5/+19
| * | | | CheckSymbolExists: Avoid removing the flag after -WerrorSung, Po Han2024-03-281-1/+1
| * | | | CMakeDetermineCompilerABI: Remove -Werror from per-config flagsSung, Po Han2024-03-281-1/+8
| |/ / /
* | | | Merge topic 'tls-verify'Brad King2024-04-012-15/+32
|\ \ \ \
| * | | | ctest: Fall back to CMake environment variable for TLS server verificationBrad King2024-03-301-2/+6
| * | | | ExternalProject: Honor CMAKE_TLS_VERIFY environment variableBrad King2024-03-301-9/+19
| * | | | ExternalProject: Revise TLS_VERIFY wording to use TLS_VERSION patternBrad King2024-03-301-11/+14
* | | | | Merge topic 'nested-package-config-file'Brad King2024-04-011-9/+35
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | CMakePackageConfigHelpers: Use unique variable name for pkg prefixCraig Scott2024-03-311-7/+35
| * | | CMakePackageConfigHelpers: Remove unused variableCraig Scott2024-03-311-2/+0
| * | | Merge topic 'ExternalProject-list-separator-docs-example' into release-3.29Brad King2024-03-281-4/+15
| |\ \ \
| * \ \ \ Merge topic 'FindPkgConfig-no-Strawberry-Perl' into release-3.29Brad King2024-03-271-1/+16
| |\ \ \ \
* | \ \ \ \ Merge topic 'cpack-wix'Brad King2024-03-282-11/+70
|\ \ \ \ \ \
| * | | | | | CPack/WIX: Add support for WiX Toolset v4Brad King2024-03-242-11/+70
* | | | | | | Merge topic 'ExternalProject-list-separator-docs-example'Brad King2024-03-281-4/+15
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | ExternalProject: reword `LIST_SEPARATOR` to indicate what it *does*Ben Boeckel2024-03-281-7/+7
| * | | | | ExternalProject: add an example of `LIST_SEPARATOR` usageBen Boeckel2024-03-281-1/+12
| | |/ / / | |/| | |
* | | | | Merge topic 'FindPkgConfig-no-Strawberry-Perl'Brad King2024-03-271-1/+16
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | FindPkgConfig: Avoid finding Strawberry Perl's pkg-configBrad King2024-03-261-1/+16
* | | | | Merge topic 'patch-find-sqlite3'Brad King2024-03-271-2/+11
|\ \ \ \ \
| * | | | | FindSQLite3: Use pkg-config for SQLite3 hintsPeter Kokot2024-03-261-2/+11
* | | | | | Merge topic 'FindCURL-libcurl_a'Brad King2024-03-261-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | FindCURL: Add support for finding static `libcurl_a.lib` on WindowsAlex Overchenko2024-03-251-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge topic 'swift-color-diagnostics'Brad King2024-03-261-0/+2
|\ \ \ \ \
| * | | | | Swift: Honor CMAKE_COLOR_DIAGNOSTICS for command-line build systemsEvan Wilde2024-03-251-0/+2
* | | | | | Merge topic 'open-watcom'Brad King2024-03-261-2/+2
|\ \ \ \ \ \
| * | | | | | OpenWatcom: Fix Windows3x DLL linkingJiri Malak2024-03-251-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'IntelLLVM-Fortran-no-isystem'Brad King2024-03-251-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | IntelLLVM: Revert accidental use of -external:I with Fortran compilersBrad King2024-03-241-6/+6
| | |_|/ | |/| |
* | | | CPack/WIX: Improve formatting of CPACK_WIX_CUSTOM_XMLNS expansionBrad King2024-03-221-1/+1
* | | | CPack/WIX: Prepare to provide version-specific WiX templatesBrad King2024-03-221-0/+0
| |_|/ |/| |
* | | Merge topic 'FindPython_MKL_Workaround'Brad King2024-03-221-0/+16
|\ \ \