- 22 Jun, 2016 2 commits
-
-
Alexander Alekhin authored
CPack can't work with absolute paths.
-
Alexander Alekhin authored
opencv_ts is static internal library and in case of exporting it requires all static dependencies (include HAL files)
-
- 20 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
- removed OpenCV_LIB_DIR* vars (they are broken and not required anymore) - OpenCVConfig.cmake doesn't contain ANDROID/CUDA code if there is no such support - removed OpenCV2_INCLUDE_DIRS_CONFIGCMAKE, merged into OpenCV_INCLUDE_DIRS_CONFIGCMAKE - fix hard-coded relative paths for OpenCV_INSTALL_PATH - removed OpenCV_TBB_ARCH - switch OpenCVConfig.cmake into 2-level mode for Android SDK
-
- 16 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
Some CMake 3.x (2.8.12.2 is fine) provides broken build configurations with following build error message: ld: fatal error: -soname: must take a non-empty argument Linker command line sample contains this: "-shared -Wl,-soname, -o"
-
- 15 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 03 Jun, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 26 May, 2016 1 commit
-
-
Guy Sheffer authored
-
- 13 May, 2016 1 commit
-
-
Maksim Shabunin authored
Command line generation routine uses "-isystem" to include headers outside of "<opencv>/modules" folder, but GCC 6 does not work when passed "-isystem /usr/include" option.
-
- 18 Apr, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 06 Apr, 2016 1 commit
-
-
qiao authored
syntax of cmake "get_filename_component" changed after version 2.8.11 for cmake version < 2.8.11 get_filename_component(<VAR> <FileName> PATH [CACHE]) for cmake version >= 2.8.11 get_filename_component(<VAR> <FileName> DIRECTORY [CACHE]) Update OpenCVConfig.cmake Update OpenCVConfig.cmake.in
-
- 19 Mar, 2016 1 commit
-
-
Xiaolei Yu authored
-
- 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
-
- 11 Feb, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 06 Feb, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 01 Feb, 2016 2 commits
-
-
atinfinity authored
-
atinfinity authored
-
- 30 Jan, 2016 2 commits
-
-
atinfinity authored
-
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
-
- 20 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 15 Jan, 2016 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Useful for debug purposes: cmake -DDEBUG_POST="ocv_cmake_dump_vars(CUDA)" . cmake -DCMAKE_PRE="ocv_cmake_dump_vars(\"OPENCL|opencl\")" .
-
Alexander Alekhin authored
-
- 14 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 28 Dec, 2015 1 commit
-
-
Dan Moodie authored
-
- 23 Dec, 2015 2 commits
-
-
atinfinity authored
-
atinfinity authored
-
- 22 Dec, 2015 3 commits
-
-
Alexander Alekhin authored
-
Philip authored
#5858 for master
-
Maksim Shabunin authored
-
- 18 Dec, 2015 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 17 Dec, 2015 4 commits
-
-
Gregory Morse authored
-
Vincent Rabaud authored
If I ask for version 2, the current trunk version (version 3), will say it is compatible, which is erroneous. Do not consider different major versions compatible in cmake config file
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-