1. 25 4月, 2015 3 次提交
  2. 23 4月, 2015 5 次提交
  3. 22 4月, 2015 1 次提交
  4. 21 4月, 2015 1 次提交
  5. 19 4月, 2015 2 次提交
  6. 14 4月, 2015 2 次提交
  7. 13 4月, 2015 3 次提交
  8. 07 4月, 2015 5 次提交
  9. 06 4月, 2015 1 次提交
  10. 04 4月, 2015 1 次提交
  11. 03 4月, 2015 5 次提交
  12. 02 4月, 2015 1 次提交
  13. 01 4月, 2015 3 次提交
  14. 31 3月, 2015 1 次提交
    • R
      Use imported targets for linking to CUDA · 6e121b2e
      Roman Donchenko 提交于
      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 3月, 2015 4 次提交
  16. 27 3月, 2015 1 次提交
  17. 25 3月, 2015 1 次提交
    • P
      Changes to be committed: · a9d4e053
      Prof. Dr. Rudolf Haussmann 提交于
         (use "git reset HEAD <file>..." to unstage)
      
      	modified:   highgui/include/opencv2/highgui/highgui_c.h
      	modified:   highgui/src/cap_dshow.cpp
      	modified:   java/generator/gen_java.py
      
      The correction of the orthographic error in the enumeration constant
      CAP_PROP_MONOCROME has been undone.
      a9d4e053