main
Apply the changes
Simplify *_VAR_H macros (#3508)
Fix compiler warnings caused by Leptonica (-Wold-style-cast)
Basic usage of new Image class. Only pixDestroy is wrapped at the moment.
Fix some code comments
Convert ELIST into template.
Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements')
[clang-format] Execute clang format on include and src dirs.
Fix duplicate symbol kNoisePadding in unity builds
Remove more unused function parameters
Fix Codacy issues (always true / always false)
Fix regression in layout detection since 5.0.0 (fixes issue #4014)
Optimize performance with clang-tidy
Update constructors to set all member variables (reported by Codacy)
Prepare support for image width and height larger than 32767
Fix typos (#4497)
Fix old TODO (STATS::rangemax_)
Remove some local functions from class LineFinder
Remove unneeded header.
[elist] Rework macro into template and small macro. Move common iterator template into 'list_iterator.h'.
Fix some typos in comments (found by codespell)
Correct indefinite articles before vowels
Update sorting routines for lists.
Fix headers.
Removed unused parameters declarations and definitions
Fix compiler warnings