139 Commits

Author SHA1 Message Date
Vadim Pisarevsky
b1459928f5 Created tag 2.3.0. 2011-07-04 03:39:22 +00:00
Vadim Pisarevsky
8bd792d72b turn on build_package by default 2011-07-03 23:21:10 +00:00
Vadim Pisarevsky
4bc4cdb919 added BUILD_WITH_DEBUG_INFO option, which (when is turned off) lets user to get more compact binaries, especially in debug mode. reworked opencv_ffmpeg module. Now we have opencv_ffmpeg.dll and opencv_ffmpeg_64.dll, which have very few dependencies and can be used by any further OpenCV version. 2011-07-03 23:02:53 +00:00
Vadim Pisarevsky
cd24a3ec45 exclude ffmpeg from static crt builds; correct TBB lib path on x64 2011-07-02 22:43:35 +00:00
Vadim Pisarevsky
4adcfc6215 we do not need strmiids.lib anymore 2011-07-01 13:42:18 +00:00
Andrey Morozov
2b689f34f7 revert suffix in version 2011-07-01 10:45:58 +00:00
Andrey Kamaev
8771046092 Fixed version suffixes for Windows 2011-06-30 19:42:09 +00:00
Andrey Morozov
b4c468836b corrected library names 2011-06-30 13:27:04 +00:00
Andrey Morozov
e7c62abbd6 fixed bug with building on VS2010 2011-06-29 15:26:18 +00:00
Andrey Morozov
9ec6d4a467 modified name suffix on windows depending on the parameters of the assembly 2011-06-27 15:18:14 +00:00
Vadim Pisarevsky
4bf7000c5c add a symbolic link "<install path>/share/OpenCV => <install path>/share/opencv" (ticket #1168) 2011-06-27 11:37:33 +00:00
Vadim Pisarevsky
c10fea8368 corrected installation path of OpenCVConfig.cmake on Linux/BSD (ticket #1168) 2011-06-25 09:36:16 +00:00
Vadim Pisarevsky
f7fec3c1b5 warn user in the case of in-source builds 2011-06-23 12:37:35 +00:00
Andrey Kamaev
beed941949 Fixed NumPy search on Windows x64 2011-06-23 09:18:55 +00:00
Andrey Kamaev
a927b0e7c2 Main CMakeLists.txt merged with trunk - always search for python 2011-06-22 11:52:22 +00:00
Vadim Pisarevsky
333371dd8c be able to build docs without building python bindings (ticket #1157) 2011-06-22 08:38:26 +00:00
Vadim Pisarevsky
19b383b141 put TBB into the installation package 2011-06-21 11:48:16 +00:00
Vadim Pisarevsky
85606acad7 removed opencv/tests subdirectory from installation; updated license; removed obsolete doc/README.txt 2011-06-20 21:10:25 +00:00
Andrey Kamaev
121b8d2319 Do not use prebuilt Android camera libs for armeabi hardware target 2011-06-20 15:54:50 +00:00
Andrey Kamaev
9cff09d37e Added generation of OpenCV.mk file for Android development with ndk-build tool 2011-06-20 15:29:29 +00:00
Vadim Pisarevsky
cb9681174d raised version number to 2.3 (that's not a release yet; just to test the packages) 2011-06-20 15:03:32 +00:00
Vadim Pisarevsky
151bfb2ae2 use "-O2 -DNDEBUG" in release by default in the case of MinGW 2011-06-18 13:09:57 +00:00
Alexander Shishkov
d198e39d35 set default compiler flags to "-O2" in the case of MinGW 2011-06-17 15:44:05 +00:00
Andrey Morozov
840baa2205 improved build of installer package for windows 2011-06-17 15:02:10 +00:00
Andrey Kamaev
e722cb96e7 Added cmake file to compile Android native camera wrapper if Android source tree is available 2011-06-17 13:52:55 +00:00
Alexander Shishkov
0ec452c152 turned off Python support for Windows in Debug mode 2011-06-17 13:12:21 +00:00
Alexander Shishkov
78dcb42822 fixed compilation on Linux in static case 2011-06-17 12:53:57 +00:00
Andrey Kamaev
6e8b4e646a Fixed Android install target 2011-06-17 11:10:35 +00:00
Andrey Kamaev
206aa50f86 Added Android native camera module 2011-06-16 18:00:41 +00:00
Vadim Pisarevsky
35d5a671a2 little fix: "and" => "AND" 2011-06-16 10:20:26 +00:00
Vadim Pisarevsky
17b18de531 added missing evcode.h; made videoinput optional (ticket #1142) 2011-06-16 09:51:34 +00:00
Vadim Pisarevsky
412e7a835f videoInput is now integrated into highgui and built from sources 2011-06-15 22:59:41 +00:00
Vadim Pisarevsky
4b4e30f6c1 fixed gcc dwarf2 check 2011-06-15 17:34:43 +00:00
Alexander Shishkov
13a9129d20 turned off WITH_VIDEOINPUT for mingw with dwarf2 2011-06-15 15:59:50 +00:00
Anatoly Baksheev
117ff43cc3 default cuda target flags changed
cuda support is on by default
2011-06-15 08:05:34 +00:00
Alexander Shishkov
6ecebb7f66 fixed #768 ticket
renamed OPENCV_SOURCE_DIR to OpenCV_SOURCE_DIR
2011-06-14 10:19:56 +00:00
Alexander Shishkov
ca758a9dac fixed #768 ticket 2011-06-14 10:11:16 +00:00
Anatoly Baksheev
8f4c7db3f6 ~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
2011-06-11 17:24:09 +00:00
Alexander Shishkov
97ae8f7af7 added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC 2011-06-06 10:26:59 +00:00
Andrey Kamaev
c7bdf83de5 Fixed Android build 2011-06-03 12:01:55 +00:00
Anatoly Baksheev
e4bbcdac17 minor 2011-06-01 08:01:04 +00:00
Alexander Shishkov
6f6da53c64 added SSE compiler flags under Windows+MSVC (ticket #371) 2011-05-31 15:50:16 +00:00
Alexander Shishkov
6aabf72bc5 removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS 2011-05-31 13:17:59 +00:00
Ethan Rublee
76538fbe6b Making the install and lib, bin directories consistent. 2011-05-30 22:13:32 +00:00
Alexander Shishkov
33e71127f7 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) 2011-05-30 13:32:57 +00:00
Vadim Pisarevsky
9336b700ba use FindZLIB(), FindJPEG() etc. on MacOSX as well to avoid possible conflicts with MacPorts. 2011-05-27 13:47:18 +00:00
Maria Dimashova
33493f4e19 renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (#805) 2011-05-27 12:15:36 +00:00
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.
2011-05-24 00:30:03 +00:00
Vadim Pisarevsky
306a11a7c5 fixed a few warnings from VS2010 express 2011-05-17 14:15:23 +00:00
Anatoly Baksheev
69f28ef65c solution folder flag disabled by default 2011-05-17 09:40:06 +00:00