1. 24 Apr, 2015 1 commit
  2. 23 Apr, 2015 4 commits
  3. 22 Apr, 2015 2 commits
  4. 20 Apr, 2015 1 commit
  5. 19 Apr, 2015 1 commit
  6. 18 Apr, 2015 1 commit
  7. 14 Apr, 2015 1 commit
  8. 13 Apr, 2015 4 commits
  9. 07 Apr, 2015 5 commits
  10. 05 Apr, 2015 1 commit
  11. 03 Apr, 2015 6 commits
  12. 02 Apr, 2015 1 commit
  13. 01 Apr, 2015 3 commits
  14. 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
  15. 30 Mar, 2015 3 commits
  16. 29 Mar, 2015 1 commit
  17. 26 Mar, 2015 1 commit
  18. 25 Mar, 2015 3 commits