1. 09 Mar, 2017 1 commit
  2. 06 Mar, 2017 1 commit
    • Sergey's avatar
      Updated OpenCVFindMKL.cmake · f743c82b
      Sergey authored
      Current version of search for MLKROOT environment variable is wrong and should be corrected to (DEFINED ENV{MKLROOT})
      f743c82b
  3. 15 Feb, 2017 1 commit
  4. 13 Feb, 2017 1 commit
  5. 31 Jan, 2017 2 commits
  6. 23 Jan, 2017 4 commits
  7. 20 Jan, 2017 1 commit
    • Dal Rupnik's avatar
      Merge pull request #8009 from Legoless:master · e71ff78f
      Dal Rupnik authored
      CMake: Building Dynamic Framework on iOS (#8009)
      
      * Updated python script with dynamic parameter
      
      Updated python script to build static library by default
      
      Updated python script to include bitcode flag
      
      Added bitcode flag to c flags
      
      Fixed directories and targets with static
      
      Bitcode parameter fixed
      
      Fixed script for static library
      
      Fixed parameters in build function
      
      Updated cmake common toolchain
      
      Added changes to OpenCV Utils
      
      Updates to cmake
      
      Added cache internal
      
      Updates to common toolchain
      
      Fixed path in framework destination and added UIKit dependency
      
      Dynamic plist for framework
      
      Lib version removed hardcoded value
      
      Removed trailing whitespace in toolchain
      
      * Removed trailing whitespace
      
      * Fixed typo in comment
      
      * Renamed bitcode variable to bitcodedisabled
      
      * Fixed target device family
      e71ff78f
  8. 19 Jan, 2017 1 commit
  9. 17 Jan, 2017 1 commit
    • Alexander Alekhin's avatar
      cmake: fix lapack · 2b44c0b6
      Alexander Alekhin authored
      - added compile check with multiple tries for different configurations
      - restored find_package(LAPACK)
      - avoided modification of OPENCV_LINKER_LIBS
      2b44c0b6
  10. 13 Jan, 2017 1 commit
  11. 11 Jan, 2017 1 commit
  12. 23 Dec, 2016 1 commit
  13. 22 Dec, 2016 1 commit
  14. 19 Dec, 2016 2 commits
  15. 18 Dec, 2016 1 commit
    • Sergiu Deitsch's avatar
      cmake: support OPTIONAL_COMPONENTS in OpenCVConfig.cmake · d71ec0cd
      Sergiu Deitsch authored
      find_package allows to specify optional components. This way, the
      command will not fail if any of the components marked as optional was
      not found. This is useful in cases where components such as xfeatures2d,
      viz etc. are not available either because they were not compiled by the
      user or package maintainers decided to not provide the packages at all.
      
      The user can check the availability of the optional component using the
      OpenCV_<component>_FOUND variable.
      d71ec0cd
  16. 16 Dec, 2016 1 commit
  17. 15 Dec, 2016 8 commits
  18. 10 Dec, 2016 1 commit
  19. 06 Dec, 2016 4 commits
  20. 04 Dec, 2016 1 commit
  21. 01 Dec, 2016 3 commits
  22. 29 Nov, 2016 1 commit
  23. 27 Nov, 2016 1 commit