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

Bugfix/segfault when getting surrounding interval of empty cache #116

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    86af191 View commit details
    Browse the repository at this point in the history
  2. fix edge case when cache is empty, fix codestyle

    fixes segfault in Cache::getSurroundingInterval
    Cakem1x committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    dd5bb14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1264c82 View commit details
    Browse the repository at this point in the history
  4. fix cpplint findings

    Cakem1x committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    09e3592 View commit details
    Browse the repository at this point in the history
  5. use nicer formatting

    Cakem1x committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ed81c02 View commit details
    Browse the repository at this point in the history
  6. use static cast

    Cakem1x committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b073139 View commit details
    Browse the repository at this point in the history
  7. fix line length

    Cakem1x committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cfeff53 View commit details
    Browse the repository at this point in the history