tesseract/src/ccstruct
Egor Pugin 5a56d0c291
Merge pull request #1588 from ZaMaZaN4iK/fix_own_bool
Use standard bool instead of BOOL8.
2018-05-23 16:53:12 +03:00
..
blamer.cpp Fix file endings 2018-04-25 19:35:33 +02:00
blamer.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
blckerr.h Fix line endings 2018-04-25 19:04:50 +02:00
blobbox.cpp More fixes BOOL8 -> bool 2018-05-21 00:40:58 +03:00
blobbox.h More fixes BOOL8 -> bool 2018-05-21 00:40:58 +03:00
blobs.cpp Use std::max/std::min instead of MAX/MIN macros. 2018-05-20 17:49:48 +03:00
blobs.h Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using 2018-05-20 01:31:03 +03:00
blread.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
blread.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
boxread.cpp Fix file endings 2018-04-25 19:35:33 +02:00
boxread.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
boxword.cpp Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
boxword.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
ccstruct.cpp Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
ccstruct.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
coutln.cpp Use standard bool instead of BOOL8. 2018-05-20 22:46:46 +03:00
coutln.h More fixes BOOL8 -> bool 2018-05-21 00:40:58 +03:00
crakedge.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
debugpixa.h Fix line endings 2018-04-25 19:04:50 +02:00
detlinefit.cpp Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
detlinefit.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
dppoint.cpp Fix file endings 2018-04-25 19:35:33 +02:00
dppoint.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
fontinfo.cpp Fix file endings 2018-04-25 19:35:33 +02:00
fontinfo.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
genblob.cpp Fix line endings 2018-04-25 19:04:50 +02:00
genblob.h Fix line endings 2018-04-25 19:04:50 +02:00
hpdsizes.h Fix line endings 2018-04-25 19:04:50 +02:00
imagedata.cpp Use std::max/std::min instead of MAX/MIN macros. 2018-05-20 17:49:48 +03:00
imagedata.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
ipoints.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
linlsq.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
linlsq.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
Makefile.am Partial fix for autotools configuration after source tree reorganisation 2018-04-25 21:33:28 +02:00
matrix.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
matrix.h Use std::max/std::min instead of MAX/MIN macros. 2018-05-20 17:49:48 +03:00
mod128.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
mod128.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
normalis.cpp Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
normalis.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
ocrblock.cpp More fixes BOOL8 -> bool 2018-05-21 00:40:58 +03:00
ocrblock.h Merge pull request #1588 from ZaMaZaN4iK/fix_own_bool 2018-05-23 16:53:12 +03:00
ocrpara.cpp Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
ocrpara.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
ocrrow.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
ocrrow.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
otsuthr.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
otsuthr.h Fix line endings 2018-04-25 19:04:50 +02:00
pageres.cpp More fixes BOOL8 -> bool 2018-05-21 00:40:58 +03:00
pageres.h Merge pull request #1588 from ZaMaZaN4iK/fix_own_bool 2018-05-23 16:53:12 +03:00
params_training_featdef.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
params_training_featdef.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
pdblock.cpp Use standard bool instead of BOOL8. 2018-05-20 22:46:46 +03:00
pdblock.h Use standard bool instead of BOOL8. 2018-05-20 22:46:46 +03:00
points.cpp Use std::max/std::min instead of MAX/MIN macros. 2018-05-20 17:49:48 +03:00
points.h Merge pull request #1588 from ZaMaZaN4iK/fix_own_bool 2018-05-23 16:53:12 +03:00
polyaprx.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
polyaprx.h Fix line endings 2018-04-25 19:04:50 +02:00
polyblk.cpp Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
polyblk.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
publictypes.cpp Fix line endings 2018-04-25 19:04:50 +02:00
publictypes.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
quadlsq.cpp Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
quadlsq.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
quadratc.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
quspline.cpp Use standard bool instead of BOOL8. 2018-05-20 22:46:46 +03:00
quspline.h Use standard bool instead of BOOL8. 2018-05-20 22:46:46 +03:00
ratngs.cpp Use std::max/std::min instead of MAX/MIN macros. 2018-05-20 17:49:48 +03:00
ratngs.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
rect.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
rect.h Use std::max/std::min instead of MAX/MIN macros. 2018-05-20 17:49:48 +03:00
rejctmap.cpp More fixes BOOL8 -> bool 2018-05-21 00:40:58 +03:00
rejctmap.h Merge pull request #1588 from ZaMaZaN4iK/fix_own_bool 2018-05-23 16:53:12 +03:00
seam.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
seam.h Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using 2018-05-20 01:31:03 +03:00
split.cpp Use std::max/std::min instead of MAX/MIN macros. 2018-05-20 17:49:48 +03:00
split.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
statistc.cpp More fixes BOOL8 -> bool 2018-05-21 00:40:58 +03:00
statistc.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
stepblob.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
stepblob.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
vecfuncs.cpp Fix line endings 2018-04-25 19:04:50 +02:00
vecfuncs.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
werd.cpp Use standard bool instead of BOOL8. 2018-05-20 22:46:46 +03:00
werd.h Merge pull request #1588 from ZaMaZaN4iK/fix_own_bool 2018-05-23 16:53:12 +03:00