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

basic conversion to C++20 #2645

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

basic conversion to C++20 #2645

wants to merge 4 commits into from

Commits on Sep 27, 2024

  1. easyaccess const changes

    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    839bf48 View commit details
    Browse the repository at this point in the history
  2. meson: increase GCC to 9

    18.04 is now EOL. 20.04 comes with 9 standard. Allows building with
    C++20.
    
    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b7cb2b2 View commit details
    Browse the repository at this point in the history
  3. get rid of startsWith

    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1f2bf37 View commit details
    Browse the repository at this point in the history
  4. remove endian handling

    There's std::endian now.
    
    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e7676de View commit details
    Browse the repository at this point in the history