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

Compile QLever with C++20 #385

Merged
merged 7 commits into from
May 2, 2021
Merged

Compile QLever with C++20 #385

merged 7 commits into from
May 2, 2021

Commits on May 2, 2021

  1. changed Stxxl to custom Fork

    joka921 committed May 2, 2021
    Configuration menu
    Copy the full SHA
    baeded2 View commit details
    Browse the repository at this point in the history
  2. Updated to C++20 in the CMakeLists.txt and the Dockerfile.

    # Conflicts:
    #	src/util/Serializer/Serializer.h
    joka921 committed May 2, 2021
    Configuration menu
    Copy the full SHA
    78c333b View commit details
    Browse the repository at this point in the history
  3. The u8 - prefix produces char8_t in C++ 20 which is not compatible wi…

    …th plain char. The simple fix is to remove it
    
    - We generally enforce Utf-8 everywhere, so this is fine.
    joka921 committed May 2, 2021
    Configuration menu
    Copy the full SHA
    8fb9962 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bab0fa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa8b562 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06023ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a68ff62 View commit details
    Browse the repository at this point in the history