1. 08 8月, 2014 1 次提交
  2. 30 6月, 2014 1 次提交
    • M
      Build both Python 2 and Python 3 bindings · cac1218e
      Michael Pratt 提交于
      If both Python 2 and Python 3 are found, then build bindings for both of
      them during the build process.  Currently, one version of Python is
      detected automatically, and building for the other requires changes the
      CMake config.
      
      The largest chunk of this change generalizes OpenCVDetectPython.cmake to
      find both a Python 2 and Python 3 version of Python.  Secondly, the
      opencv_python module is split into two modules, opencv_python2 and
      opencv_python3.  Both are built from the same source. but for different
      versions of Python.
      cac1218e
  3. 22 1月, 2014 1 次提交
  4. 21 1月, 2014 2 次提交
  5. 10 1月, 2014 1 次提交
  6. 23 10月, 2013 1 次提交
  7. 09 10月, 2013 1 次提交
  8. 12 9月, 2013 1 次提交
    • A
      Added plantuml extension · 5b2d5575
      antonella 提交于
      Aligned strings in CMakeList
      
      Modified the check on plantuml extension
      
      Some fixes
      
      Moved find_host_program for plantuml script
      5b2d5575
  9. 23 8月, 2013 4 次提交
  10. 06 8月, 2013 1 次提交
  11. 03 8月, 2013 1 次提交
    • A
      Update OpenCVDetectPython.cmake · afd7429c
      Alexander Shishkov 提交于
      On my MacOS the output of the sphinx-build binary is the following:
      
      Error: Insufficient arguments.
      
      Sphinx v1.2b1
      Usage: /usr/local/bin/sphinx-build [options] sourcedir outdir [filenames...]
      
      ...
      
      I have installed sphinx, but without this change HAVE_SPHINX==0 for me, so I can't build docs.
      afd7429c
  12. 14 6月, 2013 1 次提交
  13. 17 4月, 2013 1 次提交
  14. 12 4月, 2013 1 次提交
  15. 28 2月, 2013 1 次提交
  16. 17 10月, 2012 2 次提交
  17. 09 10月, 2012 1 次提交
  18. 29 6月, 2012 1 次提交
  19. 25 6月, 2012 1 次提交
  20. 30 5月, 2012 1 次提交
  21. 21 5月, 2012 1 次提交
  22. 18 5月, 2012 3 次提交
  23. 14 5月, 2012 1 次提交
  24. 30 4月, 2012 1 次提交
  25. 20 4月, 2012 1 次提交
  26. 16 4月, 2012 1 次提交
  27. 14 4月, 2012 1 次提交
  28. 09 4月, 2012 1 次提交
  29. 28 3月, 2012 1 次提交
  30. 03 3月, 2012 1 次提交
  31. 02 3月, 2012 1 次提交
  32. 03 2月, 2012 1 次提交
    • A
      Global CMake reorganization: · 984eb994
      Andrey Kamaev 提交于
       [~] 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