Stefan Weil
|
6d170a15ec
|
Replace tabs by blanks in source code
blobs.cpp had many tabs and was formatted with clang-format.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2018-07-03 16:29:14 +02:00 |
|
Stefan Weil
|
6a553f9f28
|
Clean up cutil.h
* Remove unrelated include statements from cutil.h.
* Remove macros FALSE, TRUE.
* Move macro CHARS_PER_LINE from cutil.h to dict.h.
* Remove unneeded macro _ARGS.
* Remove unused typedef statements.
* Remove macro new_line (only used once).
* Remove unused macro print_string.
* Update include statements for other source files.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2018-07-03 11:31:41 +02:00 |
|
Stefan Weil
|
a9e2574eff
|
Remove public API file ndminx.h
It is not needed for the Tesseract code, and the Tesseract API
should not provide MIN / MAX macros.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2018-06-21 08:33:30 +02:00 |
|
Alexander Zaitsev
|
d54d7486b4
|
Use std::max/std::min instead of MAX/MIN macros.
|
2018-05-20 17:49:48 +03:00 |
|
Egor Pugin
|
e95ff1159e
|
Move sources into src dir. Update build scripts.
|
2018-04-25 11:02:54 +03:00 |
|