Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kitware/CMake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.30.7
Choose a base ref
...
head repository: Kitware/CMake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.30.8
Choose a head ref
  • 13 commits
  • 26 files changed
  • 2 contributors

Commits on Feb 7, 2025

  1. TIClang: Make ARM architecture id uppercase

    The initial compiler support implemented in commit 9ba0a54 (TIClang:
    Add support for TI Clang-based compilers, including tiarmclang,
    2023-12-06) introduced `Arm` as architecture instead of `ARM` which is
    used for all other compilers.
    jtxa authored and bradking committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    3fa159d View commit details
    Browse the repository at this point in the history
  2. Merge topic 'ticlang-uppercase-arm-architecture' into release-3.29

    3fa159d TIClang: Make ARM architecture id uppercase
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !10302
    bradking committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    340bdd1 View commit details
    Browse the repository at this point in the history
  3. Merge topic 'ticlang-uppercase-arm-architecture' into release-3.30

    3fa159d TIClang: Make ARM architecture id uppercase
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !10302
    bradking committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    d5ab13e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67e551c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Configuration menu
    Copy the full SHA
    82151ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99fee57 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Configuration menu
    Copy the full SHA
    d7f1a10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff2004d View commit details
    Browse the repository at this point in the history
  3. Tests: Extend CustomTransitiveProperties with custom transitive LINK_…

    …LIBRARIES
    
    Demonstrate presence of extra entries due to not always avoiding repeat
    visits.
    bradking committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    419c19d View commit details
    Browse the repository at this point in the history
  4. GenEx: Restore evaluation context for conditional transitive properties

    In commit e8010b6 (cmGeneratorExpressionDAGChecker: Make local
    generator available in constructor, 2024-04-25, v3.30.0-rc1~172^2~6)
    we accidentally failed to preserve `EvaluateInterfaceProperty`'s
    consistency with `TargetPropertyNode::Evaluate`.  Fix its local
    generator selection to match the evaluation context.
    bradking committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    161f703 View commit details
    Browse the repository at this point in the history
  5. GenEx: Fix evaluation of LINK_LIBRARIES as custom transitive property

    Fix logic from commit b9ee79b (GenEx: Add support for custom
    transitive compile properties, 2024-05-09, v3.30.0-rc1~82^2~1) to more
    precisely know when we are computing the link dependency graph.
    
    Issue: #20416
    Issue: #26709
    bradking committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    8b5af40 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Merge topic 'backport-3.30-custom-transitive-properties' into release…

    …-3.30
    
    8b5af40 GenEx: Fix evaluation of LINK_LIBRARIES as custom transitive property
    161f703 GenEx: Restore evaluation context for conditional transitive properties
    419c19d Tests: Extend CustomTransitiveProperties with custom transitive LINK_LIBRARIES
    ff2004d Tests: Extend CustomTransitiveProperties with non-transitive LINK_LIBRARIES
    d7f1a10 Tests: Split CustomTransitiveProperties argument checks into helper
    99fee57 cmGeneratorExpressionDAGChecker: De-duplicate constructor signature
    82151ea cmGeneratorExpressionDAGChecker: Construct with initializer list syntax
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !10384
    bradking committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    d061599 View commit details
    Browse the repository at this point in the history
  2. CMake 3.30.8

    bradking committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    2bd6fbe View commit details
    Browse the repository at this point in the history
Loading