summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | CMake Nightly Date StampKitware Robot2024-04-171-1/+1
|/ / /
* | | Merge topic 'cpack-innosetup-linux'Brad King2024-04-162-10/+21
|\ \ \
| * | | CPack: Enable Inno Setup generator on non-Windows hostsAndreas Oetken2024-04-152-10/+21
* | | | Merge topic 'lcc-updates-2024-04'Brad King2024-04-161-1/+1
|\ \ \ \
| * | | | cmArgumentParserTypes: Workaround for ICE on e2kmakise-homura2024-04-121-1/+1
* | | | | Merge topic 'swift-module-libraries'Brad King2024-04-161-21/+22
|\ \ \ \ \
| * | | | | Swift: Support module libraries with command-line build systemsEvan Wilde2024-04-151-21/+22
* | | | | | 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-161-4/+10
|\ \ \ \ \ \
| * | | | | | file(GET_RUNTIME_DEPENDENCIES): propagate parent rpath on macOSLuis Caro Campos2024-04-151-4/+10
* | | | | | | 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-1512-20/+234
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | cmGraphVizWriter: ignore `__cmake_`-prefixed targetsBen Boeckel2024-04-121-1/+2
| * | | | | | fileapi: ignore `__cmake_`-prefixed targetsBen Boeckel2024-04-121-0/+5
| * | | | | | Experimental: add an experimental feature gate for `import std`Ben Boeckel2024-04-123-0/+19
| * | | | | | cxxmodules: link to `std`-providing targets when availableBen Boeckel2024-04-114-0/+128
| * | | | | | cmGlobalGenerator: compute target features before synthetic targetsBen Boeckel2024-04-112-10/+28
| * | | | | | 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-112-0/+10
| * | | | | | cmExportFileGenerator: support always exporting propertiesBen Boeckel2024-04-111-9/+24
* | | | | | | CMake Nightly Date StampKitware Robot2024-04-151-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2024-04-141-1/+1
| |_|/ / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2024-04-131-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'genex-compatible-interface'Brad King2024-04-121-21/+17
|\ \ \ \ \
| * | | | | GenEx: Fix COMPATIBLE_INTERFACE_ evaluation outside usage requirementsBrad King2024-04-111-22/+1
| * | | | | GenEx: Remove redundant condition in COMPATIBLE_INTERFACE_ evaluationBrad King2024-04-111-2/+1
| * | | | | GenEx: Add COMPATIBLE_INTERFACE_ implementation commentsBrad King2024-04-111-1/+15
| * | | | | Tests: Add COMPATIBLE_INTERFACE_ cases outside usage requirementsBrad King2024-04-111-0/+4
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2024-04-121-1/+1
|/ / / /
* | | | Merge topic 'xcode-deterministic-target-objects'Brad King2024-04-112-3/+26
|\ \ \ \
| * | | | Xcode: Use deterministic object ids for targetslapfelix2024-04-102-3/+26
* | | | | Merge topic 'compiler-path-normalization'Brad King2024-04-111-8/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix regression on reconfigure with unnormalized -DCMAKE_<LANG>_COMPILER=Brad King2024-04-101-8/+6
* | | | | Merge topic 'cmake_language-test-experimental-feature-query'Brad King2024-04-113-15/+23
|\ \ \ \ \
| * | | | | cmCMakeLanguageCommand: use `cmExperimental::FeatureByName`Ben Boeckel2024-04-101-15/+6
| * | | | | cmExperimental: add support for getting a feature value from its nameBen Boeckel2024-04-102-0/+17
* | | | | | CMake Nightly Date StampKitware Robot2024-04-111-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'genex-cleanup'Brad King2024-04-102-50/+26
|\ \ \ \ \
| * | | | | cmGeneratorExpressionDAGChecker: Simplify finding evaluation graph rootBrad King2024-04-092-23/+12
| * | | | | cmGeneratorExpressionDAGChecker: Simplify member initializationBrad King2024-04-092-4/+2
| * | | | | cmGeneratorExpressionDAGChecker: Clarify COMPILE_DEFINITIONS special caseBrad King2024-04-091-4/+5
| * | | | | cmGeneratorExpressionDAGChecker: Inline initialization in constructorBrad King2024-04-092-15/+9
| * | | | | cmGeneratorExpressionDAGChecker: Reduce duplication in constructorBrad King2024-04-091-8/+2
| |/ / / /
* | | | | Merge topic 'swift-fix-submodule-dependencies'Brad King2024-04-101-14/+27
|\ \ \ \ \ | | |/ / / | |/| | |