Alexander Nitsch
c2944dbc0c
Exclude >= 2.8.3 from reimplementation of CMAKE_CURRENT_LIST_DIR
...
This avoids violation of possible future CMake policy checks
regarding reserved/read-only variables.
10 years ago
Andrey Pavlenko
c059f7ddcd
Merge pull request #3726 from asmorkalov:ocv_version_inc4
10 years ago
Roman Donchenko
cf54e3b97e
Mark the libs component required
...
Everything else depends on it, after all.
10 years ago
Roman Donchenko
6d52ea8984
Add component display names
10 years ago
Roman Donchenko
b8c60234c3
Update the CPack variables to match the changes in asmorkalov/CMake#1
...
Which also happens to align the non-Debian specific variables
with the ones used by upstream CMake.
10 years ago
StevenPuttemans
2136c3f3c8
add remarks for iOS tutorial
10 years ago
Vadim Pisarevsky
a46166d30f
Merge pull request #3710 from asmorkalov:aarc64_manager_android_5
10 years ago
Vadim Pisarevsky
85fd599939
Merge pull request #3588 from vpradeep07:feature/deterministic_pnpransac
10 years ago
Vadim Pisarevsky
f3210b58a1
Merge pull request #3723 from SpecLad:run-all-tests-windows
10 years ago
Vadim Pisarevsky
d34a52042e
Merge pull request #3704 from SpecLad:win-install-data
10 years ago
Vadim Pisarevsky
99ae48f0b4
Merge pull request #3707 from alalek:fix_android_camera
10 years ago
Alexander Smorkalov
96e5300fdd
OpenCV and OpenCV Manager version++
10 years ago
StevenPuttemans
4f621de849
fix bug 3714 2.4 branch
10 years ago
Alexander Smorkalov
3649a1a179
Build fix for case without TegraDetector.
10 years ago
Alexander Smorkalov
352485fc54
Android 5 support and aarch64-related fixes for Android Manager.
10 years ago
Roman Donchenko
c1e3ca170e
Add a script to run all tests on Windows
...
It's pretty much a simplified copy of the Linux script, lacking fancy colors.
Also, I had to drop Python testing, because it's not easy to pass the Python
module location to the script, and I have no pressing need to run the Python
tests at the moment.
10 years ago
Alexander Nitsch
9665e08bac
Implement CMAKE_CURRENT_LIST_DIR for older CMake
...
The use of built-in CMAKE_CURRENT_LIST_DIR requires at least
CMake 2.8.3. This fix properly defines the variable to allow its
use in versions < 2.8.3 as well.
Fixes issue #4205 .
10 years ago
Vadim Pisarevsky
65e4df751c
Merge pull request #3705 from SpecLad:unused-nNull
10 years ago
Alexander Alekhin
4e8aac5308
Merge pull request #3683 from SeninAndrew:2.4
10 years ago
Vadim Pisarevsky
a649aea82a
Merge pull request #3699 from SpecLad:rm-component-install
10 years ago
Vadim Pisarevsky
4fcfcfd002
Merge pull request #3663 from eliteraspberries:ffmpeg-dylib
10 years ago
Vijay Pradeep
4ce31c7c1a
Merge remote-tracking branch 'itseez/2.4' into feature/deterministic_pnpransac
10 years ago
Vijay Pradeep
49bc100e51
Removing rng_seed arg in order to maintain ABI compatibility. Hardcoding seed
10 years ago
StevenPuttemans
f5a14e5594
fix message of preloaded parameters
10 years ago
Alexander Alekhin
dc21a0a6b5
Android: fix JavaCameraView implementation
...
1) Fixed deadlock if camera is started and stopped immediately
2) Invalid pattern usage of Object.wait(). Refer to "spurious wakeup": http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait
3) Fixed buffer usage:
a) fix eliminates processing of zero NV12 (green in RGB) first frame
b) latest ready frame is delivered for processing (not previous)
10 years ago
Roman Donchenko
d218f28070
cap_msmf.hpp: fix a warning about nNull being unused
...
The two functions featuring nNull are not particularly needed, so
I simply removed them.
10 years ago
Roman Donchenko
e8a7394009
Install data and test data on Windows
...
Because why not?
10 years ago
Vadim Pisarevsky
6a3a6416d7
Merge pull request #3698 from SpecLad:avcodec-free-frame
10 years ago
Vadim Pisarevsky
9e3a826263
Merge pull request #3697 from tomi44g:2.4
10 years ago
Roman Donchenko
8714219dab
Merge pull request #3695 from SpecLad:fix-hdc-tautology
10 years ago
Roman Donchenko
6c4b3c1efe
Merge pull request #3693 from SpecLad:no-absolute-destinations
10 years ago
Roman Donchenko
49fe496914
Remove useless CPACK_*_COMPONENT_INSTALL variables
...
They don't actually do anything. And even if they did, all components are
enabled by default, anyway.
10 years ago
Roman Donchenko
77578d415f
Fix a memory leak in CvCapture_FFMPEG::close
...
FFmpeg now requires that frames allocated with avcodec_alloc_frame are
freed with avcodec_free_frame.
10 years ago
Thomas Gabrowski
ff4c42d182
Fix iOS warnings about implicit conversion precision by changing double literals to float ones
10 years ago
Roman Donchenko
3d46c1f960
Don't install documentation if it isn't built
...
The HAVE_DOC_GENERATOR variable was always true.
10 years ago
Roman Donchenko
0387f8ad56
Don't use ${CMAKE_INSTALL_PREFIX} as an install destination
...
Absolute destinations are not necessary, and prevent CPack from working.
10 years ago
Vadim Pisarevsky
9a62173a5b
Merge pull request #3689 from jet47:test-script-optional-color-2.4
10 years ago
Vladislav Vinogradov
682fdcfc9b
make color output in run_test script optional
10 years ago
Andrew Senin
b9a6edfe3d
Fixing XIMEA parameters mapping (issue #4176 )
10 years ago
Vadim Pisarevsky
606a646435
Merge pull request #3680 from jet47:fix-run-tests-script-2.4
10 years ago
Vladislav Vinogradov
94d14c637f
fix opencv_run_all_tests_unix.sh script:
...
use `bash` shell instead of `sh`, since on Ubuntu `sh` by default is `dash`,
and `dash` doesn't support `PIPESTATUS` feature used in this sctipt
10 years ago
Vadim Pisarevsky
cd1ca7b08b
Merge pull request #3667 from AfterEight:cap_ximea_setResolution_bugfix
10 years ago
Vadim Pisarevsky
98f9a013d1
Merge pull request #3674 from jet47:colorize-run-test-script-2.4
10 years ago
Mansour Moufid
c60fa84027
Add back the version variables removed in ab40630f
.
10 years ago
Vadim Pisarevsky
50eb661df8
Merge pull request #3676 from asmorkalov:changelog_for_tests
10 years ago
Alexander Smorkalov
a87ccb9ac0
Added Debian changelog to -tests package.
10 years ago
Vadim Pisarevsky
8e1b1a845b
Merge pull request #3672 from asmorkalov:debian_lower_case
10 years ago
Vadim Pisarevsky
5253265342
Merge pull request #3671 from jet47:disable-gpu-match-template-tests
10 years ago
Vladislav Vinogradov
2b303f38a8
colorize opencv_run_all_tests_unix.sh script output
10 years ago
Alexander Smorkalov
e6ac64008b
Debian package names replaced by lower case version to satisfy lintian.
10 years ago