1. 06 Apr, 2018 1 commit
  2. 27 Mar, 2018 1 commit
  3. 03 Feb, 2018 2 commits
  4. 10 Oct, 2017 1 commit
  5. 28 Sep, 2017 1 commit
    • bradford barr's avatar
      TBB Debug Release · a56d7592
      bradford barr authored
      OpenCV fails to detect tbb on a debug build if the platform has only installed
      debug libraries.  This PR adds an additional check to the tbb detect logic for
      systems that only install tbb debug and not both tbb debug and release.
      a56d7592
  6. 24 Mar, 2017 1 commit
  7. 01 Dec, 2016 1 commit
  8. 23 Dec, 2015 2 commits
  9. 04 Dec, 2015 1 commit
  10. 25 Apr, 2015 1 commit
  11. 28 Apr, 2014 1 commit
  12. 06 Feb, 2013 1 commit
  13. 30 Jan, 2013 1 commit
  14. 12 Oct, 2012 1 commit
  15. 06 Sep, 2012 1 commit
  16. 23 Aug, 2012 1 commit
  17. 28 Jun, 2012 1 commit
  18. 19 Jun, 2012 1 commit
  19. 15 Jun, 2012 1 commit
  20. 09 Jun, 2012 1 commit
  21. 08 Jun, 2012 1 commit
  22. 13 Apr, 2012 1 commit
  23. 09 Apr, 2012 3 commits
  24. 03 Mar, 2012 1 commit
  25. 27 Feb, 2012 1 commit
  26. 24 Feb, 2012 1 commit
  27. 06 Feb, 2012 1 commit
  28. 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