- 27 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 19 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
during opencv_world builds
-
- 01 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 15 Feb, 2018 2 commits
-
-
Alexander Alekhin authored
to reduce overhead of gradle builds
-
Alexander Alekhin authored
-
- 12 Feb, 2018 2 commits
-
-
Maksim Shabunin authored
Added group targets for samples (opencv_samples, opencv_samples_<group>), install samples/data inseparate component 'samples_data'
-
Maksim Shabunin authored
- allow installing samples sources on all platforms even if BUILD_EXAMPLES is disabled, fixed minor issues in sources installation process - use 'example_<group>_<name>' scheme for target and binary file naming - use single function for sample executable creation
-
- 07 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -i 3 -w --skip="./3rdparty" -I ../opencv-whitelist.txt`
-
- 02 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 01 Feb, 2018 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
* Do not build protobuf if dnn is disabled * Added BUILD_LIST cmake option to the cache * Moved protobuf to the top level * Fixed static build * Fixed world build * fixup! Fixed world build
-
- 13 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 08 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 15 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
fixes CUDA build
-
- 09 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 07 Dec, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 23 Nov, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 19 Oct, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 20 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 01 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
To reduce number of unnecessary rebuilds on updates of OpenCL kernels
-
- 22 Aug, 2017 1 commit
-
-
Boris Fomitchev authored
-
- 19 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 03 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 22 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 20 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 23 Mar, 2017 1 commit
-
-
Alexander Alekhin authored
- use suffixes like '.avx.cpp' - added CMake-generated files for '.simd.hpp' optimization approach - wrap HAL intrinsic headers into separate namespaces for different build flags - automatic vzeroupper insertion (via CV_INSTRUMENT_REGION macro)
-
- 13 Feb, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 31 Jan, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 23 Jan, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 13 Jan, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 15 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
- 26 Aug, 2016 1 commit
-
-
Alexander Alekhin authored
Also put "object" targets to off by default (they doesn't work well)
-
- 08 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 22 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
opencv_ts is static internal library and in case of exporting it requires all static dependencies (include HAL files)
-
- 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.
-
- 15 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-