- 22 May, 2018 2 commits
-
-
Alexander Enaldiev authored
* imgcodecs cmake: the option to customize supported formats list (WITH_IMGCODEC_HDR, WITH_IMGCODEC_SUNRASTER, WITH_IMGCODEC_PXM) * imgcodecs: fixes - fixed CMake scripts (=OFF doesn't really work) - restore dropped GDCM block - added _IMGCODEC_ prefix - fixed tests - include PAM format under WITH_IMGCODEC_PXM option
-
Maksim Shabunin authored
-
- 21 May, 2018 1 commit
-
-
Alexander Alekhin authored
issue 11552
-
- 11 May, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 02 May, 2018 1 commit
-
-
Sayed Adel authored
-
- 28 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 26 Apr, 2018 3 commits
-
-
Alexander Alekhin authored
- remove duplicates - restore "always on" missing entries - fix FP16 detection on MSVC
-
Alexander Alekhin authored
-
Alexander Enaldiev authored
-
- 24 Apr, 2018 3 commits
-
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
via GCC/Clang __POPCNT__ define
-
- 23 Apr, 2018 2 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 20 Apr, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 19 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 18 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
Reproducer: cmake -DCPU_BASELINE=AVX2 -DCV_DISABLE_OPTIMIZATION=ON ...
-
- 17 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Apr, 2018 1 commit
-
-
Tomoaki Teshima authored
* remove NVidia and Nvidia * replace Cuda with CUDA * keep the letters for API
-
- 10 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
CMake generated files is a part of target depends list. Details: `cmake --help-policy CMP0058`
-
- 09 Apr, 2018 2 commits
-
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
* Add CPU default extensions loading in IE dnn backend * Load cpu_extensions for the future Intel's Inference Engine
-
- 06 Apr, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 05 Apr, 2018 2 commits
-
-
Alexander Alekhin authored
-
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 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 01 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-