tesseract/src/ccutil
Samuel Lee e32b3360aa
Fix for MSVC
LoadDataFromFile/SaveDataToFile use fopen with unsupport file mode 'e' in MSVC.
2019-04-11 02:33:51 +09:00
..
ambigs.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
ambigs.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
basedir.cpp replace deprecated C++ headers (reported by clan-tidy) - partially supersedes PR #1605 2018-09-18 18:51:11 +02:00
basedir.h Fix line endings 2018-04-25 19:04:50 +02:00
bits16.h bits16: Format code 2019-03-31 18:26:50 +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 Remove unused config variable tessedit_module_name 2019-03-31 20:04:00 +02:00
ccutil.h Remove unused config variable tessedit_module_name 2019-03-31 20:04:00 +02:00
clst.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +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 Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
elst2.h ccutil: replace TRUE, FALSE by true, false 2019-03-31 17:56:47 +02:00
elst.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
elst.h ccutil: replace TRUE, FALSE by true, false 2019-03-31 17:56:47 +02:00
errcode.cpp Use __builtin_trap instead of null pointer dereference to abort 2019-02-18 10:49:51 +01:00
errcode.h Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02:00
fileerr.h Fix line endings 2018-04-25 19:04:50 +02:00
fileio.cpp Add missing include statements for Windows build 2019-03-31 19:02:29 +02:00
fileio.h Move class tesseract::File from training to ccutil 2018-08-25 18:16:46 +02:00
genericheap.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
genericvector.h Fix for MSVC 2019-04-11 02:33:51 +09:00
globaloc.cpp Add missing 'static' keyword 2018-10-22 17:48:17 +02:00
globaloc.h Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02:00
helpers.h helpers: Modernize and format code 2019-03-31 17:06:19 +02:00
host.h Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +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 Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
mainblk.cpp Remove unused macros 2018-10-22 17:48:17 +02:00
Makefile.am Remove unneeded 'SUBDIRS=' from 3 Makefile.am files 2019-04-04 19:31:39 +02:00
object_cache.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
ocrclass.h ocrclass: Modernize and format code 2019-03-31 16:39:44 +02:00
params.cpp Add missing include statements for Windows build 2019-03-31 19:02:29 +02:00
params.h Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02:00
platform.h Add missing include statements for Windows build 2019-03-31 19:02:29 +02:00
qrsequence.h Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
scanutils.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
scanutils.h scanutils: Fix typos in comments 2018-06-09 07:53:20 +02:00
serialis.cpp TFile: Add helper functions for serialization of simple data types 2018-07-18 11:19:37 +02:00
serialis.h serialis: Modernize and format code 2019-03-31 17:12:11 +02:00
sorthelper.h Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
strngs.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
strngs.h strngs: Modernize and format code 2019-03-31 17:13:38 +02:00
tesscallback.h Modernize and format tesscallback.h 2019-03-31 16:16:00 +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 Fix potential crash in tprintf 2018-11-30 23:14:11 +01: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 Modernize C++ loops 2019-03-26 08:38:21 +01:00
unicharcompress.h RecodedCharID: Use new serialization API 2018-07-18 16:22:01 +02:00
unicharmap.cpp Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02:00
unicharmap.h Fix line endings 2018-04-25 19:04:50 +02:00
unicharset.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
unicharset.h LSTM char_whitelist/blacklist (6ac2ff0): more robust 2019-03-09 10:40:40 +01:00
unicity_table.h Fix compiler warnings [-Wzero-as-null-pointer-constant] 2018-07-04 20:40:56 +02:00
unicodes.cpp Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02:00
unicodes.h Fix doxygen comments 2019-02-20 21:11:38 +01:00
universalambigs.cpp Fix line endings 2018-04-25 19:04:50 +02:00
universalambigs.h Fix line endings 2018-04-25 19:04:50 +02:00