tesseract/src/ccutil
Stefan Weil b4a7f51cd6 Add missing static attributes
This fixes lots of compiler warnings like these ones:

    src/api/baseapi.cpp:113:13: warning: no previous extern declaration for non-static variable 'kInputFile' [-Wmissing-variable-declarations]
    src/api/baseapi.cpp:117:13: warning: no previous extern declaration for non-static variable 'kOldVarsFile' [-Wmissing-variable-declarations]
    src/api/baseapi.cpp:97:10: warning: no previous extern declaration for non-static variable 'stream_filelist' [-Wmissing-variable-declarations]
    src/ccmain/equationdetect.cpp:46:10: warning: no previous extern declaration for non-static variable 'equationdetect_save_bi_image' [-Wmissing-variable-declarations]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2019-06-16 18:29:15 +02: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: Modernize code 2019-06-16 18:29:05 +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 Only include windows.h using host.h 2019-05-01 12:26:52 +02:00
clst.cpp Fix compiler warnings 2019-06-16 18:20:32 +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-06-16 18:20:32 +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-06-16 18:20:32 +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-06-16 18:22:21 +02:00
errcode.h Fix compiler warnings 2019-06-16 18:20:32 +02:00
fileerr.h Fix compiler warnings 2019-06-16 18:20:32 +02:00
fileio.cpp Only include windows.h using host.h 2019-05-01 12:26:52 +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 Revert "e" flag for fopen 2019-04-13 18:53:57 +02:00
globaloc.cpp Remove SavePixForCrash and related code 2019-06-16 18:22:21 +02:00
globaloc.h Remove SavePixForCrash and related code 2019-06-16 18:22:21 +02:00
helpers.h helpers: Modernize and format code 2019-03-31 17:06:19 +02:00
host.h Clean macros in platform.h 2019-05-01 12:26:52 +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-06-16 18:20:32 +02:00
mainblk.cpp Remove unused macros 2018-10-22 17:48:17 +02:00
Makefile.am Remove host.h from Tesseract API 2019-05-01 12:26:52 +02:00
object_cache.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
ocrclass.h Fix Windows build 2019-05-01 12:16:01 +02:00
params.cpp Don't include windows.h from platform.h 2019-05-01 11:25:45 +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-06-16 18:21:16 +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 Remove strtofloat 2019-05-01 11:23:13 +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 Use std::stringstream for add_str_double 2019-04-14 16:16:16 +02:00
strngs.h strngs: Modernize and format code 2019-03-31 17:13:38 +02:00
tesscallback.h tesscallback: Remove more unused code 2019-05-05 20:03:50 +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 tprintf: Make code reentrant and use less memory 2019-06-16 18:22:03 +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-06-16 18:29:15 +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-06-16 18:22:50 +02:00
unicharmap.h Fix line endings 2018-04-25 19:04:50 +02:00
unicharset.cpp Fix UNICHARSET::save_to_string for locale de_DE.UTF-8 2019-05-16 20:23:40 +02:00
unicharset.h Remove "third_party/" in comments and update path names 2019-06-16 18:26:28 +02:00
unicity_table.h Fix compiler warnings [-Wzero-as-null-pointer-constant] 2018-07-04 20:40:56 +02:00
unicodes.cpp unicodes: Optimize code by using constexpr and removing unused globals 2019-06-16 18:28:33 +02:00
unicodes.h unicodes: Optimize code by using constexpr and removing unused globals 2019-06-16 18:28:33 +02:00
universalambigs.cpp universalambigs: Add missing include file 2019-05-04 14:35:41 +02:00
universalambigs.h Fix line endings 2018-04-25 19:04:50 +02:00