Vladislav Vinogradov
0e5fec288c
check that current directory has write access
9 years ago
Roman Donchenko
c0cc51cb4b
Add ARM64 packaging support
9 years ago
Roman Donchenko
5dd76a4791
Set CPACK_DEBIAN_PACKAGE_ARCHITECTURE instead of CPACK_DEBIAN_ARCHITECTURE
...
Because that's the variable actually used by CPack.
9 years ago
Ilya Lavrenov
7746d9b7cc
fix for corrent modules dependencies
...
(cherry picked from commit 1c3d83df54
)
9 years ago
Roman Donchenko
d122510c4f
Only conflict with packages corresponding to modules that are built
9 years ago
Roman Donchenko
6613d14261
Add missing packages to the Debian conflict list
...
And refactor the code to make sure that the dev and runtime package lists are
in sync.
9 years ago
a-andre
226ff93917
install new headers like "opencv2/core.hpp"
9 years ago
Alexander Alekhin
7213e5f68a
ocl: correct disabling of OpenCL code
9 years ago
Ilya Lavrenov
5eb67cc2cb
fix for corrent modules dependencies
9 years ago
Ilya Lavrenov
1c3d83df54
fix for corrent modules dependencies
9 years ago
Alexey Ershov
22bb5d1fcc
implemented sample build in fallback mode without interop
9 years ago
Alexander Alekhin
b15a9d675e
cmake: use copy_if_different
9 years ago
Alexey Ershov
68a0347ff9
fallback path & sample timing implemented
...
fixed trailing whitespaces
renamed files *vaapi* to *va_intel*
changed names vaapi* to va_intel*
9 years ago
Roman Donchenko
4ab2771957
Only conflict with packages corresponding to modules that are built
9 years ago
Alexander Alekhin
bbff288447
fix build with python3 only
9 years ago
Roman Donchenko
bef2b27155
Add missing packages to the Debian conflict list
...
And refactor the code to make sure that the dev and runtime package lists are
in sync.
9 years ago
Maksim Shabunin
69db797ebb
Fixed ccache detection condition
9 years ago
Maksim Shabunin
84ecf4b1dd
Disabling precompiled headers when ccache is detected
9 years ago
Alexey Ershov
a8656ea20f
implemented core support & sample
...
fixed whitespaces
fixed issues
fixed issue
fixed module statement issues
fixed access mode
added initialization check
fixed warning
9 years ago
Maksim Shabunin
973abf0d62
cmake: Added missing extra modules warning
9 years ago
Ashley Stacey
d8d78b4a98
Fix pdb file generation on Windows for CMake versions after 3.1.0.
...
Pdb file support was changed in CMake 2.8.12, support was added in CMake 3.1.0 to work around the problems created by the change introduced in CMake 2.8.12.
9 years ago
Ilya Lavrenov
c19ed39a78
repaired GStreamer 0.10 version
9 years ago
Ruslan Baratov
e8a1bc2bd9
Suppress error message of execute_process
...
Command 'execute_process' from OpenCVFindMatlab module can omit error message
to the standard output. This can break build of the OpenCV package in
ExternalProject_Add (Windows/Visual Studio).
9 years ago
Alexander Alekhin
63bae5da71
vtk: disable on cross-compilation
9 years ago
Alexander Alekhin
d83d2d4c2f
viz: fix precompiled headers definitions
9 years ago
a-andre
5262371660
install new headers like "opencv2/core.hpp"
9 years ago
Alexander Alekhin
fe0a17e78f
fix build with Win7 SDK
9 years ago
Alexander Alekhin
42ba5c7d16
fix GCC 4.9 warnings
9 years ago
Alexander Alekhin
0906744788
fix python cross-compilation
9 years ago
Alexander Alekhin
2c2645191a
fix python cross-compilation
9 years ago
Alexander Alekhin
aa871ca506
fix wrong usage of status(), remove useless message in videoio
9 years ago
Alexander Alekhin
56ad207d37
update ffmpeg wrapper binaries
...
Scripts are updated for Linux-based (Ubuntu 14.04) mingw cross-compilation (full stack of scripts provided)
Part of these scripts may work under Windows installation of MinGW, but it is not supported.
FFMPEG update: 2.7.1
Added OpenH264 Cisco binaries support for H264 encoding: v1.4.0
10 years ago
Evgeny Agafonchikov
6a6d58d389
Adding test support for WINRT
10 years ago
Maksim Shabunin
83b2621de4
Android: renamed default library name for static and dynamic fallback load; fixed libz import for 64-bit platforms
10 years ago
Alexander Alekhin
f11ed4b91d
fix "non target" warning for "world" build
10 years ago
Maksim Shabunin
f63dde2f43
Separate OpenCV.mk files for different ABIs
10 years ago
Alexander Alekhin
1ce0ef9d41
fix build without IPP (and empty 3rdparty)
10 years ago
Ruslan Baratov
f30bf39bd4
Add OpenCV_INCLUDE_DIRS to INTERFACE_INCLUDE_DIRECTORIES target property
...
With this fix there is no need to add includes by using
`include_directories(${OpenCV_INCLUDE_DIRS})`. Directory will be added by
command `target_link_libraries(... ${OpenCV_LIBS})` automatically.
10 years ago
Alexander Alekhin
a482dcce46
fix support for pthreads parallel_for
10 years ago
Alexander Alekhin
b7cfd5a7da
ocl: added errors processing in OpenCL code generator, resolve space issue
10 years ago
Vadim Pisarevsky
799622affd
make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10)
...
(cherry picked from commit 2b2e3ee93c
)
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
10 years ago
Alexander Smorkalov
57ab0d4d17
Debian packages header update to fix conflict with OpenCV from deb repo.
10 years ago
Roman Donchenko
02f8b85dd9
Add ARM64 packaging support
10 years ago
Roman Donchenko
1fbdca0c9b
Set CPACK_DEBIAN_PACKAGE_ARCHITECTURE instead of CPACK_DEBIAN_ARCHITECTURE
...
Because that's the variable actually used by CPack.
10 years ago
Alexander Alekhin
8184e57dd6
fix tests build (win,shared,world)
10 years ago
Maksim Shabunin
7ee79b73f6
AndroidMgr: fixed package build
10 years ago
Maksim Shabunin
caffbaafbe
Updated Manager for Android
10 years ago
kalistratovag
bf5393ae58
parallel for on pthreads initial commit
...
removing trailing whitespaces
Compilation error on Mac fix & warning on android
Warnings fixed on iOs
10 years ago
Alexander Smorkalov
1df0f1da97
Precise default CUDA version for Tegra X1 chips.
10 years ago
Ilya Lavrenov
bb72206ec5
ability to enable OpenMP simultaneously with other parallel framework
10 years ago