summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Help: Document ObjC/ObjC++ flag variablesAlexander Borsuk2024-04-184-0/+34
* Merge topic 'ci-updates'Brad King2024-04-161-152/+14
|\
| * ci: Reduce granularity of Intel compiler coverage for pre-2021 versionsBrad King2024-04-151-140/+0
| * ci: Switch to CUDA 12.2 job in merge requestsBrad King2024-04-151-2/+4
| * ci: Run non-MR CUDA and HIP jobs only in nightly pipelinesBrad King2024-04-151-11/+11
* | Merge topic 'cpack-innosetup-linux'Brad King2024-04-164-11/+31
|\ \
| * | CPack: Enable Inno Setup generator on non-Windows hostsAndreas Oetken2024-04-154-11/+31
* | | Merge topic 'test-configure'Brad King2024-04-161-44/+43
|\ \ \
| * | | Tests/RunCMake/Configure: Improve variable scopingBrad King2024-04-151-44/+43
| | |/ | |/|
* | | 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-168-0/+103
|\ \ \ \
| * | | | FindBacktrace: Add imported libraryDavid Faure2024-04-158-0/+103
* | | | | 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 'lcc-updates-2024-04'Brad King2024-04-162-1/+12
|\ \ \ \ \ \
| * | | | | | Tests: Exclude more tests found to be failing on broken libc on Elbrusmakise-homura2024-04-121-0/+11
| * | | | | | cmArgumentParserTypes: Workaround for ICE on e2kmakise-homura2024-04-121-1/+1
* | | | | | | Merge topic 'swift-module-libraries'Brad King2024-04-168-37/+33
|\ \ \ \ \ \ \
| * | | | | | | Swift: Support module libraries with command-line build systemsEvan Wilde2024-04-158-37/+33
* | | | | | | | Merge topic 'cxx-checks-tolerate-unused-arguments'Brad King2024-04-161-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | cm_cxx_features: Ignore Clang unused-argument warningsjinzhe li2024-04-151-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-macos-rpath'Brad King2024-04-167-4/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | file(GET_RUNTIME_DEPENDENCIES): propagate parent rpath on macOSLuis Caro Campos2024-04-157-4/+78
* | | | | | | | | Merge topic 'test-separate_arguments'Brad King2024-04-162-16/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Tests: Avoid unnecessary copy of cmake in RunCMake.separate_argumentsBrad King2024-04-152-16/+14
* | | | | | | | | | CMake Nightly Date StampKitware Robot2024-04-161-1/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge topic 'genex-cleanup'Brad King2024-04-157-29/+35
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmGeneratorExpression: Consolidate recognition of transitive propertiesBrad King2024-04-123-12/+20
| * | | | | | | | | cmGeneratorExpression: Inline evaluation helper at only call siteBrad King2024-04-122-12/+0
| * | | | | | | | | cmGeneratorExpression: Add comments on implementation detailsBrad King2024-04-123-0/+8
| * | | | | | | | | cmGeneratorTarget: Remove EvaluateInterfaceProperty argument defaultBrad King2024-04-122-5/+7
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'cxxmodules-import-std'Brad King2024-04-1589-23/+1541
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Clang: support creating a target for imported modulesBen Boeckel2024-04-122-0/+154
| * | | | | | | | MSVC: support `import std`Ben Boeckel2024-04-122-0/+105
| * | | | | | | | cmGraphVizWriter: ignore `__cmake_`-prefixed targetsBen Boeckel2024-04-121-1/+2
| * | | | | | | | fileapi: ignore `__cmake_`-prefixed targetsBen Boeckel2024-04-121-0/+5
| * | | | | | | | CMakeDetermineCompilerId: extract C++ standard library implBen Boeckel2024-04-122-0/+34
| * | | | | | | | Experimental: add an experimental feature gate for `import std`Ben Boeckel2024-04-1227-0/+179
| * | | | | | | | CMakeDetermineCompilerSupport: construct C++ modules targetsBen Boeckel2024-04-123-0/+51
| * | | | | | | | ci: enable `import_std23` C++ module tests on MSVCBen Boeckel2024-04-111-1/+1
| * | | | | | | | cxxmodules: link to `std`-providing targets when availableBen Boeckel2024-04-115-1/+136
| * | | | | | | | cmGlobalGenerator: compute target features before synthetic targetsBen Boeckel2024-04-112-10/+28
| * | | | | | | | Tests/CXXModules: mask C++23 std module targetsBen Boeckel2024-04-115-0/+15
| * | | | | | | | cmStandardLevelResolver: offer an API to get the string of a levelBen Boeckel2024-04-112-0/+18
| * | | | | | | | cmTarget: support the `CXX_MODULE_STD` propertyBen Boeckel2024-04-118-0/+64
| * | | | | | | | Tests/CXXModules: test using targets that import `std`Ben Boeckel2024-04-113-0/+37