summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'clang-16-cxx-modules'Brad King2023-03-061-0/+14
|\
| * Clang: Record Clang 16.0 flags for our experimental C++ modules supportBrad King2023-03-031-0/+14
| * Merge topic 'ExternalProject-revert-install' into release-3.26Brad King2023-03-031-5/+4
| |\
* | \ Merge topic 'GoogleTest-type-param-suite'Brad King2023-03-061-1/+1
|\ \ \
| * | | GoogleTest: Restore suite name for type-parametrized testsBrad King2023-03-031-1/+1
* | | | Merge topic 'ExternalProject-revert-install'Brad King2023-03-031-5/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | ExternalProject: Restore driving install through build systemBrad King2023-03-021-5/+4
* | | | Merge topic 'retry-file-download-on-timeout'Brad King2023-03-021-1/+1
|\ \ \ \
| * | | | ExternalProject: Also retry curl download on timeout errorGreg Thain2023-03-011-1/+1
* | | | | Merge topic 'Apple-handle-Text-Stubs'Brad King2023-03-029-1/+28
|\ \ \ \ \
| * | | | | Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-019-1/+28
* | | | | | Merge topic 'FindPython-fix-CMAKE_SHARED_LIBRARY_SUFFIX-matching'Brad King2023-03-011-3/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | FindPython: fix erroneous ${CMAKE_SHARED_LIBRARY_SUFFIX} matchingMarc Chevrier2023-03-011-3/+3
* | | | | | Merge topic 'FindVulkan-mingw-cross-compiling'Brad King2023-03-011-7/+10
|\ \ \ \ \ \
| * | | | | | FindVulkan: Add more search paths for MINGW when cross compilingRalf Habacker2023-02-281-7/+10
| | |/ / / / | |/| | | |
* | | | | | Dart,FindDart: Add policy to remove these modulesBrad King2023-02-282-0/+27
| |_|/ / / |/| | | |
* | | | | FindX11: support the xcb-{cursor,shape,xrm} componentsBen Boeckel2023-02-271-0/+51
|/ / / /
* | | | Merge topic 'fetchcontent-reject-CMAKE_TOOLCHAIN_FILE-env-var'Craig Scott2023-02-252-7/+15
|\ \ \ \
| * | | | FetchContent: Reject CMAKE_TOOLCHAIN_FILE env var in sub-buildCraig Scott2023-02-241-0/+6
| * | | | FetchContent: Only use @-@ replacements for sub-build CMakeLists.txtCraig Scott2023-02-242-7/+9
* | | | | Merge topic 'FetchContent-generator-instance'Brad King2023-02-241-1/+3
|\ \ \ \ \
| * | | | | FetchContent: Relay CMAKE_GENERATOR_INSTANCEMáté Ferenc Nagy-Egri2023-02-231-1/+3
* | | | | | Merge topic 'GenerateExportHeader-Fix-Clang-support-on-Windows'Brad King2023-02-241-1/+1
|\ \ \ \ \ \
| * | | | | | GenerateExportHeader: Fix Clang support on WindowsCorentin Damman2023-02-231-1/+1
* | | | | | | Merge topic 'find-openssl-find-pthread'Brad King2023-02-241-1/+14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | FindOpenSSL: Search for -pthread flagKyle Edwards2023-02-231-1/+14
| * | | | | Merge topic 'BundleUtilities-chmod-later' into release-3.26Brad King2023-02-211-4/+3
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'iar-lang-vars'Brad King2023-02-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | IAR: Tolerate variables named for languagesJoakim Lönnberg2023-02-211-1/+1
* | | | | | | | FindHDF5: Fix detection of Parallel HDF5Weiqun Zhang2023-02-211-4/+16
* | | | | | | | Merge topic 'GetPrerequisites-linux-x86'Brad King2023-02-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | GetPrerequisites: Ignore relative paths printed by lddĐoàn Trần Công Danh2023-02-201-1/+1
| |/ / / / / / /
* | | | | | | | Merge topic 'FindEXPAT-multi-config'Brad King2023-02-211-22/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | FindEXPAT: Fix for debug and other modified buildstobil4sk2023-02-201-22/+78
| |/ / / / / / /
* | | | | | | | Merge topic 'BundleUtilities-chmod-later'Brad King2023-02-211-4/+3
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | BundleUtilities: Avoid unnecessary chmod in fixup_bundle_itemBrad King2023-02-201-4/+3
* | | | | | | | Merge topic 'FindOpenSSL-threads'Brad King2023-02-211-6/+14
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | FindOpenSSL: Fix regression in dependency on threadsBrad King2023-02-201-6/+14
| |/ / / / /
* | | | | | Merge topic 'ci-linkcheck'Brad King2023-02-173-6/+6
|\ \ \ \ \ \
| * | | | | | Help: Replace links with their permanent redirectsBrad King2023-02-173-3/+3
| * | | | | | FindCUDAToolkit: Replace broken links to NVIDIA documentationBrad King2023-02-171-3/+3
* | | | | | | Merge topic 'swift-debug-info'Brad King2023-02-172-2/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Swift: Emit debug information on WindowsSaleem Abdulrasool2023-02-162-2/+4
| |/ / / / /
* | | | | | LCC: Disable Fortran preprocessor testing if unsupportedmakise-homura2023-02-162-2/+7
* | | | | | LCC: Don't require liblfortran on lcc versions that don't have itmakise-homura2023-02-161-3/+3
|/ / / / /
* | | | | Merge topic 'LLVMFlang-post-preprocessed'Brad King2023-02-151-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | LLVMFlang: Fix post-preprocess compile for fixed-form FortranDavid Truby2023-02-141-0/+1
* | | | | Merge topic 'lcc-major-version'Brad King2023-02-142-8/+4
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | LCC: Fix extraction of __LCC__ version componentsBrad King2023-02-132-8/+4
| * | | Merge topic 'findopenssl-static-findpkg-fix' into release-3.26Brad King2023-02-081-2/+8
| |\ \ \