- 28 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 27 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 23 Aug, 2013 6 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.
-
Alexander Shishkov authored
-
Alexander Shishkov authored
-
- 22 Aug, 2013 4 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
Rationale: 1.2.3 was a security update, and we should avoid using versions with known security vulnerabilities.
-
Roman Donchenko authored
They're not listed in the documentation for the FindZLIB module, so we shouldn't use them unless necessary.
-
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 2 commits
-
-
Roman Donchenko authored
(cherry picked from commit aa96d8d0)
-
Roman Donchenko authored
-
- 16 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 14 Aug, 2013 3 commits
-
-
kamjagin authored
-
Miroslav Kobetski authored
-
kamjagin authored
-
- 13 Aug, 2013 1 commit
-
-
Miroslav Kobetski authored
-
- 12 Aug, 2013 1 commit
-
-
Denis Zaryaev authored
-
- 11 Aug, 2013 1 commit
-
-
Denis Zaryaev authored
-
- 08 Aug, 2013 7 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
It's part of CMake nowadays, too.
-
Roman Donchenko authored
In fact, I don't think we actually use it... but I kept the include, just in case.
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 07 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 06 Aug, 2013 4 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)
-
Roman Donchenko authored
-
Alexander Shishkov authored
-
- 04 Aug, 2013 1 commit
-
-
Philippe FOUBERT authored
Solve the problem seen when using recent versions of CMake (such as 2.8.11): OpenCVConfig.cmake violates the policy CMP0004. Symptoms: CMake Error at CMakeLists.txt:10 (add_executable): Target "my_app" links to item "C:/Program Files " which has leading or trailing whitespace. This is now an error according to policy CMP0004. This problem occurs when building on Windows when we depend on libraries located (for example) in "C:\Program Files (x86)..."
-
- 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.
-