tesseract/src/ccmain
Stefan Weil d8d63fd71b Optimize performance with clang-tidy
The code was partially formatted with clang-format and optimized with

    clang-tidy --checks="-*,perfor*" --fix src/*/*.cpp

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-11-14 15:54:04 +01:00
..
adaptions.cpp Remove bits16.h and BITS16 data type 2021-04-08 10:43:21 +02:00
applybox.cpp ccmain: Fix some signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
control.cpp ccmain: Fix more signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
control.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
docqual.cpp ccmain: Fix more signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
docqual.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
equationdetect.cpp Optimize performance with clang-tidy 2021-11-14 15:54:04 +01:00
equationdetect.h Replace remaining GenericVector by std::vector for src/ccmain 2021-03-16 16:55:38 +01:00
fixspace.cpp Fix two LGTM alerts (Comparison between i of type int16_t and wider type int32_t) 2021-10-10 21:37:04 +02:00
fixspace.h Move all tesseract symbols into tesseract namespace. Fix include order in many places. 2020-12-26 00:55:30 +03:00
fixxht.cpp Optimize performance with clang-tidy 2021-11-14 15:54:04 +01:00
linerec.cpp ccmain: Fix more signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
ltrresultiterator.cpp Fix CID 1400763 Using invalid iterator (fixes issue #2806) 2021-10-25 22:20:45 +02:00
mutableiterator.cpp [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
mutableiterator.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
osdetect.cpp Optimize performance with clang-tidy 2021-11-14 15:54:04 +01:00
output.cpp ccmain: Fix more signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
output.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
pageiterator.cpp ccmain: Fix more signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
pagesegmain.cpp Add Image::operator&=(). 2021-04-01 19:15:58 +03:00
pagewalk.cpp Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
par_control.cpp ccmain: Fix more signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
paragraphs_internal.h ccmain/paragraphs: Make local function UnicodeFor and fix signed/unsigned 2021-10-10 20:00:30 +02:00
paragraphs.cpp Optimize performance with clang-tidy 2021-11-14 15:54:04 +01:00
paragraphs.h Replace remaining GenericVector by std::vector for src/ccmain 2021-03-16 16:55:38 +01:00
paramsd.cpp Fix compiler warnings with -Wformat-security 2021-11-01 22:58:56 +01:00
paramsd.h Add const attribute to some functions (API change) 2021-04-08 10:43:21 +02:00
pgedit.cpp Removed unused parameters declarations and definitions 2021-07-20 15:08:10 +02:00
pgedit.h Simplify *_VAR_H macros (#3508) 2021-07-25 12:09:07 +03:00
recogtraining.cpp Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
reject.cpp ccmain: Fix more signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
reject.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
resultiterator.cpp ccmain: Fix more signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
superscript.cpp ccmain: Fix more signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
tessbox.cpp Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
tessedit.cpp Fix listing of languages 2021-11-13 21:34:29 +01:00
tesseractclass.cpp Improve the disable legacy build (#3624) 2021-11-03 19:15:15 +01:00
tesseractclass.h Improve the disable legacy build (#3624) 2021-11-03 19:15:15 +01:00
tessvars.cpp [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
tessvars.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
tfacepp.cpp ccmain: Fix some signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
thresholder.cpp Remove spaces at line endings and empty last lines 2021-11-13 22:45:47 +01:00
thresholder.h Move declaration of ThresholdMethod from public API to thresholder.h 2021-10-30 20:15:25 +02:00
werdit.cpp Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
werdit.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00