- 06 Apr, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 05 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
- properly detect Android SDK support of Ant/Gradle projects - divide processing of And/Gradle based projects
-
- 28 Mar, 2018 5 commits
-
-
Alexander Alekhin authored
CPATH entries are processed before any -isystem: https://gcc.gnu.org/onlinedocs/cpp/Environment-Variables.html
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 27 Mar, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- Recommended compiler checks: - GCC: CV_GCC - Clang: CV_CLANG - fixed problem with CMAKE_CXX_COMPILER_ID=Clang/AppleClang mess on MacOSX Details: cmake --help-policy CMP0025 - do not declare Clang as GCC compiler
-
- 19 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
during opencv_world builds
-
- 15 Mar, 2018 2 commits
-
-
Alexander Alekhin authored
add_dependencies(${target}) doesn't control regeneration of .apk file, because "${target}" is dummy target.
-
Sonny Kurniawan authored
When compiling with OpenNI2 flag active, CMake will not be able to find OpenNI.h due to the environment path not set in OpenCVFindOpenNI2.cmake. This PR rectifies this issue.
-
- 07 Mar, 2018 1 commit
-
-
jchazalon authored
This suppresses the interpretation of string literals by switching the ocv_download_log from a macro to a function. This avoid crashes when the string to log contains escape characters. More details about the problem this PR fixes are available at: https://github.com/opencv/opencv_contrib/issues/1131
-
- 06 Mar, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 01 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 27 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 25 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 22 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 15 Feb, 2018 2 commits
-
-
Alexander Alekhin authored
to reduce overhead of gradle builds
-
Alexander Alekhin authored
-
- 14 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 12 Feb, 2018 4 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
-
Alexander Alekhin authored
Resolves CMake error after relaunch with updated source code: Cannot find source file: modules/dnn/layers/layers_common.avx512_skx.cpp
-
Alexander Alekhin authored
* cmake: add ocv_get_smart_file_name() macro * cmake: avoid adding files for unavailable dispatch modes
-
- 11 Feb, 2018 1 commit
-
-
Fangjun Kuang authored
-
- 09 Feb, 2018 2 commits
-
-
Alexander Alekhin authored
Read flags from 'cache' instead of resetting them
-
Dmitry Kurtaev authored
-
- 07 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -i 3 -w --skip="./3rdparty" -I ../opencv-whitelist.txt`
-
- 06 Feb, 2018 2 commits
-
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
* Intel Inference Engine deep learning backend. * OpenFace network using Inference Engine backend
-
- 05 Feb, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 03 Feb, 2018 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 02 Feb, 2018 2 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 01 Feb, 2018 3 commits
-
-
Maksim Shabunin authored
-
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
-
- 27 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
fix missing "opencv2/core/opencl" headers from core module (updated install list)
-