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

Simplify database initialization #107

Merged
merged 8 commits into from
Feb 18, 2020
Merged

Simplify database initialization #107

merged 8 commits into from
Feb 18, 2020

Commits on Feb 17, 2020

  1. update unique_ptr only if pointer is valid

    Fixes #104
    Tristan Carel committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    a99e91c View commit details
    Browse the repository at this point in the history
  2. Create column families when opening the DB

    Tristan Carel committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    6523a62 View commit details
    Browse the repository at this point in the history
  3. fixup! Create column families when opening the DB

    Tristan Carel committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    ca89c2a View commit details
    Browse the repository at this point in the history
  4. Remove unused function

    Tristan Carel committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    b6090b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. fix formatting;

    Tristan Carel committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    802580e View commit details
    Browse the repository at this point in the history
  2. Bump cmake-format Python package

    Tristan Carel committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    6c8765a View commit details
    Browse the repository at this point in the history
  3. Restore documentation

    Tristan Carel committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    91376d7 View commit details
    Browse the repository at this point in the history
  4. Fix CMake format

    Tristan Carel committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    fa9af07 View commit details
    Browse the repository at this point in the history