1. 10 10月, 2018 1 次提交
  2. 03 10月, 2018 1 次提交
    • R
      Fix CMake for clang-cl · ffaf5834
      Reid Kleckner 提交于
      Avoids passing -Wall, which will enable literally every warning in
      Clang. Avoids passing -ffunction-sections etc to clang-cl, which each
      generate warnings.
      ffaf5834
  3. 17 9月, 2018 1 次提交
  4. 13 9月, 2018 2 次提交
    • M
      Removed unnecessary build-time MediaSDK detection · 78c500e9
      Maksim Shabunin 提交于
      78c500e9
    • K
      Check for clang before using -isystem · a4f53988
      Khem Raj 提交于
      When cross compiling with clang, the internal C++ headers are not found
      when adding sysroot to -isystem, that is redundant anyway because it
      will look for headers insider --sysroot path with same quality as it
      would do with -isystem otherwise
      
      Fixes errors like
      
      FAILED: 3rdparty/openexr/CMakeFiles/IlmImf.dir/Iex/IexBaseExc.cpp.o
      ....
      In file included from
      TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/git/3rdparty/openexr/Iex/IexBaseExc.cpp:43:
      In file included from
      TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/git/3rdparty/openexr/Iex/IexBaseExc.h:48:
      In file included from
      TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/recipe-sysroot/usr/lib//arm-bec-linux-musleabi/8.2.0/../../../include/c++/8.2.0/string:52:
      In file included from
      TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/recipe-sysroot/usr/lib//arm-bec-linux-musleabi/8.2.0/../../../include/c++/8.2.0/bits/basic_string.h:6391:
      In file included from
      TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/recipe-sysroot/usr/lib//arm-bec-linux-musleabi/8.2.0/../../../include/c++/8.2.0/ext/string_conversions.h:41:
      TOPDIR/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/opencv/3.4.3+gitAUTOINC+b38c50b3_1f6d6f0626_bdb7bb85f3_34e4206aef_fccf7cd6a4-r0/recipe-sysroot/usr/lib//arm-bec-linux-musleabi/8.2.0/../../../include/c++/8.2.0/cstdlib:75:15:
      fatal error: 'stdlib.h' file not found
                    ^~~~~~~~~~
      1 error generated.
      Signed-off-by: NKhem Raj <raj.khem@gmail.com>
      a4f53988
  5. 10 9月, 2018 2 次提交
  6. 06 9月, 2018 1 次提交
    • V
      Merge pull request #12437 from vpisarev:avx2_fixes · 54279523
      Vadim Pisarevsky 提交于
      * trying to fix the custom AVX2 builder test failures (false alarms)
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * seemingly disabled false alarm warning in surf.cpp; increased tolerance thresholds in the tests for SolvePnP and in DNN/ENet
      54279523
  7. 30 8月, 2018 1 次提交
  8. 28 8月, 2018 1 次提交
  9. 14 8月, 2018 1 次提交
  10. 10 8月, 2018 1 次提交
  11. 03 8月, 2018 1 次提交
  12. 01 8月, 2018 3 次提交
  13. 31 7月, 2018 2 次提交
  14. 26 7月, 2018 1 次提交
  15. 24 7月, 2018 1 次提交
  16. 17 7月, 2018 1 次提交
  17. 16 7月, 2018 1 次提交
  18. 12 7月, 2018 1 次提交
  19. 02 7月, 2018 1 次提交
  20. 07 6月, 2018 1 次提交
  21. 03 6月, 2018 1 次提交
  22. 31 5月, 2018 2 次提交
  23. 22 5月, 2018 2 次提交
  24. 21 5月, 2018 1 次提交
  25. 11 5月, 2018 2 次提交
  26. 02 5月, 2018 1 次提交
  27. 28 4月, 2018 1 次提交
  28. 26 4月, 2018 3 次提交
  29. 24 4月, 2018 2 次提交