- 10 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 08 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 07 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 06 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 31 Mar, 2015 1 commit
-
-
Roman Donchenko authored
How this worked before, I do not know.
-
- 30 Mar, 2015 5 commits
-
-
Alexander Nitsch authored
The check for BUILD_SHARED_LIBS had its logic backwards. If this variable is not defined we must assume a build of static libs.
-
Alexander Nitsch authored
-
Alexander Nitsch authored
Make detection of x64 using the gcc's target triplet identical to the one used in cmake/OpenCVDetectCXXCompiler.cmake. Otherwise, MinGW-w64 setups will always be treated as x64 since they contain "w64" as vendor key.
-
Alexander Nitsch authored
Fix typo that would always lead to detection of x86 for MinGW builds in the OpenCVConfig.cmake file.
-
Alexander Nitsch authored
MinGW-w64 always uses "w64" as vendor key which the previously used check for "64" anywhere in the target triplet matched. This would lead to MinGW-w64 setups always being treated as x64. Turns out we do not even need this additional check since the architecture has been correctly determined earlier in this file. No need to do it again.
-
- 27 Mar, 2015 1 commit
-
-
Kevin Squire authored
-
- 23 Mar, 2015 3 commits
-
-
Evgeny Agafonchikov authored
HAVE_VFW flag is defined by CMake try_compile check. Check fails for WINRT as vfw.h begins with and contains empty set of functions for Store apps. So we can safely remove vfw32.lib for WINRT in general (independently of availability for specific configuration)
-
Evgeny Agafonchikov authored
-
Maksim Shabunin authored
-
- 17 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 13 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 10 Mar, 2015 5 commits
-
-
Roman Donchenko authored
Everything else depends on it, after all. (cherry picked from commit cf54e3b9) Conflicts: cmake/OpenCVPackaging.cmake
-
Roman Donchenko authored
(cherry picked from commit 6d52ea89)
-
Roman Donchenko authored
Which also happens to align the non-Debian specific variables with the ones used by upstream CMake. (cherry picked from commit b8c60234) Conflicts: cmake/OpenCVPackaging.cmake
-
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
-
Roman Donchenko authored
They don't actually do anything. And even if they did, all components are enabled by default, anyway. (cherry picked from commit 49fe4969) Conflicts: cmake/OpenCVPackaging.cmake
-
- 06 Mar, 2015 3 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
-
Vadim Pisarevsky authored
explained reason why IPP is disabled on 32-bit Linux. disable IPP's minMaxLoc_32f on 32-bit OSes only
-
- 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
-
- 02 Mar, 2015 4 commits
-
-
Maxim Kostin authored
- explicitly turning OCL off since WinRT does not support it - fixing macro definitions in core/ocl.cpp Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
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>
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 26 Feb, 2015 2 commits
-
-
Quentin Minster authored
Add check for CUDA version >= 7.0 (currently in RC1), which drops support for arches 1.x.
-
Ilya Lavrenov authored
-
- 25 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 22 Feb, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 18 Feb, 2015 3 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 10 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 09 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 06 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
use `bash` shell instead of `sh`, since on Ubuntu `sh` by default is `dash`, and `dash` doesn't support `PIPESTATUS` feature used in this sctipt
-
- 04 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-