main
dict: Fix some signed/unsigned compiler warnings
Fix memory leak and partial mutation in SquishedDawg::read_squished_dawg
Fix memory-safety issues in .traineddata deserialization
Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements')
Replace remaining STRING by std::string in src/dict
Fix some signed / unsigned mismatches
Replace C-casts and code using `(void)`
[clang-format] Execute clang format on include and src dirs.
Use more `constexpr`
Replace 'can not' by 'cannot'
Replace C-style arrays with std::array
Replace remaining GenericVector by std::vector for src/dict
Disable conditional which is currently always false (reported by LGTM)
Fix some typos.