1. 06 Dec, 2016 1 commit
  2. 20 Jun, 2016 1 commit
    • Alexander Alekhin's avatar
      cmake: refactoring of OpenCVConfig · c6c65121
      Alexander Alekhin authored
      - removed OpenCV_LIB_DIR* vars (they are broken and not required anymore)
      - OpenCVConfig.cmake doesn't contain ANDROID/CUDA code if there is no such support
      - removed OpenCV2_INCLUDE_DIRS_CONFIGCMAKE, merged into OpenCV_INCLUDE_DIRS_CONFIGCMAKE
      - fix hard-coded relative paths for OpenCV_INSTALL_PATH
      - removed OpenCV_TBB_ARCH
      - switch OpenCVConfig.cmake into 2-level mode for Android SDK
      c6c65121
  3. 06 Apr, 2016 1 commit
    • qiao's avatar
      fix OpenCV_CONFIG_PATH get null value after CMake 2.8.11 · a7fe73f2
      qiao authored
      syntax of cmake "get_filename_component" changed after version 2.8.11
      
      for cmake version < 2.8.11
        get_filename_component(<VAR> <FileName> PATH [CACHE])
      
      for cmake version >= 2.8.11
        get_filename_component(<VAR> <FileName> DIRECTORY [CACHE])
      
      Update OpenCVConfig.cmake
      
      Update OpenCVConfig.cmake.in
      a7fe73f2
  4. 02 May, 2015 2 commits
  5. 30 Mar, 2015 4 commits
  6. 24 Mar, 2015 1 commit
  7. 07 Mar, 2015 2 commits
    • Alexander Nitsch's avatar
      Fix MinGW detection on x86 · 13694c8a
      Alexander Nitsch authored
      Make detection of x64 using the gcc's target triplet identical
      to the one used in cmake/OpenCVDetectCXXCompiler.cmake.
      Otherwise, MinGW-w64 setups will always be treated as x64 since
      they contain "w64" as vendor key.
      13694c8a
    • Alexander Nitsch's avatar
      Fix MinGW architecture detection · dde7c22f
      Alexander Nitsch authored
      Fix typo that would always lead to detection of x86 for MinGW
      builds in the OpenCVConfig.cmake file.
      dde7c22f
  8. 02 Mar, 2015 1 commit
    • Maxim Kostin's avatar
      Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 · cdd23440
      Maxim Kostin authored
      - Substituted HAVE_WINRT with WINRT
      - Fixed compilation issues in ocl.cpp and parallel.cpp
      - Fixed compiler issue for WP8: "C2678: binary '+' : no operator found which takes a left-hand - Fixed gitignore
      - Added #ifdef HAVE_OPENCL to remove compiler warnings in ocl.cpp
      - Used NO_GETENV similar to '3rdparty\libjpeg\jmemmgr.c;
      - Added ole32.lib for core module (for WindowsStore 8.0 builds)
      - Made OpenCV_ARCH aware of ARM
      Signed-off-by: 's avatarMaxim Kostin <v-maxkos@microsoft.com>
      cdd23440
  9. 17 Nov, 2014 1 commit
  10. 14 Jul, 2014 1 commit
  11. 18 Nov, 2013 1 commit
  12. 09 Oct, 2013 3 commits
  13. 21 Aug, 2013 1 commit
  14. 08 Aug, 2013 2 commits
  15. 23 Oct, 2012 1 commit
  16. 02 Jul, 2012 2 commits
  17. 28 Jun, 2012 2 commits
  18. 20 Jun, 2012 1 commit
  19. 19 Jun, 2012 1 commit