tesseract/ccutil
zdenop@gmail.com 10c1169d98 remove unused code (Windows related)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@860 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2013-07-08 18:21:10 +00:00
..
ambigs.cpp fix configure.ac; unify identifiers (WIN32 vs _WIN32) 2012-03-02 17:31:24 +00:00
ambigs.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
basedir.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
basedir.h Fixed relative-to-executable tessdata location, while allowing for addition of terminating / 2012-10-09 00:41:08 +00:00
bits16.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
bits16.h Fixed name collision with jpeg library 2008-04-22 00:23:41 +00:00
bitvector.cpp Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
bitvector.h Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
ccutil.cpp + fix VS2008 warning about "non dll-interface class tesseract::LTRResultIterator used as base for dll-interface class tesseract::ResultIterator" by making LTRResultIterator also visible. 2012-03-08 21:15:13 +00:00
ccutil.h + fix VS2008 warning about "non dll-interface class tesseract::LTRResultIterator used as base for dll-interface class tesseract::ResultIterator" by making LTRResultIterator also visible. 2012-03-08 21:15:13 +00:00
clst.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
clst.h Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
elst2.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
elst2.h Removed serialize and NEWDELETE macros 2010-11-30 00:53:31 +00:00
elst.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
elst.h Removed serialize and NEWDELETE macros 2010-11-30 00:53:31 +00:00
errcode.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
errcode.h fix DLL build in VC++ 2012-09-25 09:10:06 +00:00
fileerr.h top-skimming import from sf.net 2007-03-07 20:03:40 +00:00
genericvector.h Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
globaloc.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
globaloc.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
hashfn.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
hashfn.h Fixed name collision with jpeg library 2008-04-22 00:23:41 +00:00
helpers.h Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
host.h Misc cleanup 2012-10-09 00:39:54 +00:00
indexmapbidi.cpp Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
indexmapbidi.h Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
lsterr.h Fixes to lists so an empty constructor is not needed + reenable debugging 2008-12-30 18:19:31 +00:00
mainblk.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
Makefile.am remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
memry.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
memry.h Removed dead memory mangagement code 2012-02-02 02:51:56 +00:00
ndminx.h Harmless improvements from 3.00 going in to 2.04 2008-12-30 18:20:15 +00:00
nwmain.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
ocrclass.h fixing issue 628 (replacing __MSW32__ with _WIN32) and issue 614 (reverting "class DLLSYM STRING" to "class CCUTIL_API STRING") 2012-02-19 21:48:45 +00:00
params.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
params.h Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
platform.h fix mingw build 2013-07-05 08:46:57 +00:00
qrsequence.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
scanutils.cpp fix --enable-multiple-libraries; implement quite mode (issue 580) 2012-03-03 11:48:59 +00:00
scanutils.h fixed makemoredists; add --enable-embedded to configure 2012-03-01 12:40:04 +00:00
secname.h top-skimming import from sf.net 2007-03-07 20:03:40 +00:00
serialis.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
serialis.h Removed serialize and NEWDELETE macros 2010-11-30 00:53:31 +00:00
sorthelper.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
stderr.h top-skimming import from sf.net 2007-03-07 20:03:40 +00:00
strngs.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
strngs.h Misc cleanup 2012-10-09 00:39:54 +00:00
tesscallback.h Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
tessdatamanager.cpp Auto append dot in combine_tessdata (issue 932); provide more info for combine_tessdata utility 2013-06-02 20:50:55 +00:00
tessdatamanager.h Auto append dot in combine_tessdata (issue 932); provide more info for combine_tessdata utility 2013-06-02 20:50:55 +00:00
tprintf.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
tprintf.h Misc cleanup 2012-10-09 00:39:54 +00:00
unichar.cpp Fixed various internationalization issues, mostly for training 2007-08-30 18:18:35 +00:00
unichar.h Disconnected errcode.h from baseapi.h 2012-10-09 00:39:12 +00:00
unicharmap.cpp Fixed issue 736 2012-09-21 15:19:44 +00:00
unicharmap.h Harmless improvements from 3.00 going in to 2.04 2008-12-30 18:20:15 +00:00
unicharset.cpp Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
unicharset.h Disconnected errcode.h from baseapi.h 2012-10-09 00:39:12 +00:00
unicity_table.h Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
unicodes.cpp Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
unicodes.h Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00