Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
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
Alexey Spizhevoy
ae839df55d
Added WITH_CLP flag support into cmake scripts.
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
Alexander Reshetnikov
0dd4386d77
Updated new ffmpeg wrapper; restored NEW_FFMPEG in the root cmake file
13 years ago
Andrey Kamaev
2e03e6c06c
Solution folders are turned on by default for MS Visual Studio IDE.
13 years ago
Andrey Kamaev
305d024137
CMake status report: list unsatisfied dependencies for automatically disabled modules; fixed few problems with Windows-style paths
13 years ago
Vadim Pisarevsky
b5a9c9ac77
temporarily turned off the new wrapper.
13 years ago
Alexander Reshetnikov
36b2ff3cf3
Fixed compiling error under Ubuntu with ffmpeg 0.7.x and advised under Windows
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
Anatoly Baksheev
18933c12f7
Disabled BUILD_WITH_DEBUG_INFO flag for MSCV. Now debug info is included in debug configuration
13 years ago
Andrey Kamaev
2f4bb580fc
Fixed some build warnings; slightly improved python search
13 years ago
Andrey Kamaev
8df208cf56
Fixed compiler flags for 3rdparty libs.
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
eec70a7793
Architecture dependent library path on unix
13 years ago
Andrey Kamaev
4ac407e76a
Small refactoring of OpenCV cmake options
13 years ago
Andrey Kamaev
a8f27e4a84
Information about cmake and build platform is added to the status report
13 years ago
Andrey Kamaev
a6e8e5dd95
Fixed #1443
13 years ago
Andrey Kamaev
691d392312
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
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
49933c798f
Fixed build for desktop
13 years ago
Andrey Kamaev
23af203e00
Better variant of OpenCVConfig.cmake generation; several smaller changes in the options section and Android build scripts
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
Vadim Pisarevsky
fd084a0a7e
fixed bug #1415
13 years ago
Vadim Pisarevsky
b33c9b10bc
fixed bug #1566
13 years ago
Andrey Kamaev
13f4e70e95
Updating opencv module definition in cmake
13 years ago
Andrey Kamaev
6f99447fbf
Fixed compiler flags caching in cmake
13 years ago
Andrey Kamaev
8cab65c173
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
13 years ago
Andrey Morozov
209aaac95c
fixed parallel build under Windows
13 years ago
Andrey Morozov
ca5d28d127
added experimental feature for parallel build solution under Windows
13 years ago
Vladislav Vinogradov
3afc97e67e
fixed new OpenGL functionality under Qt
13 years ago
Vladislav Vinogradov
2a4fb155e1
added OpenGL support to Gtk realization of highgui
13 years ago
Vladislav Vinogradov
35e69a1ee3
fixed build with Qt
13 years ago
Vladislav Vinogradov
c2783af781
added OpenGL support to highgui under WIN32
13 years ago
Andrey Kamaev
d45f561ef5
Small improvements in cmake status report
13 years ago
Andrey Kamaev
a13dfc7f70
Fixed perf target
13 years ago
Andrey Kamaev
3bdb53e484
Android cmake toolchain is reworked for NDK r7; added experimental Android x86 support.
13 years ago
Leonid Beynenson
59d89c7a7a
Added possibility to configure TBB behavior in Perf tests --- now we can set the number of TBB threads in the perf tests either as console parameter perf_tbb_nthreads or
...
in a test itself using the method declare.tbb_threads(n).
13 years ago
Vladislav Vinogradov
40ee754e28
added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
...
fixed gpu module error reporting
added asynchronous version of some functions
13 years ago
Alexander Shishkov
bb130d14bd
Changed type of OPENCV_BUILD_3RDPARTY_LIBS variable to the INTERNAL on WIndows
...
(see comments for #1030 ticket https://code.ros.org/trac/opencv/ticket/1030 )
13 years ago