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
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
Andrey Kamaev
624880fd67
Minor update for new Ninja cmake generator
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Andrey Kamaev
7c33d65b59
Fixed broken by r8007 install target
13 years ago
Andrey Kamaev
b3587c9e34
Fixed problem with headers install patch
13 years ago
Andrey Kamaev
e72a23243b
Reworked build scripts for Android Java API, tests and examples
13 years ago
Andrey Kamaev
8991d323ea
Refactored Java wrapper build scripts.
...
Improved Android SDK search, fixed some bugs.
13 years ago
Andrey Kamaev
ddc4ed4741
Added protection from modules redefinition and globbing recursion
13 years ago
Andrey Kamaev
e4307d05f3
Made dependency of features2d and calib3d from highgui optional
13 years ago
Andrey Kamaev
628076b7da
Fixed broken headers install layout
13 years ago
Andrey Kamaev
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
13 years ago
Andrey Kamaev
aa6c677bd8
Added opencv_tests and opencv_perf_tests targets to simplify building tests only
13 years ago
Andrey Kamaev
00db5a69a2
More granular build of Java API: it is now possible to build Java wrappers only for the subset of OpenCV modules
13 years ago
Andrey Kamaev
691d392312
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
13 years ago
Andrey Kamaev
eac055a27e
Fixed ticket #1580
13 years ago
Andrey Kamaev
dfb161e9c9
Fixing #1580
13 years ago
Andrey Kamaev
fdc1e87ddf
Attempt to fix #1580 - building OpenCV with ffmpeg not in LD_LIBRARY_PATH
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
Alexey Spizhevoy
ada9158521
Fixed the building process for (ubuntu 64bit debug cuda4.1) configuration
13 years ago
Anatoly Baksheev
3c645ae20c
fixed CUDA compilation
13 years ago
Andrey Kamaev
c86c6a028c
Updating opencv module definition in cmake (continued)
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
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 Pavlenko
467f936459
Adding optimized Mat Allocator
13 years ago
Anatoly Baksheev
f838db92c7
1) detail source group for stitching
...
2) warnings
13 years ago
Alexey Spizhevoy
95a3ffd0c5
put all old stitching API into detail namespace
13 years ago
Andrey Kamaev
5cce038958
Performance testing branch is merged back into trunk
13 years ago
Andrey Kamaev
f91aad326c
Fixed precompiled headers support for opencv_test_gpu
14 years ago
Andrey Kamaev
3aea74d408
Fixed precompiled headers support (fixed formatting, fixed dependencies generation)
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
Andrey Morozov
840baa2205
improved build of installer package for windows
14 years ago
Alexander Shishkov
b9f5a2f4ee
fixed compilation on Mingw64
14 years ago
Andrey Kamaev
c7bdf83de5
Fixed Android build
14 years ago
Alexander Shishkov
6aabf72bc5
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
14 years ago
Ethan Rublee
76538fbe6b
Making the install and lib, bin directories consistent.
14 years ago
Anatoly Baksheev
2935bb29e5
solution folder flag disabled by default
14 years ago
Anatoly Baksheev
17e1bcb006
fixed pch for non-windows
14 years ago
Anatoly Baksheev
c49dc37761
[+] added use_folders cmake feature if cmake version is greater then 2.8.0
...
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
14 years ago
Anatoly Baksheev
1c18e5fef9
fixed ~300 warnings under windows (had to hack gtest a bit)
14 years ago
Andrey Kamaev
727fbd5376
Android cmake toolchain file is included into OpenCV
14 years ago
Andrey Kamaev
41f5e8e3d8
Fixed output paths for some libraries and executables.
...
Added option to force disable precompiled headers.
14 years ago
Vadim Pisarevsky
35af5dacde
do not define CVAPI_EXPORTS when OpenCV is built statically (thanks to Mika Fischer for the patch)
14 years ago
Vadim Pisarevsky
0cfcb48796
bugfix for highgui crash on Windows in debug mode (ticket #752 ) has been propagated from branch 2.2 to trunk
14 years ago
Andrey Kamaev
b906ad3108
Test system included into Android build
14 years ago
Andrey Kamaev
68534d70f3
Merged android-experimental branch back to trunk.
14 years ago
Anatoly Baksheev
047c7e0fd6
*applied patch from NVidia (nppstTraspose bug)
...
*fixed some warnings
*finished gpu test port to gtest framework
14 years ago