Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize to cpp11 #139

Merged
merged 20 commits into from
Aug 11, 2023
Merged

Modernize to cpp11 #139

merged 20 commits into from
Aug 11, 2023

Commits on Jul 20, 2023

  1. Drop support for C++03

    Boost.Stacktrace 1.84 now requires C++11.
    leha-bot committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5bf9791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8720806 View commit details
    Browse the repository at this point in the history
  3. Drop Boost.Array,TypeTraits and StaticAssert

    In favour of std:: and C++11 core counterparts.
    leha-bot committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3e92bde View commit details
    Browse the repository at this point in the history
  4. ci: Drop C++03

    leha-bot committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2baf955 View commit details
    Browse the repository at this point in the history
  5. Fix examples

    They depend on Boost.Config's BOOST_NOINLINE macro.
    leha-bot committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4523f79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fadfd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e17264b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    481b82f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c7ff28 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d88f1d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb6c206 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    486888d View commit details
    Browse the repository at this point in the history
  2. Drop ambiguous operator!()

    It is providing by explicit operator bool() now.
    leha-bot committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    9a572b0 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    leha-bot committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    cdc79df View commit details
    Browse the repository at this point in the history
  4. appveyor: Fix cxxstd

    leha-bot committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    799953d View commit details
    Browse the repository at this point in the history
  5. Revert "test/Jamfile: Drop boost_thread unused dep"

    This reverts commit fb6c206.
    leha-bot committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f8fa864 View commit details
    Browse the repository at this point in the history
  6. Revert "Use std::thread instead of boost::thread"

    This reverts commit 9c7ff28.
    leha-bot committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ebe7d98 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Restore c++03 run attempts

    apolukhin committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ee7a918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dd5abf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fec3aa1 View commit details
    Browse the repository at this point in the history