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: boost-1.80.0
Choose a base ref
...
head repository: boostorg/signals2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: boost-1.81.0
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 23, 2022

  1. refactor: use type_traits/aligned_storage

    `boost/aligned_storage.hpp` just includes #includes
    <boost/type_traits/aligned_storage.hpp>.
    fanquake committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1259a19 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. refactor: use core/noncopyable over boost/noncopyable

    The later is deprecated.
    fanquake committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    fda71d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from fanquake/remove_aligned_storage

    refactor: use type_traits/aligned_storage
    fmhess authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c80052e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #63 from fanquake/core_noncopyable

    refactor: use core/noncopyable over boost/noncopyable
    fmhess authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    57bb8d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

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

Commits on Sep 4, 2022

  1. refactor use core/addressof.hpp over utility/addressof.hpp

    The later is deprecated.
    fanquake committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    3370fc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Merge pull request #64 from fanquake/use_core_swap

    use core/*.hpp over utility/*.hpp
    fmhess authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    ed50b77 View commit details
    Browse the repository at this point in the history
Loading