- 05 Oct, 2016 1 commit
-
-
Noel Eck authored
Fixed small typo for python 3 default version. Signed-off-by:
Noel Eck <noel.eck@intel.com>
-
- 18 Sep, 2016 1 commit
-
-
Jeroen Kromwijk authored
-
- 16 Sep, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 07 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 20 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 17 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 26 Aug, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jul, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 17 Jul, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 10 Apr, 2015 1 commit
-
-
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.
-
- 27 Mar, 2015 1 commit
-
-
Kevin Squire authored
-
- 06 Mar, 2015 2 commits
-
-
Vadim Pisarevsky authored
looks like Maksim was right; the new fix does not do the second attempt to detect python libs, it finds it correctly with the first attempt
-
Vadim Pisarevsky authored
-
- 05 Mar, 2015 1 commit
-
-
Vadim Pisarevsky authored
2) disable IPP on 32-bit Linux when OpenCV is built as shared libs. Otherwise we get linker errors 3) disable IPP's minMaxIdx 32-bit floating-point flavor in a hope that it fixes some test failures
-
- 26 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 12 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 08 Sep, 2014 1 commit
-
-
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
-
- 04 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 08 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 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.
-
- 22 Jan, 2014 1 commit
-
-
Vincent Rabaud authored
-
- 21 Jan, 2014 2 commits
-
-
Vincent Rabaud authored
-
Vincent Rabaud authored
-
- 10 Jan, 2014 1 commit
-
-
Roman Donchenko authored
It may be an arbitrary string, and, for example, in Ubuntu 13.10 it's set to "2.7.5+", which breaks the find script.
-
- 22 Oct, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 12 Sep, 2013 1 commit
-
-
antonella authored
Aligned strings in CMakeList Modified the check on plantuml extension Some fixes Moved find_host_program for plantuml script
-
- 23 Aug, 2013 4 commits
-
-
Roman Donchenko authored
Who knows, maybe the user's Sphinx installation uses a Python we couldn't find.
-
Roman Donchenko authored
Most importantly, added support for multiple include directores, but also did some general cleanup.
-
Roman Donchenko authored
Rationale: we already depend on it (e.g. some scripts use print_function).
-
Roman Donchenko authored
None of this should be relevant as of CMake 2.8.7.
-
- 06 Aug, 2013 1 commit
-
-
Alexander Shishkov authored
-
- 02 Aug, 2013 1 commit
-
-
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.
-
- 14 Jun, 2013 1 commit
-
-
Gabe Schwartz authored
In these cases, just using print() is enough to ensure py2/3 compatibility.
-
- 17 Apr, 2013 1 commit
-
-
Roman Donchenko authored
This also fixes the bug where the Sphinx version gets detected as "Sphinx vX.Y.Z" instead of "X.Y.Z" on Unix-like systems.
-
- 12 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 28 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 08 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-