- 26 Dec, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 23 Dec, 2013 2 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 17 Dec, 2013 1 commit
-
-
Vladimir Bystricky authored
-
- 13 Dec, 2013 2 commits
-
-
Vladimir Bystricky authored
-
Alexander Alekhin authored
-
- 19 Nov, 2013 3 commits
-
-
Roman Donchenko authored
After #1801, the include directories are no longer added automatically, so we should show the user how to do that.
-
Roman Donchenko authored
This is the preferred style nowadays, and more consistent with the rest of the code.
-
- 15 Nov, 2013 1 commit
-
-
Roman Donchenko authored
Epoch is gone; now the version component names in C++ and CMake are consistent (except REVISION corresponds to PATCH).
-
- 14 Nov, 2013 3 commits
-
-
Roman Donchenko authored
The general convention is <output file name> + ".in".
-
Vincent Rabaud authored
This is something that should be left to the user, that's the whole point of OpenCV_INCLUDE_DIRS.
-
Vincent Rabaud authored
-
- 13 Nov, 2013 2 commits
-
-
Vincent Rabaud authored
-
-
- 25 Oct, 2013 2 commits
-
-
Roman Donchenko authored
-
Alexander Alekhin authored
-
- 18 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 15 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 09 Oct, 2013 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Allow to build samples via OpenCV binaries from distribution package (find_package with OpenCV_DIR).
-
- 04 Oct, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 02 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
Support functions from OpenCL 1.1 / OpenCL 1.2
-
- 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.
-
- 12 Sep, 2013 1 commit
-
-
Roman Donchenko authored
I didn't make the status part of the version variables here, because letters don't play too well with version comparison algorithms (especially with CMake's, which only supports numbers).
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 14 Aug, 2013 1 commit
-
-
kamjagin authored
-
- 06 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 31 Jul, 2013 1 commit
-
-
Alexander Smorkalov authored
Additional CMAKE flag WITH_WINRT added.
-
- 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
-
- 19 Jun, 2013 1 commit
-
-
Roman Donchenko authored
I don't know why it didn't work for the original author, but it definitely works now.
-
- 03 Apr, 2013 1 commit
-
-
Alexander Smorkalov authored
-