1. 24 Mar, 2017 1 commit
  2. 18 Dec, 2015 1 commit
  3. 17 Dec, 2015 1 commit
  4. 02 Mar, 2015 1 commit
    • 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
  5. 26 Jan, 2015 1 commit
  6. 10 Sep, 2014 1 commit
    • GregoryMorse's avatar
      Add VS2013 support · 58740285
      GregoryMorse authored
      Fix indentation in output that made it look like changes were dependent on WinRT when they are independent libraries.
      
      Defaults needed flipping otherwise undesired behavior.  Change is tested with combinations.
      
      Fixed and tested
      
      Windows Phone v8.0/v8.1 SDK for Universal Windows Apps (Windows Phone v8.1 Silverlight App support not included) and fix initial cache causing problem
      58740285
  7. 26 Dec, 2013 1 commit
    • GregoryMorse's avatar
      Update CMakeLists.txt · 48808581
      GregoryMorse authored
      WinRT native C++ support allowing building of static libraries
      
      Update CMakeLists.txt
      
      Update OpenCVCRTLinkage.cmake
      
      Update OpenCVCRTLinkage.cmake
      48808581
  8. 28 Aug, 2013 1 commit
  9. 22 Aug, 2013 1 commit
    • Roman Donchenko's avatar
      Fix errors in usages of try_compile · a9e9ce85
      Roman Donchenko authored
      * There's no OPENCV_BINARY_DIR variable;
      * No need to append CMakeFiles/CMakeTmp, as CMake does it for you;
      * Output variables are unused;
      * Wrong usage of CMAKE_FLAGS;
      * Small quoting and style issues.
      a9e9ce85
  10. 21 Aug, 2013 1 commit
  11. 16 Aug, 2013 1 commit
  12. 02 Aug, 2013 1 commit
    • Alexander Smorkalov's avatar
      Warning and review notes fixes. · 63786c38
      Alexander Smorkalov authored
      WITH_WINRT -> ENABLE_WINRT_MODE;
      Some temporary char* replaced with Ptr<char>;
      Build fix for regular WIN32;
      Windows Platform SDK and MSVC search added to cmake;
      Warinig fixes.
      63786c38
  13. 31 Jul, 2013 1 commit
  14. 02 Mar, 2012 1 commit
  15. 03 Feb, 2012 2 commits
    • Andrey Kamaev's avatar
      Fixing build on Windows · c99253d6
      Andrey Kamaev authored
      c99253d6
    • Andrey Kamaev's avatar
      Global CMake reorganization: · 984eb994
      Andrey Kamaev authored
       [~] Automatically tracked dependencies between modules
       [+] Support for optional module dependencies
       [+] Options to choose modules to build
       [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
       [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
       [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
      984eb994