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

Spring clean the codebase #46

Open
9 tasks
mattgodbolt opened this issue Oct 25, 2022 · 0 comments
Open
9 tasks

Spring clean the codebase #46

mattgodbolt opened this issue Oct 25, 2022 · 0 comments

Comments

@mattgodbolt
Copy link
Owner

Ideally:

  • Minimum C++17
  • use conan (see replace the vendored libs with ones discovered using find_package #40)
  • clang-format with a known good setting
  • sanitizer builds etc
  • General tidying of old fashioned code like:
    • misuse of move (vs std::move)
    • use std::string_view
    • general audit in IDEs that whinge about such things
  • Turn up the warnings and heed them (-Werror for maintainer builds)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant