766 Commits (74e88cc0f11948a1eb46171b9024fd76e1501a25)

Author SHA1 Message Date
Alexander Smorkalov 358e59e91b Fake dependency from CUDA in case of satic linkage with OpenCV removed. 11 years ago
Roman Donchenko 83fe2f3b16 Fixed the seporate/seporator typo everywhere. 11 years ago
Alexander Smorkalov 51d3138dff OCV option ENABLE_DYNAMIC_CUDA mistake fix. 11 years ago
Alexander Smorkalov 58e7d9f32f OpenCV.mk fixed for accurate CUDA support. 11 years ago
Alexander Smorkalov 9941c6710d NEON instruction set control unified for regular and cross-compiler builds. 11 years ago
Alexander Smorkalov 037ffcdf99 Dynamic CUDA support library reimplemented as OpenCV module. 11 years ago
Vladimir Bystricky d449ba104a Fix comment in the cmake file from SSDK to SDK 11 years ago
Alexander Smorkalov 6da7c50fb5 Make dependency from CUDA explicit to prevent from fake dependedcies from CUDA runtime. 11 years ago
Vladimir Bystricky cc08e00876 Fix notes about cmake files. Fix build warning. 11 years ago
Vladimir Bystricky e8d2a9752b Add support Creative Senz3D camera by Intel Perceptual Computing SDK 11 years ago
Alexander Alekhin cc69d4631a cmake: detect Direct 3D 11 11 years ago
Anatoly Baksheev a54ef70c04 minor insignificant corrections 11 years ago
Anatoly Baksheev 0e88733b13 updating Viz cmake (switched to WITH_VTK option) 11 years ago
Alexander Alekhin 0eb2be762a cmake: allow source_group to preserve file-system tree (for MSVS) 11 years ago
Dirk Van Haerenborgh 8a48802dec Enable GStreamer 1.x support by default. 11 years ago
Alexander Smorkalov d39e73365c Some debug options are removed because they are installed by Cmake automatically. 11 years ago
Vladislav Vinogradov 5ac8444c22 fixed CUDA_TOOLKIT_TARGET_DIR for android: 11 years ago
Vladislav Vinogradov 81acc5e73e added `-Xptxas;-dlcm=ca` and `-target-os-variant=Android` to nvcc flags 11 years ago
Vladislav Vinogradov 26cb0ce1d5 fixed compilation warnings in .cu files 11 years ago
Vladislav Vinogradov 20641b4a0b fixed CC arch/pts for android (used sm_32) 11 years ago
Tony 69dc840583 mprove Gtk2/3 options in cmake 11 years ago
Alexander Alekhin 881e837520 ocl/core: added prototype for tests 11 years ago
Roman Donchenko ef27ac3782 In the example in OpenCVConfig.cmake.in, explicitly add the include paths. 11 years ago
Roman Donchenko 7f935717cb In OpenCVConfig.cmake.in, lowercased the commands in the example. 11 years ago
Roman Donchenko 4037a4f227 Fixed OpenCV_LIBS when find_package has been used with explicit components. 11 years ago
Vadim Pisarevsky e2bbe7597b fixed few compile errors and doc build errors 11 years ago
Vadim Pisarevsky d914f20a4c updated patch to bring in the first functions with "transparent API" 11 years ago
Roman Donchenko 239704f986 Added Visual Studio 2013 detection. 11 years ago
Roman Donchenko 7973594a01 Removed all slashes after ${OpenCV_INSTALL_BINARIES_PREFIX}. 11 years ago
Roman Donchenko 615d6c22d1 Switched OpenCV to a 3-component version number. 11 years ago
Roman Donchenko 428fb72625 Made the generated file templates' naming more consistent. 11 years ago
Vincent Rabaud 154d119e13 do not use include_directories when calling find_package(OpenCV) 11 years ago
Vincent Rabaud 8e944cfe70 cleaner fix 11 years ago
Vincent Rabaud ee7c74ceeb return when OpenCV is found 11 years ago
Vincent Rabaud 9007a02302 fixes http://code.opencv.org/issues/3367 11 years ago
Philippe FOUBERT 8b0fc04d93 Fix the build of OpenCV with XIMEA on Windows 64 bits: 11 years ago
Roman Donchenko 104b14e0e0 Fixed CMake warnings/bugs caused by #1670 and #1714 11 years ago
Roman Donchenko d07e7897a0 Fixed building with OpenCL, but without the ocl module. 11 years ago
Vladislav Vinogradov 5e75a22559 fixed find package CUDA for cross-compilation 11 years ago
Vladislav Vinogradov 06c1f9a329 added own version of FindCUDA.cmake 11 years ago
Roman Donchenko c016c43d25 Fixed Android SDK build - again. 11 years ago
Alexander Alekhin 7a8f9fe746 cmake: fix android installation for different NDK ABIs 11 years ago
Roman Donchenko 76b904b022 Replaced our usage of LINK_PRIVATE with that of LINK_INTERFACE_LIBRARIES. 11 years ago
Alexander Alekhin 4b17d073c0 cmake: fix linker dependencies for opencv_java 11 years ago
Vladislav Vinogradov e5947f581a fix CUDA 5.5 support (npp, arm cross compilation) in CMake scripts: 11 years ago
Alexander Alekhin d571b28eaa cmake: fix bug with installation into OPENCV_LIB_INSTALL_PATH directory 11 years ago
Vadim Pisarevsky de521fc9fa fixed some more compile bugs (including Python bindings) 11 years ago
Roman Donchenko f82eb0f79c Add better OpenMP detection and make an option to enable it. 11 years ago
Roman Donchenko 49c6533227 Move the minimal CUDA version into the minimal version list. 11 years ago
Greg Hale 387587f4f0 regex doesnt need to match full length of input, so only trying to match the leading -[lL] 11 years ago