1. 04 Oct, 2016 1 commit
  2. 26 Oct, 2015 1 commit
  3. 19 Oct, 2015 1 commit
  4. 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
  5. 30 Mar, 2015 1 commit
  6. 25 Dec, 2014 1 commit
    • Andrey Kamaev's avatar
      Assorted fixes: · c105b729
      Andrey Kamaev authored
      * cmake CMP0054 and CMP0045
      * aarch64 build
      * portable code options in PCH cmake
      * some of gcc 4.9 warnings
      c105b729
  7. 10 Feb, 2014 1 commit
    • Alexander Smorkalov's avatar
      Multiple improvements in OpenCV examples build. · a49beb7c
      Alexander Smorkalov authored
      EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
      INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
      opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
      CUDA initialization apportunity added to OpenCVLoader.initDebug();
      Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
      (cherry picked from commit 6ae4a9b0)
      a49beb7c
  8. 06 Feb, 2014 1 commit
    • Alexander Smorkalov's avatar
      Multiple improvements in OpenCV examples build. · 6ae4a9b0
      Alexander Smorkalov authored
      EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
      INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
      opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
      CUDA initialization apportunity added to OpenCVLoader.initDebug();
      Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
      6ae4a9b0
  9. 24 Oct, 2013 1 commit
  10. 23 Oct, 2013 1 commit
  11. 17 Oct, 2013 1 commit
  12. 15 Oct, 2013 1 commit
  13. 09 Oct, 2013 2 commits
  14. 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
  15. 21 Aug, 2013 1 commit
  16. 05 Jun, 2013 1 commit
  17. 14 May, 2013 1 commit
  18. 13 Feb, 2013 1 commit
  19. 29 Jan, 2013 1 commit
  20. 23 Aug, 2012 1 commit
  21. 13 Jul, 2012 1 commit
  22. 09 Jul, 2012 1 commit
  23. 28 Jun, 2012 2 commits
  24. 20 Jun, 2012 1 commit
  25. 18 Jun, 2012 1 commit
  26. 15 Jun, 2012 1 commit
  27. 13 Jun, 2012 2 commits
  28. 12 Jun, 2012 1 commit
  29. 09 Jun, 2012 1 commit
  30. 08 Jun, 2012 3 commits
  31. 30 May, 2012 1 commit
  32. 20 May, 2012 1 commit
  33. 30 Apr, 2012 1 commit
  34. 24 Apr, 2012 1 commit
  35. 23 Apr, 2012 1 commit