Vadim Pisarevsky
8efb84b5a4
added ios camera support in highgui. turned on optimization in opencv2.framework (ticket #2232 )
12 years ago
Vadim Pisarevsky
82cb2ab556
fixed bug in SVD, ticket #2027 ; fixed building highgui with ffmpeg support on MacOSX
13 years ago
Andrey Kamaev
69b5972e03
Fixed MSVC build with Qt enabled #2096
13 years ago
Andrey Kamaev
55567582a6
added XIMEA support for linux (by Igor Kuzmin) #2085
13 years ago
Andrey Kamaev
827d7ba2e9
fixed highgui configuration with QT enabled
13 years ago
Andrey Kamaev
694f0e954f
Added linking against AppKit framework when OpenCV is configured with WITH_QUICKTIME=OFF
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
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
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Andrey Kamaev
e161f428a0
Fixed PvAPI search on Windows #1927
13 years ago
Vadim Pisarevsky
fd68cc768a
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876 )
13 years ago
Andrey Kamaev
ac8f61ee91
Fixed Linux build
13 years ago
Andrey Kamaev
decd6c0fab
Restored QuartzCore framework for OS X
13 years ago
Andrey Kamaev
0716ebb7a6
Refactored highgui libraries search (tested on Windows only)
13 years ago
Andrey Kamaev
8d135e8ea1
Shortened CMake script for opencv_world. Fixed opencv_world link with non-Visual Studio generators on Windows.
13 years ago
Vadim Pisarevsky
6dde56faf4
fixed building opencv_world with VS2010
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
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Vadim Pisarevsky
3228599a35
fixed some more GCC warnings
13 years ago
Alexander Reshetnikov
e0b772a392
Added a first version of new ffmpeg wrapper
13 years ago
Andrey Kamaev
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
13 years ago
Andrey Kamaev
8141a5026c
Refactored cmake for 3rdparty libs
13 years ago
Andrey Kamaev
a8f0c93379
Modified zlib search. Use system zlib on Android by default
13 years ago
Andrey Kamaev
691d392312
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
13 years ago
Alexander Reshetnikov
edc9d4f951
fixed compiling error under Windows; updated test_video_io.cpp
13 years ago
Andrey Kamaev
68a54e7f3c
Fixed incorrectly merged patch.
13 years ago
Leonid Beynenson
3ef5bfa185
Applied the patch, received from akamaev. Also made some changes in CMake files to fix Android camera issue.
13 years ago
Andrey Kamaev
aa9735f9b5
Fixed mingw build
13 years ago
Andrey Kamaev
eac055a27e
Fixed ticket #1580
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Ethan Rublee
b254358d35
highgui headers were not being installed...
13 years ago
Andrey Kamaev
82ae0b2c0c
Attempt to fix build on Mac OS X
13 years ago
Andrey Kamaev
9d5c24cdc8
Updating opencv module definition in cmake (continued)
13 years ago
Andrey Kamaev
13f4e70e95
Updating opencv module definition in cmake
13 years ago
Andrey Kamaev
5cce038958
Performance testing branch is merged back into trunk
13 years ago
Artem Myagkov
3a3bc18381
modified capturing building ligic for iOS
13 years ago
Artem Myagkov
8c6782300a
modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial
13 years ago
Vadim Pisarevsky
d1588c0439
added support for Ximea cameras (missing parts in the prev. commit)
13 years ago
Andrey Kamaev
3aea74d408
Fixed precompiled headers support (fixed formatting, fixed dependencies generation)
14 years ago
Vadim Pisarevsky
b33224f0b6
merged the latest fixes in 2.3 to trunk
14 years ago
Andrey Kamaev
730622178b
Turned off android camera and java wrappers for low Android API levels (android-8 is required for these components)
14 years ago
Andrey Kamaev
68f5a5a904
Reverted change from r5802 (it breaks install target for Android platform)
14 years ago
Ethan Rublee
08d3dcc709
minor edits to cmake.
14 years ago
Ethan Rublee
6259c9ac6a
First pass at name mangling based on version number, to support
...
side by side installs of OpenCV2.3.0 OpenCV2.3.1 OpenCV2.4.x, etc...
14 years ago
Andrey Kamaev
c1940b4ec7
Modified install layout for Android
14 years ago
Vadim Pisarevsky
49467947ac
propagated some fixes from 2.3 to trunk
14 years ago
Ilya Lysenkov
77be493e45
Qt: fixed keyPressEvent (ticket #803 )
14 years ago