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

Migrate to C++ 20 & switch to websocketpp develop branch #4252

Merged
merged 12 commits into from
Dec 24, 2022

Commits on Dec 23, 2022

  1. feat: c++ 20

    Nerixyz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    8518586 View commit details
    Browse the repository at this point in the history
  2. fix: c++ 20 deprecations

    Nerixyz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    fdcf799 View commit details
    Browse the repository at this point in the history
  3. fix(msvc): warnings

    Nerixyz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    bcdf165 View commit details
    Browse the repository at this point in the history
  4. chore: add changelog entry

    Nerixyz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    366a562 View commit details
    Browse the repository at this point in the history
  5. fix: formatting

    Nerixyz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    7b598e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Configuration menu
    Copy the full SHA
    8dad52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a8950e View commit details
    Browse the repository at this point in the history
  3. Remove the user of simple template ids in our websocketpp template class

    Also standardizes the file a bit by using nested namespaces, using
    pragma once
    pajlada committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    caa3421 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from pajlada/cpp20-fixes-xd

    C++20 fixes for GCC12
    Nerixyz committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    e2532a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bb2d85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a62f665 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb0bb69 View commit details
    Browse the repository at this point in the history