• Maxim Kostin's avatar
    Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 · cdd23440
    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: 's avatarMaxim Kostin <v-maxkos@microsoft.com>
    cdd23440
Name
Last commit
Last update
..
FindCUDA update FindCUDA CMake module to the latest version from upstream
checks cmake: detect Direct 3D 11
templates Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1
FindCUDA.cmake FindCUDA fix : do not unset CACHE variables on first call
OpenCVCRTLinkage.cmake Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1
OpenCVCompilerOptions.cmake sqsum
OpenCVConfig.cmake Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1
OpenCVDetectAndroidSDK.cmake world fix
OpenCVDetectApacheAnt.cmake Fix ant/Java detection in cmake scripts
OpenCVDetectCStripes.cmake fixed C= detection script
OpenCVDetectCUDA.cmake Merge pull request #3758 from ilya-lavrenov:aarch64
OpenCVDetectCXXCompiler.cmake Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1
OpenCVDetectDirectX.cmake cmake: detect Direct 3D 11
OpenCVDetectOpenCL.cmake ocl: OpenCL SVM support
OpenCVDetectPython.cmake Removed Sphinx generation commands from cmake scripts
OpenCVDetectTBB.cmake Added suuport for finding Intel TBB for Visual Studio 2013
OpenCVDetectVTK.cmake More proper OpneCv+Qt+Vtk issues handling (http://code.opencv.org/issues/3492)
OpenCVExtraTargets.cmake Removed all use of the obsolete IMMEDIATE parameter to configure_file.
OpenCVFindIPP.cmake IPPICV: don't use full paths in dependencies
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 Adding support for GDAL raster images.
OpenCVFindLibsPerf.cmake ipp: added support for updated ICV package
OpenCVFindLibsVideo.cmake Corrected the WITH_GSTREAMER and WITH_GSTREAMER_0_10 semantic
OpenCVFindMatlab.cmake Added TODO for the future of Matlab version sorting
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
OpenCVFindWebP.cmake This code is based on https://github.com/prasannatsm/opencv code.
OpenCVFindXimea.cmake XIMEA cam support: allow on OS X too
OpenCVGenAndroidMK.cmake Merge remote-tracking branch 'origin/2.4' into merge-2.4
OpenCVGenConfig.cmake Move cmake config files too on non-windows hosts.
OpenCVGenHeaders.cmake All installed files marked with component names for install customization.
OpenCVGenInfoPlist.cmake Build separate world-like iOS framework for contrib
OpenCVGenPkgconfig.cmake Support for compound modules, support for contrib_world
OpenCVMinDepVersions.cmake Build both Python 2 and Python 3 bindings
OpenCVModule.cmake Disable object libraries building for cmake 2.8.7 and earlier
OpenCVPCHSupport.cmake world fix
OpenCVPackaging.cmake Multiple fixes for tests deb package build.
OpenCVUtils.cmake Disable object libraries building for cmake 2.8.7 and earlier
OpenCVVersion.cmake Switched OpenCV to a 3-component version number.
cl2cpp.cmake Build separate world-like iOS framework for contrib
copyAndroidLibs.cmake android: allow to build & run examples without Android OpenCV Manager