1. 21 5月, 2018 1 次提交
  2. 03 5月, 2018 1 次提交
  3. 25 4月, 2018 1 次提交
  4. 22 4月, 2018 1 次提交
  5. 14 3月, 2018 1 次提交
    • S
      Use POSIX data types and macros (#878) · 023e1b34
      Stefan Weil 提交于
      * api: Replace Tesseract data types by POSIX data types
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * ccmain: Replace Tesseract data types by POSIX data types
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * ccstruct: Replace Tesseract data types by POSIX data types
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * classify: Replace Tesseract data types by POSIX data types
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * cutil: Replace Tesseract data types by POSIX data types
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * dict: Replace Tesseract data types by POSIX data types
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * textord: Replace Tesseract data types by POSIX data types
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * training: Replace Tesseract data types by POSIX data types
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * wordrec: Replace Tesseract data types by POSIX data types
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * ccutil: Replace Tesseract data types by POSIX data types
      
      Now all Tesseract data types which are no longer needed can be removed
      from ccutil/host.h.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * ccmain: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * ccstruct: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * classify: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * dict: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * lstm: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * textord: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * wordrec: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * ccutil: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX
      
      Remove the macros which are now unused from ccutil/host.h.
      Remove also the obsolete history comments.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * Fix build error caused by ambiguous ClipToRange
      
      Error message vom Appveyor CI:
      
          C:\projects\tesseract\ccstruct\coutln.cpp(818): error C2672: 'ClipToRange': no matching overloaded function found [C:\projects\tesseract\build\libtesseract.vcxproj]
          C:\projects\tesseract\ccstruct\coutln.cpp(818): error C2782: 'T ClipToRange(const T &,const T &,const T &)': template parameter 'T' is ambiguous [C:\projects\tesseract\build\libtesseract.vcxproj]
            c:\projects\tesseract\ccutil\helpers.h(122): note: see declaration of 'ClipToRange'
            C:\projects\tesseract\ccstruct\coutln.cpp(818): note: could be 'char'
            C:\projects\tesseract\ccstruct\coutln.cpp(818): note: or       'int'
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * unittest: Replace Tesseract's MAX_INT8 by POSIX INT8_MAX
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      
      * arch: Replace Tesseract's MAX_INT8 by POSIX INT8_MAX
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      023e1b34
  6. 05 2月, 2014 1 次提交
  7. 10 1月, 2014 1 次提交
  8. 23 9月, 2013 1 次提交
  9. 09 7月, 2013 1 次提交
  10. 19 3月, 2011 1 次提交
  11. 24 11月, 2010 1 次提交
  12. 30 9月, 2010 1 次提交
  13. 22 7月, 2010 1 次提交
  14. 21 7月, 2010 1 次提交
  15. 28 6月, 2010 1 次提交
  16. 27 6月, 2010 1 次提交
  17. 28 5月, 2010 1 次提交
  18. 11 7月, 2009 1 次提交
  19. 22 4月, 2008 1 次提交
  20. 01 2月, 2008 1 次提交
  21. 18 7月, 2007 1 次提交
  22. 08 3月, 2007 1 次提交