tesseract/src/textord
Stefan Weil 90b12b3afa scanedg: Add const attributes
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2019-06-16 18:31:10 +02:00
..
alignedblob.cpp Add missing static attributes 2019-06-16 18:29:15 +02:00
alignedblob.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
baselinedetect.cpp Remove local definition of M_PI 2019-06-16 18:21:16 +02:00
baselinedetect.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
bbgrid.cpp Remove some unused functions, constants and variables 2019-06-16 18:29:59 +02:00
bbgrid.h Fix cast from pointer to integer type 2019-05-16 20:16:56 +02:00
blkocc.cpp textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
blkocc.h textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
blobgrid.cpp BlobGrid: Define virtual destructor in .cpp file 2018-09-04 13:12:29 +02:00
blobgrid.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
ccnontextdetect.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
ccnontextdetect.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
cjkpitch.cpp Add missing static attributes 2019-06-16 18:29:15 +02:00
cjkpitch.h Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
colfind.cpp Add missing static attributes 2019-06-16 18:29:15 +02:00
colfind.h Add missing static attributes 2019-06-16 18:29:15 +02:00
colpartition.cpp MSVS support inttypes.h from VS 2015 2019-05-01 11:29:03 +02:00
colpartition.h Fix integer overflow in overlap calculation 2018-10-09 16:43:31 +02:00
colpartitiongrid.cpp Add missing static attributes 2019-06-16 18:29:15 +02:00
colpartitiongrid.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
colpartitionset.cpp Fix some typos (most found and fixed by codespell) 2019-05-04 14:34:34 +02:00
colpartitionset.h Fix some typos (most found and fixed by codespell) 2019-05-04 14:34:34 +02:00
devanagari_processing.cpp Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
devanagari_processing.h remove unused include 2019-05-05 20:03:50 +02:00
drawedg.cpp Remove unused EXTERN macros 2018-07-07 21:19:01 +02:00
drawedg.h Fix line endings 2018-04-25 19:04:50 +02:00
drawtord.cpp Remove EXTERN macro 2019-06-16 18:30:54 +02:00
drawtord.h textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
edgblob.cpp Remove unused macros 2019-06-16 18:30:44 +02:00
edgblob.h Remove tab character in source files 2018-10-12 11:31:10 +02:00
edgloop.cpp Fix compiler warnings 2019-06-16 18:20:32 +02:00
edgloop.h Add missing static attributes 2019-06-16 18:29:15 +02:00
equationdetectbase.cpp EquationDetectBase: Define virtual destructor in .cpp file 2018-09-04 13:14:29 +02:00
equationdetectbase.h EquationDetectBase: Define virtual destructor in .cpp file 2018-09-04 13:14:29 +02:00
fpchop.cpp Remove EXTERN macro 2019-06-16 18:30:54 +02:00
fpchop.h C_OUTLINE_FRAG: Add declaration for copy constructor 2018-10-18 15:31:45 +02:00
gap_map.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
gap_map.h textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
imagefind.cpp Add missing static attributes 2019-06-16 18:29:15 +02:00
imagefind.h Modernize code (clang-tidy check modernize-deprecated-headers) 2019-04-05 08:29:00 +02:00
linefind.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
linefind.h Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
Makefile.am Fix whitespace issues 2018-08-01 13:19:52 +02:00
makerow.cpp Add missing static attributes 2019-06-16 18:29:15 +02:00
makerow.h textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
oldbasel.cpp Remove EXTERN macro 2019-06-16 18:30:54 +02:00
oldbasel.h Add missing static attributes 2019-06-16 18:29:15 +02:00
pithsync.cpp Remove unused macros 2019-06-16 18:30:44 +02:00
pithsync.h textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
pitsync1.cpp Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
pitsync1.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
scanedg.cpp scanedg: Add const attributes 2019-06-16 18:31:10 +02:00
scanedg.h Remove tab character in source files 2018-10-12 11:31:10 +02:00
sortflts.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
sortflts.h Remove tab character in source files 2018-10-12 11:31:10 +02:00
strokewidth.cpp Add missing static attributes 2019-06-16 18:29:15 +02:00
strokewidth.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
tabfind.cpp Add missing static attributes 2019-06-16 18:29:15 +02:00
tabfind.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
tablefind.cpp Remove some unused functions, constants and variables 2019-06-16 18:29:59 +02:00
tablefind.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
tablerecog.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
tablerecog.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
tabvector.cpp Add missing static attributes 2019-06-16 18:29:15 +02:00
tabvector.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
textlineprojection.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
textlineprojection.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
textord.cpp Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
textord.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
topitch.cpp Remove EXTERN macro 2019-06-16 18:30:54 +02:00
topitch.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
tordmain.cpp Remove local definition of M_PI 2019-06-16 18:21:16 +02:00
tordmain.h Remove tab character in source files 2018-10-12 11:31:10 +02:00
tospace.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
tovars.cpp Remove EXTERN macro 2019-06-16 18:30:54 +02:00
tovars.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
underlin.cpp Remove unused macros 2019-06-16 18:30:44 +02:00
underlin.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
wordseg.cpp Remove EXTERN macro 2019-06-16 18:30:54 +02:00
wordseg.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
workingpartset.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
workingpartset.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00