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