- 27 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
- Recommended compiler checks: - GCC: CV_GCC - Clang: CV_CLANG - fixed problem with CMAKE_CXX_COMPILER_ID=Clang/AppleClang mess on MacOSX Details: cmake --help-policy CMP0025 - do not declare Clang as GCC compiler
-
- 09 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 09 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 07 Dec, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 15 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 06 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 22 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
numpy 1.13.0+
-
- 19 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 10 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
Also fixes issue with empty PYTHON_PACKAGES_PATH (cross-compilation mode)
-
- 07 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 16 Aug, 2016 1 commit
-
-
Vitaliy Lyudvichenko authored
Adding of destructor and placement new constructors for classes wrapped with CV_EXPORTS_W_SIMPLE macro
-
- 13 Jul, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 07 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 26 Feb, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 17 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 14 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 09 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 24 Mar, 2015 1 commit
-
-
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.
-
- 02 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 18 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 10 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 22 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
- added java wrapper - disabled python wrapper
-
- 01 Sep, 2014 1 commit
-
-
Alexander Mordvintsev authored
don't discard pure virtual methods in hdr_parser.py (was broken anyway)
-
- 21 Aug, 2014 2 commits
-
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
fixed find_obj.py
-
- 19 Aug, 2014 4 commits
-
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
maintain set of visited namespaces in CppHeaderParser WARNING: REMOVED const name conversion (SomeConstName -> SOME_CONST_NAME), discussion needed
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
- 15 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 14 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 10 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 07 Aug, 2014 2 commits
-
-
Michael Pratt authored
Build the Python 3 cv2 module in lib/python3/, to avoid potential naming conflicts with the Python 2 bindings. The Python 2 bindings are placed directly in lib/, where they are required for the Buildbot to successfully execute the Python tests.
-
Michael Pratt authored
Requested by @vpisarev in #3047.
-
- 06 Aug, 2014 1 commit
-
-
Michael Pratt authored
Place the built Python module library in a dedicated folder inside of lib/. This ensures that even if the Python 2 and Python 3 module names conflict, they will not overwrite one another.
-
- 30 Jun, 2014 1 commit
-
-
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.
-