Andrey Kamaev
|
37212f5e00
|
Fixing compiler flags checks.
|
13 years ago |
Andrey Kamaev
|
79df8db76f
|
Fixed recently introduced build problems on some platforms
|
13 years ago |
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
13 years ago |
Andrey Kamaev
|
5b2db8e75b
|
Dragonfly BSD build fix #2010 (thanks to Thomas Klausner)
|
13 years ago |
Andrey Kamaev
|
052d2dc23a
|
Merged the trunk r8459:8466 (inclusive)
|
13 years ago |
Andrey Kamaev
|
949c4edf41
|
Merged the trunk r8408:8457 (inclusive)
|
13 years ago |
Andrey Kamaev
|
7b5a45eac4
|
Merged the trunk r8384:8407 (inclusive)
|
13 years ago |
Andrey Kamaev
|
ca6d2fe76b
|
Moved 3rd-party libraries detection to separate cmake files
|
13 years ago |
Andrey Kamaev
|
e161f428a0
|
Fixed PvAPI search on Windows #1927
|
13 years ago |
Andrey Kamaev
|
0716ebb7a6
|
Refactored highgui libraries search (tested on Windows only)
|
13 years ago |
Andrey Kamaev
|
094c32ced7
|
Refactored CMake status report for video IO libs
|
13 years ago |
Andrey Kamaev
|
d069c062a6
|
Added Windows paths support to Eigen search.
|
13 years ago |
Andrey Kamaev
|
70166820ea
|
Merged the trunk r8324:8345
|
13 years ago |
Andrey Kamaev
|
c3577a288b
|
Merged the trunk r8291:8321
|
13 years ago |
Vadim Pisarevsky
|
9bbcebd6b0
|
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
|
13 years ago |
Vladislav Vinogradov
|
91e312958b
|
disabled WITH_OPENGL flag under MacOS
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
4a34487a03
|
get back to single-version ffmpeg wrapper (no more v2); make sure the library builds and the tests pass on Ubuntu 10.04 that includes pretty old version of ffmpeg
|
13 years ago |
Vadim Pisarevsky
|
083cbe999b
|
force BUILD_PNG/JPEG/TIFF/ZLIB on MacOSX, because sometimes the found lib<...> is different from the one used in build.
|
13 years ago |
Andrey Kamaev
|
b1bf062671
|
Configuration name is added to the CMake status report
|
13 years ago |
Andrey Kamaev
|
019122fba7
|
Fixed dependencies for cmake status embeeded into opencv core
|
13 years ago |
Andrey Kamaev
|
7c025dfc60
|
Added CUDA version to CMake status
|
13 years ago |
Andrey Kamaev
|
624880fd67
|
Minor update for new Ninja cmake generator
|
13 years ago |
Andrey Kamaev
|
247e2d085f
|
Updated for cmake 2.8.8
|
13 years ago |
Alexey Spizhevoy
|
306248e444
|
Added support of Clp for Windows
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Alexey Spizhevoy
|
020f9a6047
|
Updated Clp library related code in CMakeLists.txt
|
13 years ago |
Andrey Kamaev
|
47148ce275
|
Added version detection for OpenNI
|
13 years ago |
Alexey Spizhevoy
|
ae839df55d
|
Added WITH_CLP flag support into cmake scripts.
|
13 years ago |
Andrey Kamaev
|
570ec2f166
|
Improved status report for Eigen and Ximea, improved search of PvApi headers/libs
|
13 years ago |
Andrey Kamaev
|
626afecaf8
|
Fixed couple of MSVC warnings
|
13 years ago |
Andrey Kamaev
|
12d42768f8
|
Slightly improved cmake status report
|
13 years ago |
Andrey Kamaev
|
935222c58f
|
ffmpeg version info for Windows
|
13 years ago |
Andrey Kamaev
|
6fa2f3b74d
|
Minor formatting fix in status report
|
13 years ago |
Andrey Kamaev
|
f7853b262b
|
Fixed cmake configuration for Android for case when only one SDK target is available #1781
|
13 years ago |
Andrey Kamaev
|
97427aa614
|
Added more version information to cmake status (FFMPEG, GStreamer, Unicap, Xine, V4L, DC1394)
|
13 years ago |
Andrey Kamaev
|
aa4a45ff3b
|
Added more version information to cmake status (Qt, CUDA, OpenEXR, gcc)
|
13 years ago |
Andrey Kamaev
|
d1a8f562b9
|
Added version detection for zlib, libjpeg, libjasper, libpng, libtiff
|
13 years ago |
Andrey Kamaev
|
7ed80d54d7
|
Added TBB version detection to CMake
|
13 years ago |
Andrey Kamaev
|
7cc7a3f37d
|
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
|
13 years ago |
Andrey Kamaev
|
c16a1d86cc
|
Fixed python detection on Windows with both 32bit and 64bit pythons installed.
|
13 years ago |
Andrey Kamaev
|
1c1c6b98f6
|
#645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration
|
13 years ago |
Vadim Pisarevsky
|
32d72047d5
|
reduced the video size in video writer tests; retained only most popular codecs. added ffmpeg support on MacOSX.
|
13 years ago |
Andrey Kamaev
|
c648de0e08
|
Fixed build error in Android examples when java bindings are excluded from build.
|
13 years ago |
Andrey Kamaev
|
63c6e9d6d2
|
#1537 removed suspicious lines clearing optimization flags
|
13 years ago |
Andrey Kamaev
|
3ac1f31126
|
Fixed Android tests and samples status in cmake report; restored java tests "coverage calculation".
|
13 years ago |
Andrey Kamaev
|
e72a23243b
|
Reworked build scripts for Android Java API, tests and examples
|
13 years ago |
Alexander Shishkov
|
6412e17df6
|
fixed #1502
|
13 years ago |
Andrey Kamaev
|
8991d323ea
|
Refactored Java wrapper build scripts.
Improved Android SDK search, fixed some bugs.
|
13 years ago |
Andrey Kamaev
|
9b2d7e19db
|
Added "fat" mode for Java wrapper
|
13 years ago |