1. 07 Feb, 2018 1 commit
    • luz.paz's avatar
      Some mist. typo fixes · 413fba14
      luz.paz authored
      Found via `codespell -i 3 -w --skip="./3rdparty" -I ../opencv-whitelist.txt`
      413fba14
  2. 05 Jan, 2018 1 commit
  3. 15 Dec, 2017 1 commit
  4. 07 Nov, 2017 2 commits
  5. 04 Nov, 2017 1 commit
  6. 09 Oct, 2017 1 commit
  7. 19 Sep, 2017 1 commit
  8. 21 Aug, 2017 1 commit
  9. 16 Jul, 2017 1 commit
  10. 06 Jul, 2017 1 commit
    • Patrik Huber's avatar
      Added detection of MSVC1911 · 600b7a30
      Patrik Huber authored
      This is VS2017 Preview. It makes sure the version is detected properly and the INSTALL target then correctly installs to x64/vc15 (the same as MSVC1910).
      600b7a30
  11. 03 Jul, 2017 1 commit
  12. 23 Jan, 2017 1 commit
  13. 06 Dec, 2016 3 commits
  14. 01 Dec, 2016 1 commit
  15. 23 Nov, 2016 1 commit
  16. 18 Nov, 2016 1 commit
  17. 08 Oct, 2015 1 commit
  18. 06 Oct, 2015 1 commit
  19. 25 Aug, 2015 2 commits
  20. 02 May, 2015 2 commits
  21. 24 Apr, 2015 1 commit
  22. 07 Apr, 2015 1 commit
  23. 30 Mar, 2015 2 commits
    • Alexander Nitsch's avatar
      66e653d2
    • Alexander Nitsch's avatar
      Fix MinGW detection on x86 · 2e86cede
      Alexander Nitsch authored
      MinGW-w64 always uses "w64" as vendor key which the previously
      used check for "64" anywhere in the target triplet matched. This
      would lead to MinGW-w64 setups always being treated as x64.
      
      Turns out we do not even need this additional check since the
      architecture has been correctly determined earlier in this file.
      No need to do it again.
      2e86cede
  24. 24 Mar, 2015 1 commit
  25. 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
  26. 26 Feb, 2015 1 commit
  27. 24 Feb, 2015 1 commit
  28. 23 Feb, 2015 1 commit
    • Alexander Nitsch's avatar
      Fix MinGW detection on x86 · 8ae64027
      Alexander Nitsch authored
      MinGW-w64 always uses "w64" as vendor key which the previously
      used check for "64" anywhere in the target triplet matched. This
      would lead to MinGW-w64 setups always being treated as x64.
      
      Since we are actually interested in finding the "64" in the
      triplet's operating system key, this fix makes sure to look for
      "mingw64" and thus avoids the false match.
      
      Fixes issue #3835. Credits to Lode Leroy for the original patch.
      8ae64027
  29. 28 Dec, 2014 1 commit
  30. 18 Nov, 2013 1 commit
  31. 09 Oct, 2013 1 commit
  32. 13 May, 2013 1 commit
  33. 08 Apr, 2013 1 commit
  34. 03 Apr, 2013 1 commit