- 18 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 17 Dec, 2015 2 commits
-
-
Vincent Rabaud authored
If I ask for version 2, the current trunk version (version 3), will say it is compatible, which is erroneous. Do not consider different major versions compatible in cmake config file
-
Maksim Shabunin authored
-
- 12 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
some tutorials depends on contrib modules
-
- 03 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
- added new functions from core module: split, merge, add, sub, mul, div, ... - added function replacement mechanism - added example of HAL replacement library
-
- 13 Oct, 2015 1 commit
-
-
Alexander Smorkalov authored
-
- 28 Sep, 2015 1 commit
-
-
Alexander Smorkalov authored
-
- 21 Sep, 2015 3 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 03 Sep, 2015 1 commit
-
-
Alexey Ershov authored
fixed trailing whitespaces renamed files *vaapi* to *va_intel* changed names vaapi* to va_intel*
-
- 20 Aug, 2015 1 commit
-
-
Alexey Ershov authored
fixed whitespaces fixed issues fixed issue fixed module statement issues fixed access mode added initialization check fixed warning
-
- 30 Jul, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 17 Jun, 2015 2 commits
-
-
Maksim Shabunin authored
-
Ruslan Baratov authored
With this fix there is no need to add includes by using `include_directories(${OpenCV_INCLUDE_DIRS})`. Directory will be added by command `target_link_libraries(... ${OpenCV_LIBS})` automatically.
-
- 11 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 02 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 22 May, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 21 May, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 20 May, 2015 1 commit
-
-
Piotr Dobrowolski authored
-
- 19 May, 2015 3 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 24 Apr, 2015 1 commit
-
-
Alexander Nitsch authored
The use of built-in CMAKE_CURRENT_LIST_DIR requires at least CMake 2.8.3. This fix properly defines the variable to allow its use in versions < 2.8.3 as well. Fixes issue #4205. Exclude >= 2.8.3 from reimplementation of CMAKE_CURRENT_LIST_DIR This avoids violation of possible future CMake policy checks regarding reserved/read-only variables.
-
- 21 Apr, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 19 Apr, 2015 2 commits
-
-
Alexander Smorkalov authored
(cherry picked from commit 9206ec30)
-
Alexander Smorkalov authored
(cherry picked from commit ddc1b965)
-
- 10 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 31 Mar, 2015 1 commit
-
-
Roman Donchenko authored
This retains the desirable quality of not including paths to CUDA libraries from the build system into the config files, and has two major advantages: * It removes the need to use link_directories, which doesn't guarantee that the libraries from the supplied directory will be used (there may be libraries with the same names earlier in the search path). * It removes the need to put -L entries into OPENCV_LINKER_LIBS. This variable is used with target_link_libraries, where such entries are treated as linker flags, so doing this is unportable. I remove the support for -L entries from OpenCVGenPkgconfig.cmake, as well, to discourage adding them in the future.
-
- 30 Mar, 2015 1 commit
-
-
Roman Donchenko authored
There's no reason to do it twice.
-
- 23 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 17 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 10 Mar, 2015 1 commit
-
-
Roman Donchenko authored
It's pretty much a simplified copy of the Linux script, lacking fancy colors. Also, I had to drop Python testing, because it's not easy to pass the Python module location to the script, and I have no pressing need to run the Python tests at the moment. (cherry picked from commit c1e3ca17) Conflicts: CMakeLists.txt
-
- 02 Mar, 2015 1 commit
-
-
Maxim Kostin authored
- Substituted HAVE_WINRT with WINRT - Fixed compilation issues in ocl.cpp and parallel.cpp - Fixed compiler issue for WP8: "C2678: binary '+' : no operator found which takes a left-hand - Fixed gitignore - Added #ifdef HAVE_OPENCL to remove compiler warnings in ocl.cpp - Used NO_GETENV similar to '3rdparty\libjpeg\jmemmgr.c; - Added ole32.lib for core module (for WindowsStore 8.0 builds) - Made OpenCV_ARCH aware of ARM Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
- 22 Feb, 2015 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 20 Feb, 2015 2 commits
-
-
Alexander Nitsch authored
This avoids violation of possible future CMake policy checks regarding reserved/read-only variables.
-
Roman Donchenko authored
It's pretty much a simplified copy of the Linux script, lacking fancy colors. Also, I had to drop Python testing, because it's not easy to pass the Python module location to the script, and I have no pressing need to run the Python tests at the moment.
-
- 19 Feb, 2015 1 commit
-
-
Alexander Nitsch authored
The use of built-in CMAKE_CURRENT_LIST_DIR requires at least CMake 2.8.3. This fix properly defines the variable to allow its use in versions < 2.8.3 as well. Fixes issue #4205.
-