1. 30 Sep, 2014 1 commit
  2. 07 May, 2014 1 commit
  3. 29 Jan, 2014 1 commit
  4. 21 Jan, 2014 1 commit
  5. 18 Nov, 2013 1 commit
  6. 25 Oct, 2013 2 commits
  7. 15 Oct, 2013 1 commit
  8. 09 Oct, 2013 2 commits
  9. 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
  10. 27 May, 2013 1 commit
  11. 27 Feb, 2013 1 commit
  12. 08 Oct, 2012 1 commit
  13. 20 Aug, 2012 1 commit
  14. 28 Jun, 2012 1 commit
  15. 27 Jun, 2012 2 commits
  16. 18 May, 2012 1 commit
  17. 02 May, 2012 1 commit
  18. 28 Mar, 2012 1 commit
  19. 11 Mar, 2012 1 commit
  20. 27 Feb, 2012 1 commit
  21. 19 Feb, 2012 1 commit
  22. 16 Feb, 2012 1 commit
  23. 09 Feb, 2012 1 commit
  24. 06 Feb, 2012 1 commit
  25. 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