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

Replace deprecated std::auto_ptr with std::unique_ptr and move some header files out of src #9

Merged
merged 2 commits into from
Feb 23, 2022

Commits on Dec 28, 2021

  1. Move header files out of src when they are used in other pacakges

    This fixes more compilation erros that I have when building
    this package on Arch Linux.
    guitargeek committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    51f58a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Replace deprecated std::auto_ptr with std::unique_ptr

    This is to avoid getting flooded with deprecation warnings when
    compiling this project.
    guitargeek committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    27fb337 View commit details
    Browse the repository at this point in the history