1. 07 Dec, 2018 2 commits
  2. 28 Nov, 2018 1 commit
  3. 20 Nov, 2018 1 commit
    • Sayed Adel's avatar
      core: several improves and fixes on ppc64le infrastructure · 474a0dac
      Sayed Adel authored
        - add infrastructure support for Power9/VSX3
        - fix missing VSX flags on GCC4.9 and CLANG4(#13210, #13222)
        - fix disable VSX optimzation on GCC by using flag ENABLE_VSX
        - flag ENABLE_VSX is deprecated now, use CPU_BASELINE, CPU_DISPATCH instead
        - add VSX3 to arithmetic dispatchable flags
      474a0dac
  4. 19 Nov, 2018 1 commit
  5. 16 Nov, 2018 2 commits
  6. 15 Nov, 2018 2 commits
  7. 12 Nov, 2018 1 commit
  8. 01 Nov, 2018 2 commits
  9. 31 Oct, 2018 1 commit
  10. 24 Oct, 2018 2 commits
  11. 23 Oct, 2018 1 commit
  12. 21 Oct, 2018 1 commit
  13. 15 Oct, 2018 1 commit
  14. 11 Oct, 2018 1 commit
  15. 10 Oct, 2018 3 commits
  16. 08 Oct, 2018 1 commit
    • Alexander Alekhin's avatar
      Merge pull request #12725 from alalek:cmake_python_win32 · 913c4151
      Alexander Alekhin authored
      * cmake: don't ignore Python from PATH environment variable
      
      - this breaks selection between 32/64-bit Python
      - this breaks Anaconda/Conda environments
      - it is not the CMake default behavior, expected by many projects
      
      * cmake: add Python version check, fallback path on CMake 3.12+
      
      * cmake: drop Python 2.6, allow version selection for Python 3.x
      913c4151
  17. 04 Oct, 2018 1 commit
  18. 02 Oct, 2018 1 commit
    • Reid Kleckner's avatar
      Fix CMake for clang-cl · ffaf5834
      Reid Kleckner authored
      Avoids passing -Wall, which will enable literally every warning in
      Clang. Avoids passing -ffunction-sections etc to clang-cl, which each
      generate warnings.
      ffaf5834
  19. 17 Sep, 2018 1 commit
  20. 13 Sep, 2018 2 commits
    • Maksim Shabunin's avatar
      78c500e9
    • Khem Raj's avatar
      Check for clang before using -isystem · a4f53988
      Khem Raj authored
      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: 's avatarKhem Raj <raj.khem@gmail.com>
      a4f53988
  21. 10 Sep, 2018 1 commit
  22. 09 Sep, 2018 1 commit
  23. 06 Sep, 2018 1 commit
    • Vadim Pisarevsky's avatar
      Merge pull request #12437 from vpisarev:avx2_fixes · 54279523
      Vadim Pisarevsky authored
      * 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
  24. 30 Aug, 2018 1 commit
  25. 28 Aug, 2018 1 commit
  26. 14 Aug, 2018 1 commit
  27. 10 Aug, 2018 1 commit
  28. 03 Aug, 2018 1 commit
  29. 01 Aug, 2018 2 commits
  30. 31 Jul, 2018 2 commits