1. 21 Jun, 2017 1 commit
  2. 20 Jun, 2017 1 commit
  3. 11 Jun, 2017 1 commit
  4. 08 Jun, 2017 1 commit
  5. 06 Jun, 2017 1 commit
  6. 27 Apr, 2017 1 commit
  7. 26 Apr, 2017 2 commits
  8. 25 Apr, 2017 1 commit
  9. 20 Apr, 2017 1 commit
  10. 18 Apr, 2017 1 commit
  11. 12 Apr, 2017 1 commit
    • Alexander Alekhin's avatar
      cmake: fix optimization filter · c90dee66
      Alexander Alekhin authored
      Check file name only:
          Excluding from source files list (optimization is disabled):
          C:/Code/SrcExt/OpenCV/Buildv3.2_x64/modules/core/opencl_kernels_core.cpp
      c90dee66
  12. 11 Apr, 2017 1 commit
  13. 10 Apr, 2017 1 commit
  14. 04 Apr, 2017 2 commits
  15. 31 Mar, 2017 1 commit
  16. 30 Mar, 2017 1 commit
    • Alexander Alekhin's avatar
      cmake: update ocv_download · a7de4aca
      Alexander Alekhin authored
      - more aggressive cache for files under CMAKE_BINARY_CACHE
        * don't re-read files MD5
        * don't repack archives
      - add support for ENV{OPENCV_DOWNLOAD_PATH}
      - added ID parameter as project/group identifier
      - non-flat .cache directory (based on ID)
      - download message prefix based on ID
      - more detailed logging via ocv_download_log() macro
      - force .gitignore file for .cache folder (with '*' pattern)
      a7de4aca
  17. 24 Mar, 2017 2 commits
  18. 23 Mar, 2017 3 commits
  19. 22 Mar, 2017 1 commit
  20. 09 Mar, 2017 1 commit
  21. 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
  22. 15 Feb, 2017 1 commit
  23. 13 Feb, 2017 1 commit
  24. 31 Jan, 2017 2 commits
  25. 23 Jan, 2017 4 commits
  26. 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
  27. 19 Jan, 2017 1 commit
  28. 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
  29. 13 Jan, 2017 1 commit
  30. 11 Jan, 2017 1 commit
  31. 23 Dec, 2016 1 commit