issues
search
mattgodbolt
/
zindex
Create an index on a compressed text file
BSD 2-Clause "Simplified" License
622
stars
37
forks
source link
Spring clean the codebase
#46
Open
mattgodbolt
opened
2 years ago
mattgodbolt
commented
2 years ago
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)
Ideally:
move
(vsstd::move)
std::string_view
-Werror
for maintainer builds)