..
alignedblob.cpp
FindAndRemoveLines/FindVerticalAlignment: decrease fixed vline min length
2020-08-24 19:13:36 +02:00
alignedblob.h
Update includes to use <>.
2019-10-29 14:50:11 +03:00
baselinedetect.cpp
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
baselinedetect.h
Fix division by 0.0 in BaselineRow::PerpDistanceFromBaseline
2020-07-08 17:59:02 +02:00
bbgrid.cpp
Update includes to use <>.
2019-10-29 14:50:11 +03:00
bbgrid.h
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
blkocc.cpp
Update includes to use <>.
2019-10-29 14:50:11 +03: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
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
ccnontextdetect.h
Modernize C++ code using override
2019-03-26 07:37:52 +01:00
cjkpitch.cpp
Squash some warnings in MSVC build.
2020-07-16 10:08:40 +01:00
cjkpitch.h
Fix some typos (most found by codespell)
2018-05-27 18:49:43 +02:00
colfind.cpp
AutoPageSeg/FindBlocks/GridRemoveUnderlinePartitions: avoid self-deletion
2020-08-24 19:13:48 +02:00
colfind.h
Add missing static attributes
2019-05-26 08:53:09 +02:00
colpartition.cpp
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
colpartition.h
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
colpartitiongrid.cpp
Removed unused parameters
2019-10-03 09:18:29 +02:00
colpartitiongrid.h
Use C++-11 code instead of TessCallback for WidthCallback
2019-07-04 16:03:30 +02:00
colpartitionset.cpp
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
colpartitionset.h
Update includes to use <>.
2019-10-29 14:50:11 +03: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-04 15:14:54 +02:00
drawtord.cpp
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +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 functions create_edges_window, draw_raw_edge
2019-08-12 15:04:10 +02:00
edgblob.h
Remove tab character in source files
2018-10-12 11:31:10 +02:00
edgloop.cpp
Remove unused functions create_edges_window, draw_raw_edge
2019-08-12 15:04:10 +02:00
edgloop.h
Add missing static attributes
2019-05-26 08:53:09 +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-05-26 20:27:21 +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
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
imagefind.h
Fix some typos in comments (most of them found by codespell)
2019-12-02 14:30:13 +01: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
makerow.cpp
Add missing static attributes
2019-05-26 08:53:09 +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
Squash some warnings in MSVC build.
2020-07-16 10:08:40 +01:00
oldbasel.h
Add missing static attributes
2019-05-26 08:53:09 +02:00
pithsync.cpp
Fix unsigned integer overflow
2020-06-29 19:13:39 +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-05-26 20:27:21 +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
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
strokewidth.h
Modernize C++ code using override
2019-03-26 07:37:52 +01:00
tabfind.cpp
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
tabfind.h
Use C++-11 code instead of TessCallback for WidthCallback
2019-07-04 16:03:30 +02:00
tablefind.cpp
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
tablefind.h
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
tablerecog.cpp
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
tablerecog.h
Update includes to use <>.
2019-10-29 14:50:11 +03:00
tabvector.cpp
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
tabvector.h
Fix CID 1164624 (Uninitialized members)
2019-09-17 21:59:42 +02:00
textlineprojection.cpp
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
textlineprojection.h
Move sources into src dir. Update build scripts.
2018-04-25 11:02:54 +03:00
textord.cpp
Removed unused parameters
2019-10-03 09:18:29 +02:00
textord.h
Update includes to use <>.
2019-10-29 14:50:11 +03:00
topitch.cpp
Squash some warnings in MSVC build.
2020-07-16 10:08:40 +01:00
topitch.h
Replace BOOL8, TRUE, FALSE by bool, true, false
2019-03-31 17:28:28 +02:00
tordmain.cpp
Disable more code and data with GRAPHICS_DISABLED
2020-07-09 11:23:33 +02:00
tordmain.h
Remove tab character in source files
2018-10-12 11:31:10 +02:00
tospace.cpp
Fix comment for Textord::make_prop_words
2019-09-16 15:03:45 +02:00
tovars.cpp
Remove EXTERN macro
2019-05-26 20:27:21 +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-05-26 20:27:21 +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-05-26 20:27:21 +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