- 06 Dec, 2016 1 commit
-
-
Patrik Huber authored
-
- 20 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
- removed OpenCV_LIB_DIR* vars (they are broken and not required anymore) - OpenCVConfig.cmake doesn't contain ANDROID/CUDA code if there is no such support - removed OpenCV2_INCLUDE_DIRS_CONFIGCMAKE, merged into OpenCV_INCLUDE_DIRS_CONFIGCMAKE - fix hard-coded relative paths for OpenCV_INSTALL_PATH - removed OpenCV_TBB_ARCH - switch OpenCVConfig.cmake into 2-level mode for Android SDK
-
- 06 Apr, 2016 1 commit
-
-
qiao authored
syntax of cmake "get_filename_component" changed after version 2.8.11 for cmake version < 2.8.11 get_filename_component(<VAR> <FileName> PATH [CACHE]) for cmake version >= 2.8.11 get_filename_component(<VAR> <FileName> DIRECTORY [CACHE]) Update OpenCVConfig.cmake Update OpenCVConfig.cmake.in
-
- 02 May, 2015 2 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
Without the fix, OpenCV will compile and silently copy the compiled libs/executables to a location not prefixed with arch/vc14, and OpenCV won't be picked up by find_package and OpenCVConfig.cmake.
-
- 30 Mar, 2015 4 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.
-
- 24 Mar, 2015 1 commit
-
-
Alexander Nitsch authored
-
- 07 Mar, 2015 2 commits
-
-
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.
-
- 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>
-
- 17 Nov, 2014 1 commit
-
-
Philipp Hasper authored
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 18 Nov, 2013 1 commit
-
-
Roman Donchenko authored
-
- 09 Oct, 2013 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Allow to build samples via OpenCV binaries from distribution package (find_package with OpenCV_DIR).
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 08 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 23 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 02 Jul, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 28 Jun, 2012 2 commits
-
-
Marina Kolpakova authored
-
Marina Kolpakova authored
-
- 20 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 19 Jun, 2012 1 commit
-
-
Evgeny Talanin authored
-