1. 05 Oct, 2016 1 commit
  2. 18 Sep, 2016 1 commit
  3. 16 Sep, 2016 1 commit
  4. 07 Jul, 2016 1 commit
  5. 20 Jan, 2016 1 commit
  6. 17 Dec, 2015 1 commit
  7. 26 Aug, 2015 1 commit
  8. 21 Jul, 2015 1 commit
  9. 17 Jul, 2015 1 commit
  10. 10 Apr, 2015 1 commit
    • yanlend's avatar
      Fix win32 search for same bitness executable · 443b3157
      yanlend authored
      find_package(PythonInterp) calls find_program(PYTHON_EXECUTABLE), i.e. without version number. For the Win32-search before to be effective, the same variable has to be used.
      443b3157
  11. 27 Mar, 2015 1 commit
  12. 06 Mar, 2015 2 commits
  13. 05 Mar, 2015 1 commit
  14. 26 Dec, 2014 1 commit
  15. 12 Sep, 2014 1 commit
  16. 08 Sep, 2014 1 commit
    • Maksim Shabunin's avatar
      Fixed java tests build · b3bae170
      Maksim Shabunin authored
      - disabled xfeature2d dependency for java wrappers
      - fixed java wrappers build after cmake rerun
      - disabled opencv_ml tests temporarily
      - fixed Imgproc usage in java tests
      b3bae170
  17. 04 Sep, 2014 1 commit
  18. 08 Aug, 2014 1 commit
  19. 30 Jun, 2014 1 commit
    • Michael Pratt's avatar
      Build both Python 2 and Python 3 bindings · cac1218e
      Michael Pratt authored
      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
  20. 22 Jan, 2014 1 commit
  21. 21 Jan, 2014 2 commits
  22. 10 Jan, 2014 1 commit
  23. 22 Oct, 2013 1 commit
  24. 09 Oct, 2013 1 commit
  25. 12 Sep, 2013 1 commit
    • antonella's avatar
      Added plantuml extension · 5b2d5575
      antonella authored
      Aligned strings in CMakeList
      
      Modified the check on plantuml extension
      
      Some fixes
      
      Moved find_host_program for plantuml script
      5b2d5575
  26. 23 Aug, 2013 4 commits
  27. 06 Aug, 2013 1 commit
  28. 02 Aug, 2013 1 commit
    • Alexander Shishkov's avatar
      Update OpenCVDetectPython.cmake · afd7429c
      Alexander Shishkov authored
      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
  29. 14 Jun, 2013 1 commit
  30. 17 Apr, 2013 1 commit
  31. 12 Apr, 2013 1 commit
  32. 28 Feb, 2013 1 commit
  33. 17 Oct, 2012 2 commits
  34. 08 Oct, 2012 1 commit