1. 12 Dec, 2018 1 commit
  2. 07 Dec, 2018 1 commit
  3. 16 Nov, 2018 1 commit
  4. 01 Nov, 2018 1 commit
  5. 23 Oct, 2018 1 commit
  6. 11 Oct, 2018 1 commit
  7. 19 Sep, 2018 1 commit
  8. 17 Sep, 2018 1 commit
  9. 13 Sep, 2018 1 commit
    • 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
  10. 02 Jul, 2018 1 commit
  11. 28 Apr, 2018 1 commit
  12. 19 Apr, 2018 1 commit
  13. 09 Apr, 2018 1 commit
  14. 05 Apr, 2018 1 commit
  15. 28 Mar, 2018 1 commit
  16. 27 Mar, 2018 1 commit
  17. 06 Mar, 2018 2 commits
  18. 15 Feb, 2018 1 commit
  19. 12 Feb, 2018 1 commit
  20. 03 Feb, 2018 1 commit
  21. 01 Feb, 2018 1 commit
  22. 18 Jan, 2018 1 commit
    • Maksim Shabunin's avatar
      Merge pull request #10621 from mshabunin:disable-docs · 1b0ff575
      Maksim Shabunin authored
      Documentation generation refactoring (#10621)
      
      * Documentation build updates:
      
      - disable documentation by default, do not add to ALL target
      - combine Doxygen and Javadoc
      - optimize Doxygen html
      
      * javadoc: fix path in build directory
      
      * cmake: fix "Documentation" status line
      1b0ff575
  23. 13 Jan, 2018 1 commit
  24. 08 Jan, 2018 1 commit
  25. 05 Jan, 2018 1 commit
  26. 02 Jan, 2018 1 commit
  27. 01 Jan, 2018 1 commit
  28. 30 Dec, 2017 1 commit
  29. 15 Dec, 2017 1 commit
  30. 17 Nov, 2017 1 commit
  31. 15 Nov, 2017 1 commit
  32. 08 Nov, 2017 1 commit
  33. 19 Oct, 2017 1 commit
  34. 04 Sep, 2017 1 commit
    • Alexander Alekhin's avatar
      fix CUDA build · 164a41b3
      Alexander Alekhin authored
      CUDA implementation wants to convert std::vector<KeyPoint> <-> GpuMat.
      There is no direct mapping from KeyPoint (mix of int/float fields)
      into cv::Mat element type, so this conversion must be avoided.
      
      Legacy mode is turned back for CUDA builds.
      164a41b3
  35. 22 Aug, 2017 1 commit
  36. 20 Aug, 2017 1 commit
  37. 19 Aug, 2017 1 commit
  38. 26 Jul, 2017 1 commit
  39. 25 Jul, 2017 1 commit