mattgodbolt / zindex

Create an index on a compressed text file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring clean the codebase

mattgodbolt opened this issue · comments

Ideally:

  • Minimum C++17
  • use conan (see #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)