Commit Graph

  • 5af6cacf84 Restore original congruential random number generator main Stefan Weil 2024-11-23 09:20:42 +0100
  • 79b5e01867
    Merge 6a2bf21d05 into 66cf74f2dd Nick White 2024-11-23 10:48:25 +0300
  • 7df776e5b9
    Merge 5fb2b623a4 into 66cf74f2dd JKamlah 2024-11-23 10:48:25 +0300
  • c645052df4
    Merge 232093f046 into 66cf74f2dd Stefan Weil 2024-11-23 10:48:25 +0300
  • 69dc7aa126
    Merge 9764d683c2 into 66cf74f2dd rmast 2024-11-23 10:48:25 +0300
  • 04c823e14c
    Merge c38b33b9fe into 66cf74f2dd Ger Hobbelt 2024-11-23 10:48:25 +0300
  • 6354d5ea31
    Merge 1adf010c6f into 66cf74f2dd Balearica 2024-11-23 10:48:25 +0300
  • 5ad4d9e819
    Merge b1e48789d6 into 66cf74f2dd Jan Palus 2024-11-23 10:48:25 +0300
  • 440db20b18
    Merge efb267097d into 66cf74f2dd Pablo Duboue 2024-11-23 10:48:25 +0300
  • 0fdc3b62ad
    Merge 09b6875853 into 66cf74f2dd Pierrick Hymbert 2024-11-23 10:48:25 +0300
  • abf272145b
    Merge 65eebb2075 into 66cf74f2dd woodjohndavid 2024-11-23 10:48:25 +0300
  • ceb07a479b
    Merge 6583659806 into 66cf74f2dd Stefan Weil 2024-11-23 10:48:24 +0300
  • 1fc8ffe525
    Merge 4035a7f3cd into 66cf74f2dd woodjohndavid 2024-11-23 10:48:24 +0300
  • 1fb1061fd6
    Merge 51a3398a3c into 66cf74f2dd Povilas Kanapickas 2024-11-23 10:48:24 +0300
  • 75031b1d0e
    Merge 8ecaad56e3 into 66cf74f2dd Stefan Weil 2024-11-23 10:48:24 +0300
  • 7e9f38af48
    Merge 1146c3a08f into 66cf74f2dd Balearica 2024-11-23 10:48:24 +0300
  • 4ad715acc3
    Merge fc70f76e2e into 66cf74f2dd Sadra Barikbin 2024-11-23 09:30:59 +0330
  • 5862163cd6
    Merge cef102fdb7 into 66cf74f2dd rmast 2024-11-22 17:43:49 -0500
  • f82b5e1755
    Merge ca47315676 into 66cf74f2dd 林博仁 Buo-ren Lin 2024-11-22 17:42:48 -0500
  • 66cf74f2dd Make one-time comparator a lambda. Egor Pugin 2024-11-23 00:11:16 +0300
  • b3e0c8e3a0 Add missing <algorithm> header for std::sort(). Egor Pugin 2024-11-23 00:03:42 +0300
  • 1526cf16fb Make lists classes again. Egor Pugin 2024-11-22 21:52:51 +0300
  • 1355287df1 Update sorting routines for lists. Egor Pugin 2024-11-22 19:10:18 +0300
  • 1ceb14e274 list.h is now unnecessary and removed. Egor Pugin 2024-11-22 19:09:34 +0300
  • 0e139fa9f9 Update Makefile.am. Egor Pugin 2024-11-22 19:08:49 +0300
  • 15635203f4 Fix msvc warning. Egor Pugin 2024-11-22 18:49:27 +0300
  • 63be216814 Convert ELIST2 into template. Egor Pugin 2024-11-22 18:22:53 +0300
  • 4991295a39 Convert ELIST into template. Egor Pugin 2024-11-22 17:54:40 +0300
  • ffb33795a8 Fix warnings. Egor Pugin 2024-11-22 17:52:03 +0300
  • 1bc983a0dc Fix msvc warning. Egor Pugin 2024-11-22 17:38:34 +0300
  • 07d50ef4a3 [sw] Fix build. Egor Pugin 2024-11-22 17:38:17 +0300
  • 45af23d9a6 Update test. Egor Pugin 2024-11-22 04:39:42 +0300
  • bb774797ce Rename CLIST_ITERATOR to ITERATOR and CLIST_LINK to LINK, so they can be accessed as CLIST::ITERATOR etc. Egor Pugin 2024-11-22 04:39:32 +0300
  • dad0fefc11 Make simple classes simpler. Egor Pugin 2024-11-22 03:49:58 +0300
  • 5adf0c8ab3 Use real CLASSNAME type for list. Update sorting callback signatures. Egor Pugin 2024-11-22 03:49:40 +0300
  • 3088d2eecc Make CLIST templated. Move member methods inside the class. Move helper classes (CLIST_LINK and CLIST_ITERATOR inside the list class). Egor Pugin 2024-11-22 03:38:07 +0300
  • 1a8a0a3bdc Make one-time comparator a lambda. Egor Pugin 2024-11-23 00:11:16 +0300
  • 264773872c Add missing <algorithm> header for std::sort(). Egor Pugin 2024-11-23 00:03:42 +0300
  • 32fee19447 Fix linear congruential random number generator Stefan Weil 2024-11-22 21:29:57 +0100
  • f1d1ce8bfa Fix linear congruential random number generator Stefan Weil 2024-11-22 21:29:57 +0100
  • da3561a561 Make lists classes again. Egor Pugin 2024-11-22 21:52:51 +0300
  • 5c78037bd3 Add missing library for pango_font_info_test Stefan Weil 2024-11-22 19:03:00 +0100
  • c3bf6a29ca Update sorting routines for lists. Egor Pugin 2024-11-22 19:10:18 +0300
  • 3129f1b695 list.h is now unnecessary and removed. Egor Pugin 2024-11-22 19:09:34 +0300
  • 32e7268d00 Update Makefile.am. Egor Pugin 2024-11-22 19:08:49 +0300
  • 1790557177 Fix msvc warning. Egor Pugin 2024-11-22 18:49:27 +0300
  • 34bbf961e5 Convert ELIST2 into template. Egor Pugin 2024-11-22 18:22:53 +0300
  • 36b804080f Convert ELIST into template. Egor Pugin 2024-11-22 17:54:40 +0300
  • d777e25d7b Fix warnings. Egor Pugin 2024-11-22 17:52:03 +0300
  • d7dc8b5878 Fix msvc warning. Egor Pugin 2024-11-22 17:38:34 +0300
  • 86c803ccb4 [sw] Fix build. Egor Pugin 2024-11-22 17:38:17 +0300
  • 9baa9c9e2c Update test. Egor Pugin 2024-11-22 04:39:42 +0300
  • 825d6d897a Rename CLIST_ITERATOR to ITERATOR and CLIST_LINK to LINK, so they can be accessed as CLIST::ITERATOR etc. Egor Pugin 2024-11-22 04:39:32 +0300
  • 3d7d3c39d2 Make simple classes simpler. Egor Pugin 2024-11-22 03:49:58 +0300
  • c6a769d50e Use real CLASSNAME type for list. Update sorting callback signatures. Egor Pugin 2024-11-22 03:49:40 +0300
  • df82c04cf1 Make CLIST templated. Move member methods inside the class. Move helper classes (CLIST_LINK and CLIST_ITERATOR inside the list class). Egor Pugin 2024-11-22 03:38:07 +0300
  • 93c95a1bf9 Change firm assertion and deletion pattern to conditional based on outcome of previous loop. This may fix the assertion issues seen in tesseract#4148 but is unclear if it will have downstream negative effects for the output Marc Reichman 2024-11-21 08:42:16 -0600
  • fddf3d97dc
    Merge d1eed6a821 into 43b8d743fc Karthick 2024-11-12 17:09:46 +0100
  • 43b8d743fc [sw] Update build. Egor Pugin 2024-11-11 13:22:49 +0300
  • 64eab6c457 Create new release 5.5.0 5.5.0 Stefan Weil 2024-11-10 20:18:39 +0100
  • d30f45fbfd Remove broken GitHub action msys2-4.1.1 Stefan Weil 2024-11-10 16:13:14 +0100
  • 1e8640a02e Fix CID 1534938 (COPY_INSTEAD_OF_MOVE) Stefan Weil 2024-11-10 11:22:49 +0100
  • 3fedc6cdfc Fix CID 1534939 (COPY_INSTEAD_OF_MOVE) Stefan Weil 2024-11-10 11:21:04 +0100
  • 02409f578a Fix CID 1534945 (COPY_INSTEAD_OF_MOVE) Stefan Weil 2024-11-10 11:19:34 +0100
  • e83f78020e Fix stringToOEM and stringToPSM Stefan Weil 2024-11-10 10:13:19 +0100
  • 49cbe2b47d Fix compiler warning for argument of getaddrinfo Stefan Weil 2024-10-27 07:09:32 +0100
  • cdb7ff90e4 Update submodule googletest to release v1.15.2 Stefan Weil 2024-11-08 20:30:36 +0100
  • 2a1ce80a42 Fix compilation of unittest/third_party/utf/rune.c Stefan Weil 2024-11-08 08:15:59 +0100
  • 16fc9d90a4 Add RISC-V V support (#4346) sunyuechi 2024-11-08 05:13:58 +0800
  • 407554ce60
    Fix typo in src/arch/intsimdmatrixrvv.cpp Stefan Weil 2024-11-07 22:09:25 +0100
  • 59978b20d0 Add RISC-V V support sunyuechi 2024-11-05 10:57:26 +0800
  • d7c0a05ffa Remove Tensorflow support Stefan Weil 2024-11-07 10:50:11 +0100
  • 1ac655a0d1 Remove Tensorflow support Stefan Weil 2024-11-07 10:50:11 +0100
  • daaa902a5e Update documentation on history of development Stefan Weil 2024-11-07 11:39:00 +0100
  • d1b89204ec
    Update README.md: Remove CI badges Amit D. 2024-11-07 10:22:08 +0200
  • e3ac3fce2d Run GitHub action sw less often Stefan Weil 2024-11-07 08:57:41 +0100
  • d2f311bf7c Get the right compiler DLL files for the Windows installer Stefan Weil 2024-11-06 18:04:48 +0100
  • 4bd94c6147 Make sure that required packages are installed for build of Windows installer Stefan Weil 2024-11-06 15:15:03 +0100
  • 708621a2ab Remove unneeded pkg-config-crosswrapper Stefan Weil 2024-11-04 20:34:25 +0100
  • 3ec34f1755 Don't install tesseract.exe twice in Tesseract installer for Windows Stefan Weil 2024-11-04 19:19:04 +0100
  • 914a9589aa Reduce size of Tesseract installer for Windows Stefan Weil 2024-11-04 19:04:31 +0100
  • 709dbc6128 Get the right compiler DLL files for the Windows installer Stefan Weil 2024-11-06 18:04:48 +0100
  • d42a846ad6 Make sure that required packages are installed for build of Windows installer Stefan Weil 2024-11-06 15:15:03 +0100
  • aac3c7ea51 Remove unneeded pkg-config-crosswrapper Stefan Weil 2024-11-04 20:34:25 +0100
  • 251f8b3133 Don't install tesseract.exe twice in Tesseract installer for Windows Stefan Weil 2024-11-04 19:19:04 +0100
  • 097110ff23 Reduce size of Tesseract installer for Windows Stefan Weil 2024-11-04 19:04:31 +0100
  • eed339b3ba Replace some tprintf by tesserr stream (fixes Windows compiler warnings) Stefan Weil 2024-11-03 10:19:13 +0100
  • ed5bae727a Replace some tprintf by tesserr stream (fixes Windows compiler warnings) Stefan Weil 2024-11-03 10:19:13 +0100
  • 60ed299550 Make downloads with curl silent in build process Stefan Weil 2024-11-02 07:32:47 +0100
  • b7c7540bd7 Fix download of jar files for scrollview Stefan Weil 2024-11-02 07:17:46 +0100
  • e8a9a56f9f Support symbolic values for --oem and --psm options Stefan Weil 2024-11-01 23:01:57 +0100
  • 827a4e7c7f Add Python script which finds Windows dependencies Stefan Weil 2024-10-31 22:32:42 +0100
  • d0d43dfbce Update NSIS installer Stefan Weil 2019-03-16 22:42:34 +0100
  • b7c5996248 Update installer for Windows Regina Retter 2018-03-17 23:02:10 +0100
  • c886e3b639 Update NSIS configuration Stefan Weil 2015-12-03 22:30:04 +0100
  • 678e427d8b add NSIS script for Windows installer zdenop@gmail.com 2012-12-27 19:53:43 +0000
  • a3b4d9afb4 Support symbolic values for --oem and --psm options Stefan Weil 2024-11-01 23:01:57 +0100
  • 5ffa40bf37 Add Python script which finds Windows dependencies Stefan Weil 2024-10-31 22:32:42 +0100
  • 92cc2340e7 Update NSIS installer Stefan Weil 2019-03-16 22:42:34 +0100
  • f5b99245e7 Update installer for Windows Regina Retter 2018-03-17 23:02:10 +0100