Commit Graph

30 Commits

Author SHA1 Message Date
zdenop@gmail.com
9b7375edd6 MinGW portability solved + some code cleanup (based on cpplint)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@605 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-08-15 19:28:25 +00:00
zdenop@gmail.com
4abdfdb8fe moved ccstruct/callcpp.cpp to cutil (to header file - see issue 414); moved vs2008/include/stdint.h to vs2008/port/stdint.h so we can use vs2008/include also for mingw; removed unused tessembedded.*
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@603 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-08-11 14:04:20 +00:00
zdenop@gmail.com
16f0481f5c renamed duplicate cube/const.h to cube/cube_const.h (issue 525)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@602 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-08-11 06:51:30 +00:00
zdenop@gmail.com
9b9efa8e4c man pages included to install script, improved windows installer script (issue 425), output format for "tesseract -v" changed to "3.00 version", README cleanup.
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@601 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-08-08 20:33:18 +00:00
zdenop@gmail.com
b140174e84 fixed windows build to the latest code changes
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@578 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-03-22 08:31:32 +00:00
zdenop@gmail.com
9067a817f9 git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@553 d0cd1f9f-072b-0410-8dd7-cf729c803f20 2011-03-16 14:08:25 +00:00
zdenop@gmail.com
de987bc6e1 windows build: improved vs2008/viewer.vcproj/ issue 413
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@550 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-01-03 14:29:00 +00:00
zdenop@gmail.com
8cf7660e3a - vs2008 removed from autoconf system (not needed for linux);
Windows build improvements:
- vs2008 library projects use individual intermediate directories (thanks fizz_20120);

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@544 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-12-05 09:48:06 +00:00
zdenop@gmail.com
c707b26d5f fixed VC++2008 Express build after last changes
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@543 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-30 12:46:41 +00:00
zdenop@gmail.com
70cf76ffcb gettimeofday for windows
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@527 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-23 19:13:51 +00:00
zdenop@gmail.com
4523ce9f7d 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@526 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-23 18:34:14 +00:00
zdenop@gmail.com
515ac2d3f0 WIN32: improved vcproj files - possibility to build tesseract with static linked leptonica (Release.static/Release) or dynamic linked leptonica (Release.dynamic)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@521 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-15 11:22:58 +00:00
zdenop@gmail.com
179c96beff updated vcproj files: Release|Win32 links leptonica statically, suppressed some warnings;
added include/leptonica/sudoku.h (part of leptonica 1.67);

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@520 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-13 21:31:37 +00:00
zdenop@gmail.com
80b9e44e95 upgrade of leptonica to 1.67 version; removing unnecessary header files from vs2008;
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@519 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-13 20:27:49 +00:00
max.markin@gmail.com
459ff62293 added quotes in xcopy
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@516 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-29 21:26:07 +00:00
zdenop@gmail.com
346da8c1e5 missing returns in nonvoid functions (thanks to rusnakp) issue 389;
corrected windows installation script - tesseract should be not run as start-up application;

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@514 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-26 13:35:02 +00:00
zdenop@gmail.com
8522533689 improved NSI script: finalization for tesseract-ocr-setup-3.00.exe
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@512 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-12 19:09:59 +00:00
zdenop@gmail.com
e54ab01f19 improved NSI script: select language data based on windows system language, download and install non English languages
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@511 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-11 22:45:09 +00:00
zdenop@gmail.com
5e37a948ba improved NSI script: detection of installed tesseract; set environment variables TESSDATA_PREFIX, PATH; recognition of Tesseract-OCR by "Add/Remove" program in Windows Control panel
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@510 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-10 21:59:34 +00:00
joregan
825ee3a767 Add NSIS script, contributed by Sergey Bronnikov
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@509 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-07 12:33:38 +00:00
zdenop@gmail.com
c64787f835 another addition to Revision: 506 ;-)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@508 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-06 21:56:44 +00:00
zdenop@gmail.com
da06ed4075 addition to Revision: 506 ;-)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@507 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-06 21:48:42 +00:00
zdenop@gmail.com
282aa13975 *.vcproj moved to vs2008/ (bin/ and bin.dbg/ will be in vs2008/)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@506 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-06 21:38:19 +00:00
max.markin@gmail.com
2c06ebc9dc added copying leptonlib.dll to binaries folder
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@505 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-05 02:34:05 +00:00
max.markin@gmail.com
fe6e6e098e fix for vs2008 release mode compilation error in classify
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@504 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-03 18:24:40 +00:00
joregan
23504403e8 add Makefile.in to check the merge
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@502 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-01 03:54:40 +00:00
zdenop@gmail.com
3964660093 update of VC++ project file to recent changes
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@495 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-09-30 21:20:00 +00:00
joregan
9b3d565be0 add vs2008 to the distribution
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@493 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-09-30 17:24:13 +00:00
joregan
0c32fdea0d add BSD-licensed version of stdint.h for VC++
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@491 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-09-30 15:58:15 +00:00
zdenop@gmail.com
8e2018d9ec git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@473 d0cd1f9f-072b-0410-8dd7-cf729c803f20 2010-09-29 21:49:36 +00:00