Commit Graph

1877 Commits

Author SHA1 Message Date
Amit D
43322643ff CMake - Set minimum Leptonica version to 1.74.0 2016-12-25 09:36:09 +02:00
Egor Pugin
c7caaaf8cd Update cppan.yml 2016-12-24 21:44:15 +03:00
zdenop
cbd4f54ef0 Merge pull request #605 from amitdo/travis-leptonica-174
Travis CI - Update Leptonica to 1.74.0
2016-12-24 14:57:50 +01:00
Amit D
b0b4c57ef3 Travis CI - Update Leptonica to 1.74.0 2016-12-24 13:39:20 +02:00
Amit D
c1f191cd5a Travis CI - Update Leptonica to 1.74.0 2016-12-24 13:17:59 +02:00
Amit D
7f14e17b6c Travis CI - Update Leptonica to 1.74 2016-12-24 13:04:56 +02:00
Zdenko Podobný
11f205707e Multi-page TIFF buffering is broken - fix #233 2016-12-24 09:17:02 +01:00
Zdenko Podobný
38cb4acaf9 require leptonica 1.74 or higher 2016-12-24 09:05:32 +01:00
Egor Pugin
29ad9aca47 Add tesseractmain. 2016-12-23 23:29:30 +03:00
Egor Pugin
e8b2e3990b Add training tools to cppan config. 2016-12-23 23:26:40 +03:00
zdenop
1950a49d42 Merge pull request #603 from stweil/opencl
opencl: Show up to four OpenCL platforms
2016-12-23 10:41:52 +01:00
Stefan Weil
b262136b45 opencl: Show up to four OpenCL platforms
The old code only allowed one platform.
Add also strict error handling.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-12-23 10:25:56 +01:00
Zdenko Podobný
02a6970cf3 autotools: test if compiler support -mavx and -msse4.1 2016-12-23 10:20:08 +01:00
Zdenko Podobný
54611c1cc8 increase min autoconf version (2.59). Fixes #598. 2016-12-23 09:32:51 +01:00
Egor Pugin
8b3c6ac057 Merge branch 'master' of github.com-egorpugin:tesseract-ocr/tesseract 2016-12-22 22:30:29 +03:00
Egor Pugin
f0bbf1aeeb Update cppan config. 2016-12-22 22:30:16 +03:00
Egor Pugin
c1ee2fe922 Merge pull request #597 from techtonik/patch-1
AppVeyor: add downloadable builds
2016-12-21 21:37:57 +03:00
anatoly techtonik
df8dcf1834 AppVeyor: add build version 2016-12-21 13:44:08 +03:00
anatoly techtonik
c8fcc89e3b AppVeyor: add downloadable builds 2016-12-21 13:18:03 +03:00
Egor Pugin
bf10925e0f Merge pull request #595 from stweil/lept
Add missing Leptonica linker flags (needed for macOS)
2016-12-20 02:44:17 +03:00
Stefan Weil
c07c46524a Add missing Leptonica linker flags (needed for macOS)
This fixes a build regression caused by commit
d70f3c3663.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-12-19 22:27:12 +01:00
Egor Pugin
5bddb99bcc Update appveyor.yml 2016-12-19 00:22:57 +03:00
Egor Pugin
7a9f74c3c3 Update appveyor.yml 2016-12-19 00:12:07 +03:00
Egor Pugin
cb91c2c172 Update appveyor.yml 2016-12-18 23:30:36 +03:00
Egor Pugin
560978b25f Update appveyor.yml 2016-12-18 23:23:51 +03:00
Egor Pugin
21d86865ad Update appveyor.yml 2016-12-18 23:18:12 +03:00
Egor Pugin
e3491de95d Update appveyor.yml 2016-12-18 23:06:06 +03:00
Egor Pugin
2d1decbdcf Disable training tools on appveyor because of installed cmake 3.6 bug. 2016-12-17 18:33:41 +03:00
Egor Pugin
2a9e162297 Update appveyor.yml 2016-12-17 18:11:06 +03:00
Egor Pugin
26dfac71ed Update appveyor.yml 2016-12-17 17:56:27 +03:00
Egor Pugin
130500243a Temporarily unsilent appveyor build. 2016-12-17 16:47:52 +03:00
Egor Pugin
442b5b731a Fix building of training tools in shared configuration. 2016-12-17 16:19:35 +03:00
zdenop
fc13f964b8 Merge pull request #587 from stweil/cube
Remove support for VS2010
2016-12-16 10:38:37 +01:00
Stefan Weil
5b23f71563 Remove support for VS2010
It is dropped because of missing C++11 support.
CMake can be used instead.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-12-16 08:31:56 +01:00
zdenop
e2e0b90666 Merge pull request #586 from stweil/cube
Remove more cube related code
2016-12-16 08:24:08 +01:00
Stefan Weil
de0aff106f doc: Remove cube related documentation
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-12-16 08:20:07 +01:00
Stefan Weil
e11009e7ac .gitignore: Remove cube code
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-12-16 08:20:07 +01:00
Zdenko Podobný
f8dffecf41 fix training build addition to 7c684be724 (Add missing linker flags for Leptonica) 2016-12-15 22:20:35 +01:00
zdenop
cb886a04ad Merge pull request #568 from stweil/opencl
opencl: Fix runtime crash when no device was found
2016-12-15 22:00:25 +01:00
zdenop
87a5b9b09a Merge pull request #585 from stweil/build
Add missing linker flags for Leptonica
2016-12-15 17:54:44 +01:00
Stefan Weil
7c684be724 Add missing linker flags for Leptonica
They were removed in commit d70f3c3663.
The old code implicitly added `-llept` by using the `AC_CHECK_LIB` macro.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-12-15 17:28:01 +01:00
Egor Pugin
9d4050faff Merge pull request #583 from neoneye/master
Fixed tiny typo
2016-12-15 18:02:29 +03:00
Simon Strandgaard
d38cffc332 Fixed typo 2016-12-15 14:58:53 +00:00
Egor Pugin
46da0ea014 Update appveyor.yml 2016-12-15 17:57:14 +03:00
Egor Pugin
a3f1227bd7 Update appveyor.yml 2016-12-15 17:32:30 +03:00
Egor Pugin
6c46cd7954 Update appveyor.yml 2016-12-15 17:00:58 +03:00
Egor Pugin
ea37493859 Update appveyor.yml 2016-12-15 16:58:19 +03:00
Egor Pugin
27ecaf72de Update appveyor.yml 2016-12-15 16:51:17 +03:00
Egor Pugin
c1a0d1902e Update appveyor.yml 2016-12-15 16:47:53 +03:00
Egor Pugin
a220204731 Update appveyor.yml 2016-12-15 16:46:04 +03:00