tesseract/src
Stefan Weil 830b9c715a BLOBNBOX: Declare signed bit field
This fixes a warning from LGTM:

    Bit field area of type int should have explicitly unsigned integral,
    explicitly signed integral, or enumeration type.

Maybe area should be unsigned, but that would require lots of other
changes, so for now signedness is not changed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-19 10:30:05 +02:00
..
api tesseractmain: Show error message when output file could not be created 2018-10-18 19:22:49 +02:00
arch add header guard 2018-09-22 18:44:26 +02:00
ccmain LineHypothesis: Add copy assignment operator 2018-10-18 15:23:28 +02:00
ccstruct BLOBNBOX: Declare signed bit field 2018-10-19 10:30:05 +02:00
ccutil Merge branch 'master' of https://github.com/tesseract-ocr/tesseract 2018-10-09 15:37:40 +02:00
classify cluster: Fix some potential overflows 2018-10-19 10:23:17 +02:00
cutil Remove tab character in source files 2018-10-12 11:31:10 +02:00
dict Fix sum computation in higher precision 2018-10-16 18:01:27 +02:00
lstm Renamed GetGlyphConfidences() to GetChoices() and glyph_confidences to lstm_choice_mode 2018-10-17 16:43:39 +02:00
opencl OpenclDevice: Catch negative index (CID 1395110) 2018-10-16 16:53:24 +02:00
textord C_OUTLINE_FRAG: Add declaration for copy constructor 2018-10-18 15:31:45 +02:00
training free PangoFontMap; fixes #1999 2018-10-19 00:48:20 +02:00
viewer SVNetwork: Handle failed socket call (CID 1164597) 2018-10-16 16:53:24 +02:00
vs2010 Fix whitespace issues 2018-08-01 13:19:52 +02:00
wordrec Remove tab character in source files 2018-10-12 11:31:10 +02:00