1. 18 Dec, 2015 1 commit
  2. 17 Dec, 2015 2 commits
  3. 12 Dec, 2015 1 commit
  4. 03 Dec, 2015 1 commit
    • Maksim Shabunin's avatar
      HAL: improvements · b4bcdd10
      Maksim Shabunin authored
      - added new functions from core module: split, merge, add, sub, mul, div, ...
      - added function replacement mechanism
      - added example of HAL replacement library
      b4bcdd10
  5. 13 Oct, 2015 1 commit
  6. 28 Sep, 2015 1 commit
  7. 21 Sep, 2015 3 commits
  8. 03 Sep, 2015 1 commit
  9. 20 Aug, 2015 1 commit
  10. 30 Jul, 2015 1 commit
  11. 17 Jun, 2015 2 commits
  12. 11 Jun, 2015 1 commit
  13. 02 Jun, 2015 1 commit
  14. 22 May, 2015 1 commit
  15. 21 May, 2015 1 commit
  16. 20 May, 2015 1 commit
  17. 19 May, 2015 3 commits
  18. 24 Apr, 2015 1 commit
    • Alexander Nitsch's avatar
      Implement CMAKE_CURRENT_LIST_DIR for older CMake · d6c95621
      Alexander Nitsch authored
      The use of built-in CMAKE_CURRENT_LIST_DIR requires at least
      CMake 2.8.3. This fix properly defines the variable to allow its
      use in versions < 2.8.3 as well.
      
      Fixes issue #4205.
      
      Exclude >= 2.8.3 from reimplementation of CMAKE_CURRENT_LIST_DIR
      
      This avoids violation of possible future CMake policy checks
      regarding reserved/read-only variables.
      d6c95621
  19. 21 Apr, 2015 2 commits
  20. 19 Apr, 2015 2 commits
  21. 10 Apr, 2015 1 commit
  22. 31 Mar, 2015 1 commit
    • Roman Donchenko's avatar
      Use imported targets for linking to CUDA · 6e121b2e
      Roman Donchenko authored
      This retains the desirable quality of not including paths to CUDA libraries
      from the build system into the config files, and has two major advantages:
      
      * It removes the need to use link_directories, which doesn't guarantee that
        the libraries from the supplied directory will be used (there may be
        libraries with the same names earlier in the search path).
      
      * It removes the need to put -L entries into OPENCV_LINKER_LIBS. This variable
        is used with target_link_libraries, where such entries are treated as linker
        flags, so doing this is unportable. I remove the support for -L entries
        from OpenCVGenPkgconfig.cmake, as well, to discourage adding them in the
        future.
      6e121b2e
  23. 30 Mar, 2015 1 commit
  24. 23 Mar, 2015 1 commit
  25. 17 Mar, 2015 1 commit
  26. 10 Mar, 2015 1 commit
    • Roman Donchenko's avatar
      Add a script to run all tests on Windows · 35760bb6
      Roman Donchenko authored
      It's pretty much a simplified copy of the Linux script, lacking fancy colors.
      Also, I had to drop Python testing, because it's not easy to pass the Python
      module location to the script, and I have no pressing need to run the Python
      tests at the moment.
      
      (cherry picked from commit c1e3ca17)
      
      Conflicts:
      	CMakeLists.txt
      35760bb6
  27. 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
  28. 22 Feb, 2015 2 commits
  29. 20 Feb, 2015 2 commits
  30. 19 Feb, 2015 1 commit