1. 25 Apr, 2017 1 commit
  2. 22 Jun, 2016 1 commit
  3. 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
  4. 19 Mar, 2016 1 commit
  5. 12 Dec, 2015 1 commit
  6. 19 Apr, 2015 1 commit
  7. 13 Mar, 2015 1 commit
  8. 10 Feb, 2015 1 commit
  9. 30 Sep, 2014 1 commit
  10. 07 May, 2014 1 commit
  11. 29 Jan, 2014 1 commit
  12. 24 Jan, 2014 1 commit
  13. 21 Jan, 2014 1 commit
  14. 18 Nov, 2013 1 commit
  15. 25 Oct, 2013 2 commits
  16. 15 Oct, 2013 1 commit
  17. 09 Oct, 2013 2 commits
  18. 04 Aug, 2013 1 commit
    • Philippe FOUBERT's avatar
      Solve the problem seen when using recent versions of CMake (such as 2.8.11):… · ebd413c6
      Philippe FOUBERT authored
      Solve the problem seen when using recent versions of CMake (such as 2.8.11): OpenCVConfig.cmake violates the policy CMP0004.
      
      Symptoms:
      CMake Error at CMakeLists.txt:10 (add_executable):
      Target "my_app" links to item "C:/Program Files " which has leading
      or trailing whitespace. This is now an error according to policy CMP0004.
      
      This problem occurs when building on Windows when we depend on libraries located (for example) in "C:\Program Files (x86)..."
      ebd413c6
  19. 27 May, 2013 1 commit
  20. 27 Feb, 2013 1 commit
  21. 08 Oct, 2012 1 commit
  22. 20 Aug, 2012 1 commit
  23. 28 Jun, 2012 1 commit
  24. 27 Jun, 2012 2 commits
  25. 18 May, 2012 1 commit
  26. 02 May, 2012 1 commit
  27. 28 Mar, 2012 1 commit
  28. 11 Mar, 2012 1 commit
  29. 27 Feb, 2012 1 commit
  30. 19 Feb, 2012 1 commit
  31. 16 Feb, 2012 1 commit
  32. 09 Feb, 2012 1 commit
  33. 06 Feb, 2012 1 commit
  34. 03 Feb, 2012 1 commit
    • Andrey Kamaev's avatar
      Global CMake reorganization: · 984eb994
      Andrey Kamaev authored
       [~] Automatically tracked dependencies between modules
       [+] Support for optional module dependencies
       [+] Options to choose modules to build
       [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
       [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
       [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
      984eb994