Name
Last commit
Last update
..
FindCUDA update FindCUDA CMake module to the latest version from upstream
checks fix build with Win7 SDK
templates HAL: improvements
FindCUDA.cmake New variant of iOS framework building, fixed some warnings for XCode 7.1.1 and cmake 3.3.2
FindGstreamerWindows.cmake Gstreamer 1.0 on windows.
OpenCVCRTLinkage.cmake Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1
OpenCVCompilerOptions.cmake Visual Studio 2015 warning and test fixes
OpenCVConfig.cmake Add VS2015 compatibility to CMake scripts
OpenCVDetectAndroidSDK.cmake New variant of iOS framework building, fixed some warnings for XCode 7.1.1 and cmake 3.3.2
OpenCVDetectApacheAnt.cmake Fix ant/Java detection in cmake scripts
OpenCVDetectCStripes.cmake fixed C= detection script
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.
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.
OpenCVDetectDirectX.cmake fix build with Win7 SDK
OpenCVDetectOpenCL.cmake Fixing buildbot job:
OpenCVDetectPython.cmake fix build with python3 only
OpenCVDetectTBB.cmake Fixed duplicate PATH in TBB_DEFAULT_INCLUDE_DIRS
OpenCVDetectVTK.cmake vtk: disable on cross-compilation
OpenCVExtraTargets.cmake Removed all use of the obsolete IMMEDIATE parameter to configure_file.
OpenCVFindIPP.cmake AndroidMgr: fixed package build
OpenCVFindIPPAsync.cmake Added SharedMatrix
OpenCVFindIntelPerCSDK.cmake Fix notes about cmake files. Fix build warning.
OpenCVFindLATEX.cmake Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
OpenCVFindLibsGUI.cmake Correction to enable compilation on platform with only GTK2 libs
OpenCVFindLibsGrfmt.cmake Android: renamed default library name for static and dynamic fallback load; fixed libz import for 64-bit platforms
OpenCVFindLibsPerf.cmake fix support for pthreads parallel_for
OpenCVFindLibsVideo.cmake Gstreamer 1.0 on windows.
OpenCVFindMatlab.cmake Update OpenCVFindMatlab.cmake
OpenCVFindOpenEXR.cmake Normalize line endings and whitespace
OpenCVFindOpenNI.cmake Normalize line endings and whitespace
OpenCVFindOpenNI2.cmake Added enviroment search paths for OpenNI2 for linux and fixed specific warning
OpenCVFindVA.cmake changed device detection procedure, added resizing surface to bigger size
OpenCVFindVA_INTEL.cmake fallback path & sample timing implemented
OpenCVFindWebP.cmake This code is based on https://github.com/prasannatsm/opencv code.
OpenCVFindXimea.cmake XIMEA cam support: allow on OS X too
OpenCVGenABI.cmake Do not compare extra modules in ABI check
OpenCVGenAndroidMK.cmake Separate OpenCV.mk files for different ABIs
OpenCVGenConfig.cmake Fixed mangled install layout on unix machines
OpenCVGenHeaders.cmake Added cvconfig.h copy during the build
OpenCVGenInfoPlist.cmake Build separate world-like iOS framework for contrib
OpenCVGenPkgconfig.cmake Updated pkg-config generation, added sample makefile
OpenCVMinDepVersions.cmake Build both Python 2 and Python 3 bindings
OpenCVModule.cmake add CTest support to build tree
OpenCVPCHSupport.cmake New variant of iOS framework building, fixed some warnings for XCode 7.1.1 and cmake 3.3.2
OpenCVPackaging.cmake changes to reflect 3.0 status
OpenCVUtils.cmake Merge 2.4 into master
OpenCVVersion.cmake Switched OpenCV to a 3-component version number.
cl2cpp.cmake ocl: correct disabling of OpenCL code
copyAndroidLibs.cmake android: allow to build & run examples without Android OpenCV Manager