main
Replace `const char *` by `std::string_view` in arguments
Simplify *_VAR_H macros (#3508)
Fix compiler warnings caused by Leptonica (-Wold-style-cast)
Simplify function LoadTrainingData and fix mastertrainer_test
Optimize performance with clang-tidy
Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements')
Fix Codacy issues (always true / always false)
Remove more unused function parameters
[clang-format] Execute clang format on include and src dirs.
Replace more GenericVector by std::vector for src/training
Basic usage of new Image class. Only pixDestroy is wrapped at the moment.
Fix compiler warnings [-Wunreachable-code-return]
Fix compiler warnings [-Wunused-but-set-variable]