main
Remove more unused function parameters
Replace malloc / free by new / delete for PERM_CONFIG_STRUCT
Remove duplicate parameter certainty_scale
Update constructors to set all member variables (reported by Codacy)
Try to fix Codacy warning
Use more `constexpr`
Convert enum to class enum in several files
[clang-format] Execute clang format on include and src dirs.
Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements')
Replace C-style INT_FEATURE_ARRAY with std::array
Replace more GenericVector by std::vector for src/classify
Fix compiler warnings caused by Leptonica (-Wold-style-cast)
Replace C-casts and code using `(void)`
Simplify *_VAR_H macros (#3508)
Replace malloc / free by new / delete for FEATURE_STRUCT, FEATURE_SET_STRUCT
Avoid FP overflow in NormEvidenceOf (fixes issue #4257)
Fix function tesseract::WriteFeature (issue #3925) (#3972)
Modernize and optimize list_rec a little bit
Remove unused include statements for tprintf.h
Remove unneeded ctor.
Fix some signed / unsigned mismatches
Replace some tprintf by tesserr stream (fixes Windows compiler warnings)
Remove src/classify/mf.*