| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'correct_msvc_cuda_flag_warning' | Brad King | 2020-10-27 | 1 | -4/+11 |
|\ |
|
| * | CUDA: Use MSVC version to determine supported C++ standard levels | Robert Maynard | 2020-10-26 | 1 | -4/+11 |
|
|
* | | Merge topic 'check-module-name-conflicts' | Brad King | 2020-10-27 | 21 | -354/+380 |
|\ \ |
|
| * | | Modules: Do not implicitly add new functions via old Check Modules | Robert Maynard | 2020-10-26 | 21 | -354/+380 |
|
|
| * | | Merge topic 'FindBoost-config-mode' into release-3.19 | Brad King | 2020-10-26 | 1 | -1/+12 |
| |\ \ |
|
* | \ \ | Merge topic 'ExternalData-suppress-progress' | Brad King | 2020-10-26 | 1 | -2/+38 |
|\ \ \ \ |
|
| * | | | | ExternalData: add support for suppressing progress during the build | Ben Boeckel | 2020-10-23 | 1 | -2/+38 |
|
|
* | | | | | Merge topic 'android-find_path' | Brad King | 2020-10-26 | 1 | -0/+74 |
|\ \ \ \ \ |
|
| * | | | | | Android: Fix find_* search order within NDK for unified toolchains | Haibo Huang | 2020-10-23 | 1 | -0/+36 |
|
|
| * | | | | | Android: Root searches within the NDK for unified toolchains | Haibo Huang | 2020-10-23 | 1 | -0/+38 |
|
|
* | | | | | | Merge topic 'FindBoost-config-mode' | Brad King | 2020-10-26 | 1 | -1/+12 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | FindBoost: Honor BOOST_ROOT when finding upstream BoostConfig | Brad King | 2020-10-22 | 1 | -0/+6 |
|
|
| * | | | | | FindBoost: Honor Boost_NO_SYSTEM_PATHS when finding upstream BoostConfig | Brad King | 2020-10-22 | 1 | -1/+6 |
|
|
* | | | | | | Merge topic 'docs-cleanup-3.19' | Craig Scott | 2020-10-26 | 3 | -12/+9 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | / /
| | |_|/ /
| |/| | | |
|
| * | | | | Help: Cleanup typos and grammar for the 3.19 release | Craig Scott | 2020-10-24 | 3 | -12/+9 |
| |/ / / |
|
| * | | | Merge topic 'FindPython-support-version-3.10' into release-3.19 | Brad King | 2020-10-19 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge topic 'CheckSource-Fortran' into release-3.19 | Brad King | 2020-10-16 | 4 | -9/+19 |
| |\ \ \ \ |
|
* | \ \ \ \ | Merge topic 'ctest-hostname-cleanup' | Brad King | 2020-10-23 | 1 | -1/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | CTest: Avoid invoking external tool to get the host name | Brad King | 2020-10-22 | 1 | -1/+8 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | FindGTest: Added support for CONFIG mode | Mario Emmenlauer | 2020-10-22 | 1 | -15/+34 |
|
|
* | | | | | | FindGTest: Minor whitespace change, moved an include upwards | Mario Emmenlauer | 2020-10-22 | 1 | -1/+2 |
|
|
* | | | | | | FindGTest: Ensure target names follow upstream GTest | Mario Emmenlauer | 2020-10-22 | 1 | -23/+32 |
|/ / / / / |
|
* | | | | | Merge topic 'nsis-utf-8-bom' | Brad King | 2020-10-20 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | CPack/NSIS: Template file in UTF-8 BOM to support Unicode | Johnny Jazeix | 2020-10-19 | 1 | -1/+1 |
|
|
* | | | | | | Merge topic 'checklanguage-honor-toolchain' | Brad King | 2020-10-19 | 1 | -0/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | CheckLanguage: Pass CMAKE_TOOLCHAIN_FILE to test project | Samir Benmendil | 2020-10-16 | 1 | -0/+6 |
|
|
* | | | | | | | Merge topic 'FindPython-support-version-3.10' | Brad King | 2020-10-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | / /
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | FindPython: Add support of version 3.10 | Marc Chevrier | 2020-10-16 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge topic 'CheckSource-Fortran' | Brad King | 2020-10-16 | 4 | -9/+19 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | CheckSource{Runs,Compiles}: Fix default Fortran source extension | Michael Hirsch | 2020-10-15 | 4 | -9/+19 |
| |/ / / |
|
* | | | | Merge topic 'iar-obj-declutter' | Brad King | 2020-10-16 | 1 | -0/+1 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | IAR: Use .o object file extension with IAR-Ilink toolchains | Felipe Torrezan | 2020-10-15 | 1 | -0/+1 |
| |/ |
|
* | | Merge topic 'FindIntl_use_imported_targets' | Brad King | 2020-10-14 | 1 | -8/+36 |
|\ \
| |/
|/| |
|
| * | FindIntl: Add imported target | Sibi Siddharthan | 2020-10-13 | 1 | -8/+36 |
|
|
* | | Android: show supported API level in error message | Haibo Huang | 2020-10-13 | 1 | -1/+2 |
|
|
* | | Merge topic 'android-verify-abi-in-ndk' into release-3.19 | Brad King | 2020-10-13 | 1 | -0/+6 |
|\ \ |
|
| * | | Android: Fatal if ABI is not supported by NDK | Haibo Huang | 2020-10-09 | 1 | -0/+6 |
| |/ |
|
* | | FindPython: Ensure Apple Xcode python 3 is usable | Marc Chevrier | 2020-10-12 | 4 | -0/+37 |
|
|
* | | Merge topic 'GNUInstallDirs-debian' into release-3.19 | Brad King | 2020-10-09 | 1 | -2/+13 |
|\ \
| |/
|/| |
|
| * | GNUInstallDirs: Comply with Debian Policy on LIBEXECDIR | Dennis Klein | 2020-10-08 | 1 | -2/+13 |
|
|
* | | FetchContent: Remove unnecessary policy CMP0114 setting | Brad King | 2020-10-08 | 1 | -1/+0 |
|/ |
|
* | Merge topic 'android-ndk-r22' | Brad King | 2020-10-08 | 1 | -61/+98 |
|\ |
|
| * | Android: Add support for NDK r22 | Haibo Huang | 2020-10-07 | 1 | -24/+64 |
|
|
| * | Android: Drop redundant setting of CMP0057 in Android-Determine | Haibo Huang | 2020-10-07 | 1 | -3/+0 |
|
|
| * | Android: Select Android API after ABI is determined | Haibo Huang | 2020-10-07 | 1 | -60/+60 |
|
|
* | | Merge topic 'check_cuda_helpers' | Brad King | 2020-10-08 | 4 | -0/+12 |
|\ \ |
|
| * | | CUDA: CheckLinkerFlag now supports CUDA | Robert Maynard | 2020-10-08 | 1 | -0/+2 |
|
|
| * | | CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlags | Robert Maynard | 2020-10-08 | 3 | -0/+10 |
| |/ |
|
* | | Merge topic 'FindwxWidgets-freebsd' | Brad King | 2020-10-08 | 1 | -1/+9 |
|\ \ |
|
| * | | FindwxWidgets: Expand list of names for wx-config | Adriaan de Groot | 2020-10-07 | 1 | -1/+9 |
|
|