5.0.0
dict: Fix some signed/unsigned compiler warnings
Optimize performance with clang-tidy
Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements')
Replace remaining STRING by std::string in src/dict
Simplify *_VAR_H macros (#3508)
[clang-format] Execute clang format on include and src dirs.
Fix more signed/unsigned compiler warnings
Replace remaining GenericVector by std::vector for src/dict
Disable conditional which is currently always false (reported by LGTM)
Replace new / delete by std::vector in class Trie