1. 30 12月, 2021 1 次提交
  2. 29 12月, 2021 2 次提交
  3. 26 12月, 2021 1 次提交
    • S
      highgui: Fix unresolved OpenGL functions for Qt backend · ab181ac3
      Stefan Brüns 提交于
      The Qt backend directly calls some OpenGL functions (glClear, glHint,
      glViewport), but since OCV 4.5.5 the GL libraries are no longer part
      of the global extra dependencies. When linking with "-Wl,--no-undefined"
      this causes linker errors:
      
      `opencv-4.5.5/modules/highgui/src/window_QT.cpp:3307: undefined reference to `glClear'`
      
      Fixes: #21346
      Related issues: #21299
      ab181ac3
  4. 25 12月, 2021 4 次提交
  5. 24 12月, 2021 7 次提交
  6. 23 12月, 2021 8 次提交
  7. 22 12月, 2021 4 次提交
    • A
      fix 4.x links · c78a8dfd
      Alexander Alekhin 提交于
      c78a8dfd
    • A
      fix 3.4 links · b1a57c4c
      Alexander Alekhin 提交于
      b1a57c4c
    • D
      Merge pull request #21114 from dwardor:patch-1 · 54c18009
      dwardor 提交于
      * Fix compile against lapack-3.10.0
      
      Fix compilation against lapack >= 3.9.1 and 3.10.0 while not breaking older versions
      
      OpenCVFindLAPACK.cmake & CMakeLists.txt: determine OPENCV_USE_LAPACK_PREFIX from LAPACK_VERSION
      
      hal_internal.cpp : Only apply LAPACK_FUNC to functions whose number of inputs depends on LAPACK_FORTRAN_STR_LEN in lapack >= 3.9.1
      
      lapack_check.cpp : remove LAPACK_FUNC which is not OK as function are not used with input parameters (so lapack.h preprocessing of "LAPACK_xxxx(...)" is not applicable with lapack >= 3.9.1
      If not removed lapack_check fails so LAPACK is deactivated in build (not want we want)
      
      use OCV_ prefix and don't use Global, instead generate OCV_LAPACK_FUNC depending on CMake Conditions
      
      Remove CONFIG from find_package(LAPACK) and use LAPACK_GLOBAL and LAPACK_NAME to figure out if using netlib's reference LAPACK implementation and how to #define OCV_LAPACK_FUNC(f)
      
      * Fix typos and grammar in comments
      54c18009
    • A
      cmake: force lowercase plugins internal names · c80b2706
      Alexander Alekhin 提交于
      c80b2706
  8. 21 12月, 2021 4 次提交
  9. 20 12月, 2021 2 次提交
  10. 18 12月, 2021 2 次提交
  11. 17 12月, 2021 5 次提交