Egor Pugin
|
e9db7aae88
|
Update sw.cpp
|
2020-01-26 03:48:39 +03:00 |
|
Egor Pugin
|
8c20573ebf
|
[sw] Set cpp standard.
|
2020-01-26 00:36:50 +03:00 |
|
Egor Pugin
|
946ed4e972
|
[sw] Fix linux build.
|
2020-01-25 23:03:16 +03:00 |
|
Egor Pugin
|
c7c250c8b4
|
Add include dir explicitly.
|
2019-10-29 14:57:32 +03:00 |
|
Stefan Weil
|
061eccd6ae
|
Rename tesseract/tess_version.h -> tesseract/version.h
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2019-10-29 11:47:31 +01:00 |
|
Egor Pugin
|
8d10857973
|
Update sw build.
|
2019-10-29 13:27:12 +03:00 |
|
Egor Pugin
|
fb52f43822
|
Fix isolated build.
|
2019-10-11 00:46:23 +03:00 |
|
Stefan Weil
|
1012252004
|
sw.cpp: Sync list of public headers with Autotools build
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2019-10-06 22:30:36 +02:00 |
|
Egor Pugin
|
52cf4615dc
|
Update sw build.
|
2019-09-26 00:34:36 +03:00 |
|
Egor Pugin
|
9217aa5c95
|
Update sw build.
|
2019-09-26 00:22:07 +03:00 |
|
Stefan Weil
|
f43ca88f29
|
[sw] Update build for commit e84cb24def
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2019-08-12 19:36:41 +02:00 |
|
Egor Pugin
|
f71e58c557
|
[sw] Try to fix build.
|
2019-08-12 19:50:22 +03:00 |
|
Stefan Weil
|
23e605911f
|
Remove unused function truncate_path and related files
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2019-08-12 14:48:56 +02:00 |
|
Egor Pugin
|
ae020e7fbd
|
[sw] Update build script.
|
2019-08-10 15:46:59 +03:00 |
|
Stefan Weil
|
9786b7276e
|
Fix linker error in Appveyor CI
This completes commit c5a50b93ce .
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2019-08-07 10:24:57 +02:00 |
|
Egor Pugin
|
cb99fe9b41
|
[sw] Use the latest pango again.
|
2019-08-06 15:04:32 +03:00 |
|
Egor Pugin
|
c58efee4ba
|
Use pangocairo-1.43 for the moment. Remove private pango header.
|
2019-08-01 11:55:18 +03:00 |
|
Egor Pugin
|
08d50baf2c
|
[sw] Install tess headers.
|
2019-07-28 18:20:43 +03:00 |
|
Egor Pugin
|
dbba30b82f
|
[build][sw] Disable FMA dotproduct.
|
2019-07-13 20:03:53 +03:00 |
|
Stefan Weil
|
df98bb7368
|
Move LSTMTrainer from libtesseract to libtesseract_training
LSTMTrainer is only used for training, so the shared library for
Tesseract can be made smaller.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2019-06-22 16:23:51 +02:00 |
|
Egor Pugin
|
5717b098aa
|
[sw] Remove inexistent include dirs.
|
2019-06-08 17:45:37 +03:00 |
|
Egor Pugin
|
c570772bce
|
[sw] Exclude missing include dir.
|
2019-06-08 17:41:02 +03:00 |
|
Egor Pugin
|
421e3e44cb
|
Update sw script.
|
2019-06-06 00:56:12 +03:00 |
|
Stefan Weil
|
68d7a679e4
|
Replace CR-LF line endings by LF
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2019-05-16 20:49:01 +02:00 |
|
Egor Pugin
|
b9b74a6942
|
Update sw build.
|
2019-05-13 01:54:23 +03:00 |
|
Egor Pugin
|
332a1a9809
|
Pass ssse/avx flags to all files to pacify VS ide.
|
2019-04-07 22:59:38 +03:00 |
|
Egor Pugin
|
af7cc1ce4c
|
Fix windows build.
|
2019-04-01 22:38:01 +03:00 |
|
Stefan Weil
|
ab009fae94
|
Remove macro WINDLLNAME
It is now no longer used.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2019-03-31 20:05:41 +02:00 |
|
Egor Pugin
|
37b0c36e32
|
Add libarchive dependency to cppan and sw builds.
|
2019-03-11 00:03:45 +03:00 |
|
Egor Pugin
|
3480f1e5d9
|
[sw] Fix clang-cl build.
|
2019-02-17 01:15:45 +03:00 |
|
Egor Pugin
|
27d6e9d309
|
Fix sw build.
|
2019-01-15 19:13:49 +03:00 |
|
Egor Pugin
|
62b857554a
|
[sw] Depend on leptonica-master.
|
2019-01-08 23:52:29 +03:00 |
|
Egor Pugin
|
b08624acc0
|
Reapply: Add sw build system script (future cppan replacement).
|
2018-11-23 01:47:02 +03:00 |
|
Egor Pugin
|
19580b18bc
|
Revert "Add sw build system script (future cppan replacement)."
This reverts commit b1e20043fd .
|
2018-11-23 01:44:58 +03:00 |
|
Egor Pugin
|
b1e20043fd
|
Add sw build system script (future cppan replacement).
|
2018-11-20 00:12:26 +03:00 |
|