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/signals2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/gha
Choose a base ref
...
head repository: boostorg/signals2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 12 commits
  • 5 files changed
  • 4 contributors

Commits on Dec 7, 2024

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

Commits on Dec 8, 2024

  1. Use hosted node

    Flamefire committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    3bc1367 View commit details
    Browse the repository at this point in the history
  2. Update containers

    Flamefire committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    505de63 View commit details
    Browse the repository at this point in the history
  3. Install xz

    Flamefire committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    c35e248 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

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

Commits on Dec 11, 2024

  1. Merge pull request #79 from Flamefire/patch-1

    Fix node 20 issue on GHA CI
    fmhess authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    898c81a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Fix unused parameter warning in detail/signal_template.hpp

    Clang 20 with -Wall -Wextra -Werror and Boost 1.88 raises this
    warning/error:
    /data/mwrep/res/osp/Boost/25-0-0-0/include/boost/signals2/detail/signal_template.hpp:778:75: error: unused parameter 'other' [-Werror,-Wunused-parameter]
      778 |         const BOOST_SIGNALS2_SIGNAL_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS) & other) BOOST_NOEXCEPT
          |                                                                           ^
    1 error generated.
    Romain-Geissler-1A committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    4f34284 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81 from Romain-Geissler-1A/fix-unused-parameter-w…

    …arning
    
    Fix unused parameter warning in detail/signal_template.hpp
    fmhess authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    a4b4f64 View commit details
    Browse the repository at this point in the history
  3. Set CI B2_CI_VERSION=0

    sdarwin committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    9ab6d13 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2025

  1. Merge pull request #82 from sdarwin/boost-ci

    Set CI B2_CI_VERSION=0
    fmhess authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    fac4af4 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

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

Commits on Sep 11, 2025

  1. Merge pull request #83 from Flamefire/test-link-update

    Update Link to regression test matrix in README
    fmhess authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    3e7413b View commit details
    Browse the repository at this point in the history
Loading