summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | ExternalProject: Retry download for error code 35xavisolesoft2024-04-251-1/+1
* | | | | GNU: Do not use "fat-lto-objects" flags for IPO on Apple platformsRené Bertin2024-04-242-3/+7
* | | | | FindCUDAToolkit: Replace a documentation link with its permanent redirectBrad King2024-04-231-1/+1
* | | | | Merge topic 'msvc-wine-import-std'Brad King2024-04-231-0/+1
|\ \ \ \ \
| * | | | | cxxmodules: Support `import std` for msvc-winehuangqinjin2024-04-211-0/+1
* | | | | | Merge topic 'check-pthreads-static'Brad King2024-04-231-1/+1
|\ \ \ \ \ \
| * | | | | | FindThreads: Fix pthreads detection with -Wmissing-prototypesDavid Benjamin2024-04-221-1/+1
| |/ / / / /
* | | | | | Merge topic 'pkg_get_variable-list'Brad King2024-04-231-0/+11
|\ \ \ \ \ \
| * | | | | | FindPkgConfig: Fix parsing of quoted lists with pkgconf <1.5.1Kerem Aksu2024-04-201-0/+11
* | | | | | | Merge topic 'save-restore-PACKAGE_PREFIX_DIR'Brad King2024-04-223-72/+145
|\ \ \ \ \ \ \
| * | | | | | | CMakePackageConfigHelpers: Document PACKAGE_PREFIX_DIR for public useCraig Scott2024-04-201-0/+17
| | |_|_|/ / / | |/| | | | |
| * | | | | | generate_apple_*_selection_file: Save/restore PACKAGE_PREFIX_DIRCraig Scott2024-04-192-0/+42
| * | | | | | generate_apple_architecture_selection_file: Avoid early returnsCraig Scott2024-04-191-15/+27
| * | | | | | Help: Add missing section heading for apple architecture selectionCraig Scott2024-04-191-0/+3
| * | | | | | Help: Fix CMakePackageConfigHelpers typos, grammar and formattingCraig Scott2024-04-191-57/+56
* | | | | | | Merge topic 'cuda-std'Brad King2024-04-221-1/+9
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | CUDA: Fix detection of default C++ standard level with MSVC host compilerBrad King2024-04-181-1/+9
* | | | | | | cxxmodules: provide a detection variable for `import std`Ben Boeckel2024-04-182-0/+4
|/ / / / / /
* | | | | | Merge topic 'lang-std-c++26'Brad King2024-04-175-4/+17
|\ \ \ \ \ \
| * | | | | | GNU: Add flags for C++26 modesRaul Tambre2024-04-161-0/+5
| * | | | | | C++26: Support detection as the default standardRaul Tambre2024-04-164-4/+12
* | | | | | | Merge topic 'lang-std'Brad King2024-04-174-25/+53
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | CompilerId: Clarify CUDA, HIP, ObjC, ObjC++ standard level detectionBrad King2024-04-164-19/+52
| * | | | | | CompilerId: Drop MSVC conditions from ObjC and ObjC++Brad King2024-04-162-6/+1
| * | | | | | ObjCXX: Fix detection of C++20 default compiler modeRaul Tambre2024-04-161-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'FindBoost-1.85'Brad King2024-04-171-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | FindBoost: Add support for Boost 1.85Brad King2024-04-161-2/+2
| |/ / /
* | | | Merge topic 'nag-fortran-ninja'Brad King2024-04-162-3/+18
|\ \ \ \
| * | | | NAG-Fortran: Do not repeat preprocessing with Ninja on Apple platformsSimon Maertens2024-04-151-3/+7
| * | | | NAG-Fortran: Fix MODULE library creation on Apple platformsSimon Maertens2024-04-151-0/+1
| * | | | NAG-Fortran: Tell the Ninja generator how to preprocess Fortran sourcesSimon Maertens2024-04-151-0/+3
| * | | | NAG-Fortran: Added initial default compilation flagsSimon Maertens2024-04-151-0/+7
* | | | | Merge topic 'FindBacktrace-imported-library'Brad King2024-04-161-0/+22
|\ \ \ \ \
| * | | | | FindBacktrace: Add imported libraryDavid Faure2024-04-151-0/+22
* | | | | | Merge topic 'findgtk2-fix'Brad King2024-04-161-0/+21
|\ \ \ \ \ \
| * | | | | | FindGTK2: Find arch-specific headers via pkg-configMaxim Cournoyer2024-04-151-0/+21
* | | | | | | Merge topic 'swift-module-libraries'Brad King2024-04-163-2/+7
|\ \ \ \ \ \ \
| * | | | | | | Swift: Support module libraries with command-line build systemsEvan Wilde2024-04-153-2/+7
* | | | | | | | Merge topic 'cxxmodules-import-std'Brad King2024-04-157-0/+351
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Clang: support creating a target for imported modulesBen Boeckel2024-04-121-0/+153
| * | | | | | | MSVC: support `import std`Ben Boeckel2024-04-121-0/+102
| * | | | | | | CMakeDetermineCompilerId: extract C++ standard library implBen Boeckel2024-04-122-0/+34
| * | | | | | | Experimental: add an experimental feature gate for `import std`Ben Boeckel2024-04-121-0/+11
| * | | | | | | CMakeDetermineCompilerSupport: construct C++ modules targetsBen Boeckel2024-04-123-0/+51
* | | | | | | | Merge topic 'aix-export-tdata'Brad King2024-04-121-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | AIX: Consider tdata symbols in ExportImportListDavid Tenty2024-04-111-1/+1
* | | | | | | | Merge topic 'restore-pkg-prefix-var'Brad King2024-04-111-35/+7
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | CMakePackageConfigHelpers: Restore undocumented PACKAGE_PREFIX_DIR variableBrad King2024-04-111-35/+7
* | | | | | | | Merge topic 'GenerateExportHeader-clang-tidy'Brad King2024-04-111-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | GenerateExportHeader: Suppress clang-tidy warningClausKlein2024-04-101-0/+1
| | |_|_|/ / / / | |/| | | | | |