..
checks
fix build with Win7 SDK
2015-07-30 23:23:01 +03:00
FindCUDA
backport from master
2015-02-24 16:05:21 +03:00
templates
Debian formatted copyright file added to all debian packages.
2015-10-13 09:09:07 +03:00
cl2cpp.cmake
ocl: correct disabling of OpenCL code
2015-09-13 20:28:23 +03:00
copyAndroidLibs.cmake
android: allow to build & run examples without Android OpenCV Manager
2014-06-06 18:01:04 +04:00
FindCUDA.cmake
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
2015-11-17 18:52:55 +03:00
OpenCVCompilerOptions.cmake
Fixed cmake and build issues when using Visual Studio 2015
2015-10-29 11:50:48 +03:00
OpenCVConfig.cmake
Add VS2015 compatibility to CMake scripts
2015-05-02 15:24:14 +01:00
OpenCVCRTLinkage.cmake
Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1
2015-03-02 22:26:43 +03:00
OpenCVDetectAndroidSDK.cmake
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
2015-11-17 18:52:55 +03:00
OpenCVDetectApacheAnt.cmake
Fix ant/Java detection in cmake scripts
2013-03-29 18:29:40 +04:00
OpenCVDetectCStripes.cmake
fixed C= detection script
2012-10-10 16:15:27 +04:00
OpenCVDetectCUDA.cmake
Simplifies cross compilation with CUDA for ARM boards. CUDA arch is set for all ARM targets, --unresolved-symbols=ignore-in-shared-libs is set when cross-compiling for ARM and FindCUDA.cmake was adjusted to find shared library stubs within the CUDA toolkit.
2015-11-03 12:30:34 +01:00
OpenCVDetectCXXCompiler.cmake
The latest version (5.1.1) of the gnu compiler returns just its major version ("5") when given the "-dumpversion" argument. Gnu compiler developers don't consider this to be an error. A workaround for this case has been made.
2015-10-08 07:22:20 -04:00
OpenCVDetectDirectX.cmake
fix build with Win7 SDK
2015-07-30 23:23:01 +03:00
OpenCVDetectOpenCL.cmake
Fixing buildbot job:
2015-03-02 22:26:45 +03:00
OpenCVDetectPython.cmake
fix build with python3 only
2015-08-26 13:08:06 +03:00
OpenCVDetectTBB.cmake
Fixed duplicate PATH in TBB_DEFAULT_INCLUDE_DIRS
2015-12-04 15:07:41 +01:00
OpenCVDetectVTK.cmake
vtk: disable on cross-compilation
2015-08-03 19:09:07 +03:00
OpenCVExtraTargets.cmake
Removed all use of the obsolete IMMEDIATE parameter to configure_file.
2014-01-29 19:34:02 +04:00
OpenCVFindIntelPerCSDK.cmake
Fix notes about cmake files. Fix build warning.
2013-12-17 16:13:55 +04:00
OpenCVFindIPP.cmake
AndroidMgr: fixed package build
2015-06-03 19:01:48 +03:00
OpenCVFindIPPAsync.cmake
Added SharedMatrix
2014-04-03 14:53:27 +04:00
OpenCVFindLATEX.cmake
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
2012-01-03 13:48:12 +00:00
OpenCVFindLibsGrfmt.cmake
brining over fix in master ( #4140 ) for libz import on 64-bit android
2015-10-13 17:42:40 -06:00
OpenCVFindLibsGUI.cmake
Correction to enable compilation on platform with only GTK2 libs
2014-04-13 11:11:05 +01:00
OpenCVFindLibsPerf.cmake
fix support for pthreads parallel_for
2015-06-11 16:53:07 +03:00
OpenCVFindLibsVideo.cmake
Merge 2.4 into master
2015-12-08 10:24:54 +03:00
OpenCVFindMatlab.cmake
Update OpenCVFindMatlab.cmake
2015-10-06 04:17:40 -05:00
OpenCVFindOpenEXR.cmake
Normalize line endings and whitespace
2012-10-17 15:57:49 +04:00
OpenCVFindOpenNI2.cmake
Added enviroment search paths for OpenNI2 for linux and fixed specific warning
2014-12-24 15:07:05 +03:00
OpenCVFindOpenNI.cmake
Normalize line endings and whitespace
2012-10-17 15:57:49 +04:00
OpenCVFindVA_INTEL.cmake
fallback path & sample timing implemented
2015-09-04 02:42:49 +03:00
OpenCVFindVA.cmake
changed device detection procedure, added resizing surface to bigger size
2015-09-23 17:35:49 +03:00
OpenCVFindWebP.cmake
This code is based on https://github.com/prasannatsm/opencv code.
2013-03-11 11:51:38 +04:00
OpenCVFindXimea.cmake
XIMEA cam support: allow on OS X too
2014-09-09 19:25:14 +04:00
OpenCVGenABI.cmake
Do not compare extra modules in ABI check
2015-03-23 13:10:40 +03:00
OpenCVGenAndroidMK.cmake
Separate OpenCV.mk files for different ABIs
2015-06-17 18:10:28 +03:00
OpenCVGenConfig.cmake
Fixed mangled install layout on unix machines
2015-03-13 14:18:37 +03:00
OpenCVGenHeaders.cmake
Added cvconfig.h copy during the build
2015-05-26 15:58:27 +03:00
OpenCVGenInfoPlist.cmake
Build separate world-like iOS framework for contrib
2014-12-05 17:48:28 +03:00
OpenCVGenPkgconfig.cmake
Updated pkg-config generation, added sample makefile
2015-05-22 16:09:07 +03:00
OpenCVMinDepVersions.cmake
Build both Python 2 and Python 3 bindings
2014-06-29 20:08:13 -04:00
OpenCVModule.cmake
export simple libs from OPENCV_LINKER_LIBS ( fix #5541 )
2015-10-19 13:49:41 +03:00
OpenCVPackaging.cmake
added suppression for python-script-but-no-python-dep
2015-11-25 23:38:44 +03:00
OpenCVPCHSupport.cmake
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
2015-11-17 18:52:55 +03:00
OpenCVUtils.cmake
Merge 2.4 into master
2015-12-08 10:24:54 +03:00
OpenCVVersion.cmake
Switched OpenCV to a 3-component version number.
2013-11-15 19:41:53 +04:00