- 02 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
Support functions from OpenCL 1.1 / OpenCL 1.2
-
- 30 Sep, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 25 Sep, 2013 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 24 Sep, 2013 1 commit
-
-
Alexander Alekhin authored
This reverts commit 286244ef.
-
- 21 Sep, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 13 Sep, 2013 1 commit
-
-
Roman Donchenko authored
We never set it, and libdc1394 0.9.5 is obsolete anyway - 1.0 came out in 2004. Note that 1.0 doesn't have the do_extra_buffering parameter.
-
- 04 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 28 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 23 Aug, 2013 2 commits
-
-
Alexander Shishkov authored
-
Alexander Shishkov authored
-
- 22 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
* There's no OPENCV_BINARY_DIR variable; * No need to append CMakeFiles/CMakeTmp, as CMake does it for you; * Output variables are unused; * Wrong usage of CMAKE_FLAGS; * Small quoting and style issues.
-
- 21 Aug, 2013 4 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
kdrobnyh authored
-
- 20 Aug, 2013 1 commit
-
-
Roman Donchenko authored
(cherry picked from commit aa96d8d0)
-
- 16 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 14 Aug, 2013 1 commit
-
-
kamjagin authored
-
- 13 Aug, 2013 1 commit
-
-
Miroslav Kobetski authored
-
- 08 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 06 Aug, 2013 3 commits
-
-
Roman Donchenko authored
This version uses CMake to generate Info.plist, which should be more reliable than the old approach.
-
Vadim Pisarevsky authored
disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled)
-
Alexander Shishkov authored
-
- 02 Aug, 2013 2 commits
-
-
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.
-
Alexander Smorkalov authored
WITH_WINRT -> ENABLE_WINRT_MODE; Some temporary char* replaced with Ptr<char>; Build fix for regular WIN32; Windows Platform SDK and MSVC search added to cmake; Warinig fixes.
-
- 31 Jul, 2013 1 commit
-
-
Alexander Smorkalov authored
Additional CMAKE flag WITH_WINRT added.
-
- 26 Jul, 2013 1 commit
-
-
Roman Donchenko authored
Also, removed needless check of BUILD_SHARED_LIBS in core; in that case, only the current module's library type matters.
-
- 20 Jul, 2013 1 commit
-
-
Philippe FOUBERT authored
-
- 18 Jul, 2013 1 commit
-
-
Vladislav Vinogradov authored
* removed 2.0 PTX from default parameters since it has become obsolete * added 3.5 BIN to prevent JIT compilation for super-Kepler
-
- 11 Jul, 2013 6 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
Now the HAVE_* macros are set in cvconfig.h. Most of them already were there, but were nonfunctional.
-
- 10 Jul, 2013 3 commits
-
-
Roman Donchenko authored
Now the HAVE_* macros are set using cvconfig.h. Previously most of them already were there, but were always undefined. One, HAVE_COCOA, I had to add. This also makes the CMake code more consistent; now, WITH_* variables are always checked in cmake/*, while HAVE_* variables are checked in modules/highgui/CMakeLists.txt.
-
Roman Donchenko authored
I've left HAVE_LIBPTHREAD as a CMake variable, since TBB's build depends on it. Some macros in internal.hpp depended on HAVE_ALLOCA_H, but they were, in turn, unused, so I've just deleted them all.
-
Roman Donchenko authored
-