main
Remove more unused function parameters
Remove src/ccutil/fileerr.h
Replace all but one remaining STRING by std::string in src/ccstruct
Optimize performance with clang-tidy
Use more `constexpr`
Fix compiler warnings caused by Leptonica (-Wold-style-cast)
Replace C-style arrays with std::array (sort include statements)
[clang-format] Execute clang format on include and src dirs.
Replace some tprintf by tesserr stream (fixes Windows compiler warnings)
Replace more GenericVector by std::vector for src/ccstruct
Avoid 32 bit overflow in multiplication (fixes 3 CodeQL CI alerts)
Fix pre-existing issues found by Copilot review
Fix memory-safety issues in .traineddata deserialization
Fix MSVC warnings.
Fix comments for function ReCachePages
Replace http:// by https:// for selected URLs
Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements')
Prepare support for image width and height larger than 32767 (continued)
Fix more signed/unsigned compiler warnings
Update sorting routines for lists.
Convert ELIST into template.
[elist] Rework macro into template and small macro. Move common iterator template into 'list_iterator.h'.
Basic usage of new Image class. Only pixDestroy is wrapped at the moment.
Prepare support for image width and height larger than 32767
Make one-time comparator a lambda.
Add const attribute to some functions (API change)
Add missing TESS_API.
Replace C-casts and code using `(void)`
Fix typos (#4497)
ccstruct: Fix some signed/unsigned compiler warnings
Replace C-style arrays with std::array
Use TDimension for arguments of make_edgept
Fix old TODO (STATS::rangemax_)