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

Replace boost by std #7403

Merged
merged 42 commits into from
Jul 5, 2023
Merged

Replace boost by std #7403

merged 42 commits into from
Jul 5, 2023

Commits on Apr 23, 2023

  1. boost::unit -> std::uint

    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    fc034c6 View commit details
    Browse the repository at this point in the history
  2. boost::int -> std::int

    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    99e7f48 View commit details
    Browse the repository at this point in the history
  3. fix typo

    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    5a8736d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61834d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa30155 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b3acae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b99c384 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b85df8 View commit details
    Browse the repository at this point in the history
  9. boost::array -> std::array

    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    a88af6c View commit details
    Browse the repository at this point in the history
  10. remove extra namespace

    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    b857179 View commit details
    Browse the repository at this point in the history
  11. boost::prior -> std::prev

    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    99619dc View commit details
    Browse the repository at this point in the history
  12. boost::next -> std::next

    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    e82d970 View commit details
    Browse the repository at this point in the history
  13. remove useless include

    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    9ed6c7a View commit details
    Browse the repository at this point in the history
  14. factorize constructor

    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    8e29e70 View commit details
    Browse the repository at this point in the history
  15. boost::distance -> std::distance

    boost's version is working on std::pair but we decided to no longer
    consider iterator pairs as ranges
    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    8740b24 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    390cccf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6fd9476 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d4d2225 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a1b2dd0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a040358 View commit details
    Browse the repository at this point in the history
  21. boost::is_floating_point -> std::is_floating_point

    boost::is_float
    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    5726a0a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    32340e6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b039040 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cf45dd3 View commit details
    Browse the repository at this point in the history
  25. fonctor -> functor

    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    633ec73 View commit details
    Browse the repository at this point in the history
  26. boost::lambda -> c++11 lambda

    sloriot committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    ea62c31 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2f7d150 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d9e9c1e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. std::empty needs c++17

    remove this commit before merging in 6.0
    sloriot committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    4fb4ca2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    af337ed View commit details
    Browse the repository at this point in the history
  2. std::size is also c++17

    remove this commit before merging to master
    sloriot committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    769fca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1294a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. use Range::size()

    sloriot committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    11a5b39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f936680 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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

Commits on Jun 26, 2023

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

Commits on Jun 27, 2023

  1. manually fix iterator category that seems to not work correctly when …

    …stacking boost::iterator_adaptor
    
    also restore std::prev
    sloriot committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    04f5279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ec729 View commit details
    Browse the repository at this point in the history
  3. Undo of accidental change

    afabri committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    be83ab8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46b756d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7eb4f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. add missing include

    sloriot committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8bc01b1 View commit details
    Browse the repository at this point in the history