main
Fix integer overflow in LSTM Convolve and Reconfig deserialization (#4588)
Fix spec string of convolution layer (#3499)
Remove more unused function parameters
Update generator for lookup tables to use TFloat instead of double
Fix clang compiler warnings in functions.h
Prepare using float instead of double for LSTM calculations
Simplify and clean code related to class TRand
Avoid conversions from std::string to char* to std::string
Remove unused include statements for tprintf.h
Eliminate function NetworkIO::ZeroTimeStepGeneral
Fix memory-safety issues in .traineddata deserialization
Remove in-class TESS_API.
Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements')
Replace some tprintf by tesserr stream (fixes Windows compiler warnings)
[clang-format] Execute clang format on include and src dirs.