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
|
f60bdb2473
|
Fixed Android.mk file generation
|
14 years ago |
Andrey Kamaev
|
822b0bfe22
|
Minor bugfix
|
14 years ago |
Andrey Kamaev
|
591cb1b3cf
|
Fixed compiler options in Android build (Windows)
|
14 years ago |
Andrey Kamaev
|
ba7ee71c20
|
Numerous small fixes in CMakeLists.txt
|
14 years ago |
Andrey Kamaev
|
cf28846bce
|
Fixed OpenCVConfig.cmake generation for windows
|
14 years ago |
Andrey Kamaev
|
31fcd406e1
|
Eliminated cmake warning for case when python is not found.
|
14 years ago |
Andrey Kamaev
|
b43ae03328
|
* Install path share/opencv is renamed to share/OpenCV.
* Fixed zlib search.
* Fixed compiler/linker flags caching bug.
* Fixed OpenCVConfig.cmake generation (currently tested only on Unix).
|
14 years ago |
Andrey Kamaev
|
f0227edd2c
|
Minor python search improvements
|
14 years ago |
Vadim Pisarevsky
|
d195871904
|
propagated fix for ticket #1168 to trunk
|
14 years ago |
Andrey Kamaev
|
c1940b4ec7
|
Modified install layout for Android
|
14 years ago |
Andrey Kamaev
|
69b79f89c1
|
Updated build scripts for better Java module support
|
14 years ago |
Andrey Kamaev
|
e60b8dfba0
|
Fixed numpy search on Windows x64
|
14 years ago |
Andrey Kamaev
|
9600ebadf2
|
Main CMakeLists.txt merged with 2.3 branch
|
14 years ago |
Andrey Kamaev
|
76bc9f8c20
|
Removed SWIG from Android toolchain; always search for python; find_program/find_package cmake functions wrapped for case of cross-compiling.
|
14 years ago |
Andrey Kamaev
|
ea58cdc71d
|
(trunk) Do not use prebuilt Android camera libs for armeabi hardware target
|
14 years ago |
Andrey Kamaev
|
9c71134caf
|
Added generation of OpenCV.mk file for Android development with ndk-build tool
|
14 years ago |
Vadim Pisarevsky
|
151bfb2ae2
|
use "-O2 -DNDEBUG" in release by default in the case of MinGW
|
14 years ago |
Alexander Shishkov
|
d198e39d35
|
set default compiler flags to "-O2" in the case of MinGW
|
14 years ago |
Andrey Morozov
|
840baa2205
|
improved build of installer package for windows
|
14 years ago |
Andrey Kamaev
|
e722cb96e7
|
Added cmake file to compile Android native camera wrapper if Android source tree is available
|
14 years ago |
Alexander Shishkov
|
0ec452c152
|
turned off Python support for Windows in Debug mode
|
14 years ago |
Alexander Shishkov
|
78dcb42822
|
fixed compilation on Linux in static case
|
14 years ago |
Andrey Kamaev
|
6e8b4e646a
|
Fixed Android install target
|
14 years ago |
Andrey Kamaev
|
206aa50f86
|
Added Android native camera module
|
14 years ago |
Vadim Pisarevsky
|
35d5a671a2
|
little fix: "and" => "AND"
|
14 years ago |
Vadim Pisarevsky
|
17b18de531
|
added missing evcode.h; made videoinput optional (ticket #1142)
|
14 years ago |
Vadim Pisarevsky
|
412e7a835f
|
videoInput is now integrated into highgui and built from sources
|
14 years ago |
Vadim Pisarevsky
|
4b4e30f6c1
|
fixed gcc dwarf2 check
|
14 years ago |
Alexander Shishkov
|
13a9129d20
|
turned off WITH_VIDEOINPUT for mingw with dwarf2
|
14 years ago |
Anatoly Baksheev
|
117ff43cc3
|
default cuda target flags changed
cuda support is on by default
|
14 years ago |
Alexander Shishkov
|
6ecebb7f66
|
fixed #768 ticket
renamed OPENCV_SOURCE_DIR to OpenCV_SOURCE_DIR
|
14 years ago |
Alexander Shishkov
|
ca758a9dac
|
fixed #768 ticket
|
14 years ago |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Alexander Shishkov
|
97ae8f7af7
|
added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC
|
14 years ago |
Andrey Kamaev
|
c7bdf83de5
|
Fixed Android build
|
14 years ago |
Anatoly Baksheev
|
e4bbcdac17
|
minor
|
14 years ago |
Alexander Shishkov
|
6f6da53c64
|
added SSE compiler flags under Windows+MSVC (ticket #371)
|
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 |
Alexander Shishkov
|
33e71127f7
|
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573)
|
14 years ago |
Vadim Pisarevsky
|
9336b700ba
|
use FindZLIB(), FindJPEG() etc. on MacOSX as well to avoid possible conflicts with MacPorts.
|
14 years ago |
Maria Dimashova
|
33493f4e19
|
renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (#805)
|
14 years ago |
Ethan Rublee
|
5c5cd449b3
|
Adding python default install path for debian vs mac. changing site-packages -> dist-packages. See python help
for site. Also ticket #1087.
|
14 years ago |
Vadim Pisarevsky
|
306a11a7c5
|
fixed a few warnings from VS2010 express
|
14 years ago |
Anatoly Baksheev
|
69f28ef65c
|
solution folder flag disabled by default
|
14 years ago |
Andrey Kamaev
|
9d787afe72
|
Small Android build fixes
|
14 years ago |
Anatoly Baksheev
|
7a24dc9cb6
|
formatting
|
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 |
Vadim Pisarevsky
|
a7b9c31e6a
|
repaired opencv refman & refman1 build
|
14 years ago |