- 17 Mar, 2016 1 commit
-
-
Vitaly Tuzov authored
Test launch script updated to run new tests as well.
-
- 11 Mar, 2016 2 commits
-
-
Maksim Shabunin authored
-
Alexander Smorkalov authored
-
- 01 Feb, 2016 1 commit
-
-
atinfinity authored
-
- 30 Jan, 2016 1 commit
-
-
atinfinity authored
-
- 21 Jan, 2016 2 commits
-
-
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.
-
Alexander Smorkalov authored
-
- 23 Dec, 2015 1 commit
-
-
atinfinity authored
-
- 22 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 09 Dec, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 25 Nov, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 19 Nov, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 17 Nov, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 29 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 23 Oct, 2015 1 commit
-
-
Alexander Smorkalov authored
-
- 19 Oct, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 13 Oct, 2015 2 commits
-
-
Aaron Simmons authored
-
Alexander Smorkalov authored
-
- 28 Sep, 2015 1 commit
-
-
Alexander Smorkalov authored
-
- 11 Sep, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 26 Aug, 2015 1 commit
-
-
Roman Donchenko authored
-
- 25 Aug, 2015 1 commit
-
-
Roman Donchenko authored
And refactor the code to make sure that the dev and runtime package lists are in sync.
-
- 16 Aug, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 02 Aug, 2015 1 commit
-
-
a-andre authored
-
- 22 Jul, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jul, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 09 Jun, 2015 2 commits
-
-
Vadim Pisarevsky authored
(cherry picked from commit 2b2e3ee9) Conflicts: cmake/OpenCVFindLibsVideo.cmake modules/videoio/src/cap.cpp modules/videoio/src/cap_ffmpeg_impl.hpp modules/videoio/src/ffmpeg_codecs.hpp modules/videoio/test/test_ffmpeg.cpp
-
Alexander Smorkalov authored
-
- 08 Jun, 2015 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
Because that's the variable actually used by CPack.
-
- 21 May, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 19 May, 2015 4 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Alexander Smorkalov authored
-
- 06 May, 2015 3 commits
-
-
Vladislav Vinogradov authored
it adds OPENCV_TINY_GPU_MODULE definition, that will allow to build tiny version of gpu module (with limited image format support)
-
Alexander Smorkalov authored
(cherry picked from commit 63d6cc5c)
-
Alexander Smorkalov authored
-
- 02 May, 2015 1 commit
-
-
Patrik Huber authored
Without the fix, OpenCV will compile and silently copy the compiled libs/executables to a location not prefixed with arch/vc14, and OpenCV won't be picked up by find_package and OpenCVConfig.cmake.
-
- 25 Apr, 2015 1 commit
-
-
Abhijit Kundu authored
-