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

Working Pimpl-Version of Index #386

Closed
wants to merge 7 commits into from

Commits on May 3, 2021

  1. Working Pimpl-Version of Index

    The Index class is rather expensive to compile and needs Access to many datatypes that aren't needed elsewhere.
    This commit restructures the Index class to use the Pimpl (Pointer to implementation) idiom, s.t. we can change
    the Index implementation without retriggering the expensive compilation of all different Operations.
    joka921 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    5ec1139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b730d View commit details
    Browse the repository at this point in the history
  3. checkstyle

    joka921 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    ed5b6c7 View commit details
    Browse the repository at this point in the history
  4. error in CMakelists.txt

    joka921 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    bd7a262 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2b563d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

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