- 23 Mar, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 21 Mar, 2016 2 commits
-
-
Alexander Smorkalov authored
-
Maksim Shabunin authored
-
- 18 Mar, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 17 Mar, 2016 4 commits
-
-
StevenPuttemans authored
-
Alexander Smorkalov authored
-
Vitaly Tuzov authored
Test launch script updated to run new tests as well.
-
Alexander Smorkalov authored
-
- 16 Mar, 2016 4 commits
-
-
Roman Donchenko authored
I delete the LIBAVFORMAT_BUILD < 5231 branch, because I couldn't even find FFmpeg with such a small build number, let alone test with it.
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
Roman Donchenko authored
It has already been partially backported by #6199; this commit completes the backport.
-
- 14 Mar, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 13 Mar, 2016 1 commit
-
-
shruthikashyap authored
-
- 12 Mar, 2016 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Mar, 2016 5 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Piotr Semenov authored
-
Alexander Alekhin authored
-
Alexander Smorkalov authored
-
- 10 Mar, 2016 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 09 Mar, 2016 1 commit
-
-
WANG Guoqin authored
-
- 03 Mar, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
- 02 Mar, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 26 Feb, 2016 3 commits
-
-
Vitaly Tuzov authored
-
Vitaly Tuzov authored
-
https://github.com/Itseez/opencv/pull/6025Vitaly Tuzov authored
At the moment tests requre samples/data copied to source location from master branch.
-
- 15 Feb, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 12 Feb, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 08 Feb, 2016 2 commits
-
-
Maksim Shabunin authored
-
Alexander Shishkov authored
This project is dead from the 1st September last year
-
- 02 Feb, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 01 Feb, 2016 1 commit
-
-
atinfinity authored
-
- 30 Jan, 2016 1 commit
-
-
atinfinity authored
-
- 23 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jan, 2016 1 commit
-
-
Matt Leotta authored
The INSTALL_NAME_DIR property of a target specifies how a dynamic library should be found on OS X. If INSTALL_NAME_DIR is not specified the loader will search relative to the standard search paths. If specified it should either be an absolute path or relative path prefixed with either @executable_path, @load_path, or @rpath. Specifying "lib" does not make sense here and causes linking error as documented here: http://answers.opencv.org/question/4134/cmake-install_name_tool-absolute-path-for-library-on-mac-osx/ and here http://stackoverflow.com/questions/26978806/dyld-library-not-loaded-lib-libopencv-core-3-0-dylib-reason-image-not-found This patch removes INSTALL_NAME_DIR everywhere it is set to "lib". An alternate solution would be to set an absolute path like "${CMAKE_INSTALL_PREFIX}/lib" or relative path like "@executable_path/../lib". However, if there is not specific need for specifying a path, it is probably best left unset.
-