353 Commits (4ed9b1ca9af31d31785493fa8c93496574f75982)

Author SHA1 Message Date
Andrey Kamaev 355f6d0a73 Fixed Android SDK searching 14 years ago
Andrey Kamaev 6623fe3b08 Added option INSTALL_ANDROID_EXAMPLES (default off); Added option for choosing SDK platform for Android tests and samples. 14 years ago
Vadim Pisarevsky 569b1ad582 embeded cv Python module into cv2. 14 years ago
Andrey Kamaev 2dd965b7f5 minor cmake corrections 14 years ago
Alexander Shishkov b50428bf65 removed -static-libstdc++ flag for compatibility with old MinGW version 14 years ago
Alexander Shishkov 3a8a729a52 removed CPack 14 years ago
Vadim Pisarevsky af00cd5b75 Disabled -ffast-math in the case of GCC 4.6.x (ticket #1201) 14 years ago
Vadim Pisarevsky db0dcaffeb fixed #1204 14 years ago
Andrey Kamaev ff8fe39e23 removed duplicated compiler flags assignment 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 d96f533784 Instroduced separate option for Android examples - BUILD_ANDROID_EXAMPLES 14 years ago
Andrey Kamaev 1c96aac52e Fixed several cross-compiling issues. Fixed cmake status report. 14 years ago
Vadim Pisarevsky f8e1e88ce2 we do not need strmiids.lib anymore 14 years ago
Andrey Kamaev 837b733a0a Modified cmake status report 14 years ago
Vadim Pisarevsky 3cbe53c5d2 got back to the old DLL naming scheme (opencv_core230_vs2001_64d.dll => opencv_core230[d].dll) 14 years ago
Ethan Rublee 08d3dcc709 minor edits to cmake. 14 years ago
Ethan Rublee 38b5d4ecc9 Adding namemangling to the opencv.pc file. 14 years ago
Andrey Kamaev 529f103456 Merged name suffixes for windows (from 2.3 branch) 14 years ago
Andrey Kamaev 092699783a Added cmake script to build Android samples 14 years ago
Andrey Kamaev aa47802e88 Modified version section to read version number from version.hpp; 14 years ago
Andrey Kamaev 96d29621b7 Fixes for path mangling feature 14 years ago
Ethan Rublee 773654e11a More work on the mangling of install paths. 14 years ago
Ethan Rublee 6259c9ac6a First pass at name mangling based on version number, to support 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. 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