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: boostorg/cmake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/boost-install
Choose a base ref
...
head repository: boostorg/cmake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 8 files changed
  • 4 contributors

Commits on Oct 10, 2025

  1. Configuration menu
    Copy the full SHA
    e8f3535 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Configuration menu
    Copy the full SHA
    e6bd426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e47969 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Merge pull request #100 from Flamefire/boostTest-included-targets

    Handle `Boost::included_test*` targets
    pdimov authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    5f32eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f81f6c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Configuration menu
    Copy the full SHA
    6af05e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93 from Flamefire/pfr-fix

    Remove exceptions to tested CMake versions
    pdimov authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    1b3a785 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. Update CI

    pdimov committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    d593687 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Remove dependencies on Boost.StaticAssert.

    Boost.StaticAssert has been merged into Boost.Config and its submodule
    should not be used anymore, so remove the dependency and tesing the
    library in CI.
    
    Boost.StaticAssert is still retained in include_library.yml GHA config
    to continue testing the submodule until it is removed, at request by
    Peter Dimov.
    Lastique committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    1686f57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #103 from Lastique/feature/remove_static_assert

    Remove dependencies on Boost.StaticAssert
    pdimov authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    0da9372 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Configuration menu
    Copy the full SHA
    3b0dabf View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Configuration menu
    Copy the full SHA
    f53312c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Configuration menu
    Copy the full SHA
    b583a79 View commit details
    Browse the repository at this point in the history
  2. Do not run tests with BUILD_SHARED_LIBS=ON, as Range and Xpressive do…

    …n't support it (they force <link>static in test/Jamfile)
    pdimov committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    49d2fd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Add legacy functions build option to Math section

    Add new `BOOST_MATH_BUILD_WITH_LEGACY_FUNCTIONS` description. 
    
    Related PR: boostorg/math#1376
    Derived from: microsoft/vcpkg#38728
    mborland authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    7825d9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from mborland/patch-1

    Add legacy functions build option to Math section
    pdimov authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    7bce8ef View commit details
    Browse the repository at this point in the history
Loading