tesseract/src/ccutil
Stefan Weil 46e2a0f106 Remove more code for builds with disabled legacy engine
Now the Tesseract library no longer includes unused code.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2019-08-13 17:49:10 +02:00
..
ambigs.cpp Clean ambigs.h 2019-08-04 19:21:59 +02:00
ambigs.h Clean ambigs.h 2019-08-04 19:21:59 +02:00
bits16.h bits16: Modernize code 2019-05-26 08:53:08 +02:00
bitvector.cpp BitVector: Use new serialization API 2018-07-18 17:07:03 +02:00
bitvector.h Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02:00
ccutil.cpp Replace CCUtilMutex by std::mutex 2019-07-15 12:01:28 +02:00
ccutil.h Replace CCUtilMutex by std::mutex 2019-07-15 12:01:28 +02:00
clst.cpp Fix compiler warnings 2019-05-19 22:10:22 +02:00
clst.h ccutil: replace TRUE, FALSE by true, false 2019-03-31 17:56:47 +02:00
doubleptr.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
elst2.cpp Fix compiler warnings 2019-05-19 22:10:22 +02:00
elst2.h ccutil: replace TRUE, FALSE by true, false 2019-03-31 17:56:47 +02:00
elst.cpp Fix compiler warnings 2019-05-19 22:10:22 +02:00
elst.h ccutil: replace TRUE, FALSE by true, false 2019-03-31 17:56:47 +02:00
errcode.cpp Remove SavePixForCrash and related code 2019-05-21 20:25:58 +02:00
errcode.h Fix compiler warnings 2019-05-19 22:10:22 +02:00
fileerr.h Fix compiler warnings 2019-05-19 22:10:22 +02:00
genericheap.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
genericvector.h Use auto data type for results of std::ftell 2019-07-18 10:56:17 +02:00
globaloc.cpp Remove SavePixForCrash and related code 2019-05-21 20:25:58 +02:00
globaloc.h Remove SavePixForCrash and related code 2019-05-21 20:25:58 +02:00
helpers.h helpers: Modernize and format code 2019-03-31 17:06:19 +02:00
host.h Merge branch 'master' of https://github.com/tesseract-ocr/tesseract 2019-04-23 22:01:30 +02:00
indexmapbidi.cpp IndexMapBiDi: Define virtual destructor in .cpp file 2018-09-04 13:08:29 +02:00
indexmapbidi.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
kdpair.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
lsterr.h Fix compiler warnings 2019-05-19 22:10:22 +02:00
mainblk.cpp Replace code using _splitpath_s (win32) 2019-06-23 09:15:15 +02:00
Makefile.am Remove more code for builds with disabled legacy engine 2019-08-13 17:49:10 +02:00
object_cache.h Use std::lock_guard to protect a code block 2019-07-15 12:01:28 +02:00
ocrclass.h ocrclass: Modernize and format code 2019-03-31 16:39:44 +02:00
params.cpp Remove unused macros 2019-05-26 20:27:21 +02:00
params.h Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02:00
platform.h Remove local definition of M_PI 2019-05-20 21:18:52 +02:00
qrsequence.h Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
scanutils.cpp Use auto data type for results of std::ftell 2019-07-18 10:56:17 +02:00
scanutils.h Remove code for embedded build 2019-06-17 09:55:33 +02:00
serialis.cpp Use auto data type for results of std::ftell 2019-07-18 10:56:17 +02:00
serialis.h Remove outdated comment 2019-06-22 21:03:19 +02:00
sorthelper.h Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
strngs.cpp Remove some unused functions, constants and variables 2019-05-26 11:52:31 +02:00
strngs.h strngs: Modernize and format code 2019-03-31 17:13:38 +02:00
tessdatamanager.cpp Modernize code (clang-tidy check modernize-loop-convert) 2019-04-05 08:29:00 +02:00
tessdatamanager.h Add initial support for traineddata files in standard archive formats 2019-03-05 17:18:48 +01:00
tprintf.cpp Optimize tprintf implementation 2019-07-10 20:59:07 +02:00
tprintf.h Replace tprintf_internal by tprintf and clean tprintf code 2018-07-07 21:47:10 +02:00
unichar.cpp Modernize and format unichar.h 2019-03-31 16:30:15 +02:00
unichar.h Modernize and format unichar.h 2019-03-31 16:30:15 +02:00
unicharcompress.cpp Add missing static attributes 2019-05-26 08:53:09 +02:00
unicharcompress.h RecodedCharID: Use new serialization API 2018-07-18 16:22:01 +02:00
unicharmap.cpp Fix LGTM and revert bugfix for later PR 2019-05-22 11:23:27 +05:30
unicharmap.h Fix line endings 2018-04-25 19:04:50 +02:00
unicharset.cpp Remove UNICHARSET::load_from_inmemory_file and related code 2019-08-12 13:07:15 +02:00
unicharset.h Remove UNICHARSET::load_from_inmemory_file and related code 2019-08-12 13:07:15 +02:00
unicity_table.h Use C++-11 code instead of TessCallback for read, write 2019-07-04 16:03:30 +02:00
unicodes.cpp Fix compiler errors for old gcc 2019-05-26 15:38:40 +02:00
unicodes.h unicodes: Optimize code by using constexpr and removing unused globals 2019-05-25 14:51:28 +02:00
universalambigs.cpp universalambigs: Add hack to fix builds with Microsoft compiler 2019-08-06 15:46:07 +02:00
universalambigs.h Fix line endings 2018-04-25 19:04:50 +02:00