1. 31 Jul, 2017 1 commit
  2. 13 Dec, 2016 1 commit
  3. 09 Dec, 2016 1 commit
  4. 10 Nov, 2016 1 commit
  5. 16 Sep, 2016 1 commit
  6. 07 Apr, 2016 1 commit
  7. 14 Aug, 2015 1 commit
  8. 13 May, 2015 1 commit
  9. 13 Mar, 2015 1 commit
  10. 10 Mar, 2015 1 commit
  11. 12 Feb, 2015 1 commit
  12. 10 Feb, 2015 1 commit
  13. 30 Dec, 2014 1 commit
  14. 26 Dec, 2014 5 commits
  15. 01 Dec, 2014 8 commits
  16. 12 Nov, 2014 1 commit
  17. 23 Oct, 2014 1 commit
    • Maksim Shabunin's avatar
      Basic doxygen documentation support · 9b55c099
      Maksim Shabunin authored
      - updated existing Doxyfile.in
      - added corresponding cmake instructions
      - added some specific files (layout, icon)
      - clean existing doxygen warnings
      
      Conflicts:
      	CMakeLists.txt
      	doc/CMakeLists.txt
      	modules/core/include/opencv2/core.hpp
      	modules/core/include/opencv2/core/base.hpp
      	modules/core/include/opencv2/core/cuda.inl.hpp
      	modules/core/include/opencv2/core/mat.hpp
      	modules/core/include/opencv2/core/matx.hpp
      	modules/core/include/opencv2/core/types.hpp
      	modules/flann/include/opencv2/flann/lsh_table.h
      	modules/imgproc/include/opencv2/imgproc.hpp
      9b55c099
  18. 22 Oct, 2014 1 commit
  19. 11 Aug, 2014 1 commit
  20. 14 Jul, 2014 1 commit
  21. 07 Jul, 2014 1 commit
  22. 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
  23. 24 Jan, 2014 1 commit
  24. 21 Jan, 2014 2 commits
  25. 12 Nov, 2013 1 commit
    • Roman Donchenko's avatar
      Reworked documentation building to work with extra modules. · 3314bc94
      Roman Donchenko authored
      The main problem with extra modules is that they're located outside
      of the OpenCV root, while Sphinx requires that all documents are
      within the documentation root. To circumvent this, we create a
      "fake root" and copy all documentation (as well as all files that
      it depends on) there. It's a bit messy, but what can you do.
      
      As a bonus, this eliminates the need to generate modules/refman.rst
      inside the source tree.
      3314bc94
  26. 09 Oct, 2013 1 commit
  27. 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
  28. 02 Sep, 2013 1 commit