1. 09 Feb, 2017 1 commit
  2. 02 Feb, 2017 1 commit
    • msk-repo01's avatar
      Fix for opencv/opencv#8105 (compiling with mingw32) · 9a1835ce
      msk-repo01 authored
      fix for opencv/opencv#8105, compilation issue with mingw32 (in
      google/googletest#721 a similar issue was solved and the reason was
      described as MinGW defines _CRITICAL_SECTION and _RTL_CRITICAL_SECTION
      as two separate (equivalent) structs, instead of using typedef)
      9a1835ce
  3. 12 Jan, 2017 1 commit
  4. 15 Dec, 2016 1 commit
  5. 12 Dec, 2016 1 commit
  6. 29 Nov, 2016 1 commit
  7. 28 Nov, 2016 1 commit
  8. 26 Nov, 2016 1 commit
  9. 18 Nov, 2016 1 commit
  10. 07 Oct, 2016 1 commit
  11. 30 Sep, 2016 1 commit
  12. 17 Aug, 2016 1 commit
  13. 04 Aug, 2016 1 commit
    • Vadim Pisarevsky's avatar
      1. fix warning from Xcode 7.x · d7ee62f0
      Vadim Pisarevsky authored
      2. fixed parsing of "cat[range_spec]ord[range_spec]" type specification string when using ml::TrainData::loadFromCSV(). Thanks to A. Kaehler for reporting it
      d7ee62f0
  14. 19 Jul, 2016 1 commit
  15. 17 Apr, 2016 1 commit
  16. 14 Apr, 2016 1 commit
  17. 11 Jan, 2016 1 commit
  18. 07 Dec, 2015 1 commit
  19. 06 Nov, 2015 1 commit
  20. 29 Oct, 2015 1 commit
  21. 17 Aug, 2015 1 commit
  22. 30 Jun, 2015 1 commit
  23. 23 May, 2015 1 commit
  24. 06 May, 2015 2 commits
  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. 27 Feb, 2015 2 commits
  27. 26 Feb, 2015 1 commit
  28. 18 Jan, 2015 1 commit
  29. 23 Dec, 2014 1 commit
  30. 21 Oct, 2014 1 commit
  31. 15 Oct, 2014 1 commit
    • Pavel Vlasov's avatar
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov authored
      IPP can be switched on and off on runtime;
      
      Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
      
      TS modifications for implementations control;
      45958eaa
  32. 08 Oct, 2014 1 commit
  33. 08 Aug, 2014 1 commit
  34. 14 Jul, 2014 1 commit
  35. 07 Jul, 2014 1 commit
  36. 26 Jun, 2014 1 commit
  37. 17 Apr, 2014 2 commits