1. 07 Jun, 2018 1 commit
  2. 09 Dec, 2017 1 commit
  3. 23 Jan, 2017 1 commit
  4. 17 Dec, 2015 1 commit
  5. 24 Mar, 2015 1 commit
    • Tim D. Smith's avatar
      Don't explicitly link Python on OS X · d057828e
      Tim D. Smith authored
      Explicitly linking to a Python framework on OS X prevents modules from
      being built against one python (i.e. system python) and imported from
      another (i.e. Homebrew python); the interpreter segfaults if there's a
      linkage to a foreign python. Building the module with `-undefined
      dynamic_lookup` instead of an explicit link allows the symbols to be
      resolved at load time from a compatible python.
      d057828e
  6. 02 Mar, 2015 1 commit
    • Maxim Kostin's avatar
      Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 · cdd23440
      Maxim Kostin authored
      - Substituted HAVE_WINRT with WINRT
      - Fixed compilation issues in ocl.cpp and parallel.cpp
      - Fixed compiler issue for WP8: "C2678: binary '+' : no operator found which takes a left-hand - Fixed gitignore
      - Added #ifdef HAVE_OPENCL to remove compiler warnings in ocl.cpp
      - Used NO_GETENV similar to '3rdparty\libjpeg\jmemmgr.c;
      - Added ole32.lib for core module (for WindowsStore 8.0 builds)
      - Made OpenCV_ARCH aware of ARM
      Signed-off-by: 's avatarMaxim Kostin <v-maxkos@microsoft.com>
      cdd23440
  7. 08 Sep, 2014 1 commit
  8. 05 Aug, 2014 1 commit
  9. 04 Aug, 2014 1 commit
  10. 27 Jul, 2014 6 commits
  11. 14 Jul, 2014 1 commit
  12. 07 Jul, 2014 1 commit
  13. 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
  14. 24 Jun, 2014 1 commit
    • Vadim Pisarevsky's avatar
      removed contrib, legacy and softcsscade modules; removed latentsvm and… · 3858f229
      Vadim Pisarevsky authored
      removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps.
      some of the stuff will be moved to opencv_contrib module.
      in order to make this PR pass buildbot, please, comment off opencv_legacy, opencv_contrib and opencv_softcascade test runs.
      3858f229
  15. 14 May, 2014 1 commit
  16. 12 May, 2014 1 commit
  17. 24 Jan, 2014 1 commit
  18. 21 Jan, 2014 1 commit
  19. 09 Oct, 2013 1 commit
  20. 23 Aug, 2013 1 commit
  21. 29 Jul, 2013 1 commit
  22. 14 Jun, 2013 1 commit
  23. 20 Apr, 2013 1 commit
  24. 12 Apr, 2013 1 commit
  25. 01 Apr, 2013 2 commits
  26. 22 Mar, 2013 1 commit
  27. 20 Mar, 2013 1 commit
  28. 13 Mar, 2013 1 commit
  29. 01 Feb, 2013 2 commits
  30. 22 Jan, 2013 1 commit
  31. 17 Oct, 2012 2 commits
  32. 04 Jul, 2012 1 commit