1. 31 Jan, 2017 1 commit
  2. 06 Dec, 2016 1 commit
  3. 15 Oct, 2016 1 commit
  4. 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
  5. 12 Dec, 2015 1 commit
  6. 03 Jun, 2015 1 commit
  7. 06 Mar, 2015 1 commit
  8. 05 Mar, 2015 1 commit
  9. 23 Dec, 2014 1 commit
  10. 12 Dec, 2014 1 commit
  11. 13 May, 2014 1 commit
  12. 07 May, 2014 1 commit
  13. 29 Apr, 2014 1 commit
  14. 11 Apr, 2014 1 commit
  15. 09 Apr, 2014 1 commit
  16. 08 Apr, 2014 3 commits
  17. 07 Apr, 2014 3 commits
  18. 03 Apr, 2014 1 commit
  19. 17 Feb, 2014 1 commit
  20. 21 Aug, 2013 3 commits
  21. 06 Aug, 2013 1 commit
  22. 08 Oct, 2012 1 commit
  23. 18 May, 2012 1 commit
  24. 14 May, 2012 1 commit
  25. 13 Apr, 2012 1 commit
  26. 07 Apr, 2012 1 commit
  27. 28 Mar, 2012 1 commit
  28. 03 Jan, 2012 1 commit
  29. 11 Aug, 2011 2 commits
  30. 03 Jan, 2011 1 commit
  31. 31 Dec, 2010 1 commit
    • Vladimir Dudnik's avatar
      added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake… · 767af0f2
      Vladimir Dudnik authored
      added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places.
      The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only)
      
      Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance.
      
      767af0f2