63 Commits (7ed80d54d70d2542db668c4d6dea220319d40ee9)

Author SHA1 Message Date
Andrey Kamaev 7ed80d54d7 Added TBB version detection to CMake 13 years ago
Andrey Kamaev 7cc7a3f37d Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings. 13 years ago
Andrey Kamaev c16a1d86cc Fixed python detection on Windows with both 32bit and 64bit pythons installed. 13 years ago
Marina Kolpakova fb0611bd51 Fix for #1773 13 years ago
Andrey Kamaev 99b24f77c5 Fixed problem with backslashes in embedded build information. 13 years ago
Andrey Kamaev 1c1c6b98f6 #645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration 13 years ago
Andrey Kamaev c648de0e08 Fixed build error in Android examples when java bindings are excluded from build. 13 years ago
Andrey Kamaev 2c2616d46f #1508 prefer architecture-specific install directory for python bindings, when LIB_SUFFIX is used 13 years ago
Andrey Kamaev 7d51a4ab78 #1416 added option to install OpenCVConfig.cmake i arch-dependent lo 13 years ago
Andrey Kamaev e72a23243b Reworked build scripts for Android Java API, tests and examples 13 years ago
Alexander Shishkov 216ef24b92 fixed Debug compilation on Windows (it works for VS versions > 2005) 13 years ago
Andrey Kamaev 8991d323ea Refactored Java wrapper build scripts. 13 years ago
Andrey Kamaev 9b2d7e19db Added "fat" mode for Java wrapper 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
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 Morozov 52b4536d39 fixed module name for mingw compiler under Windows 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 ab221fb3d6 More accurate cmake flags sets/unsets for 3rdparty libs 13 years ago
Alexander Shishkov 06a6c5851c updated libpng: from 1.4.3 to 1.5.9 #1609 13 years ago
Andrey Kamaev aa6c677bd8 Added opencv_tests and opencv_perf_tests targets to simplify building tests only 13 years ago
Andrey Kamaev 2f4bb580fc Fixed some build warnings; slightly improved python search 13 years ago
Andrey Kamaev 0db570b1ca minor cmake update 13 years ago
Andrey Kamaev e8afcdba0a More flexible tiff library configuration 13 years ago
Vladislav Vinogradov 2d81ecce23 fixed required CUDA version in OpenCVDetectCUDA.cmake 13 years ago
Andrey Kamaev 4b5d04f475 Fixed tbb hang in Android apps 13 years ago
Andrey Kamaev 212ceb3e24 Minor improvement for Android TBB 13 years ago
Andrey Kamaev cb9823704c #1568 support of building with OpenEXR on Windows 13 years ago
Andrey Kamaev c6445e2de1 Slightly improved build of TBB for Android 13 years ago
Andrey Kamaev 22d7e6b741 Scripts for building TBB for Android 13 years ago
Andrey Kamaev 8141a5026c Refactored cmake for 3rdparty libs 13 years ago
Andrey Kamaev 01b986ef32 Fixed try_compile for Android; Fixed samples build 13 years ago
Andrey Kamaev aa9eeddd86 Fixed problem with backslashes in cmake status report 13 years ago
Andrey Kamaev 4ac407e76a Small refactoring of OpenCV cmake options 13 years ago
Andrey Kamaev b294383199 Added more default search locations for Android NDK and SDK 13 years ago
Andrey Kamaev 16fb7d231e Fixed problem with Android native camera helper libraries 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
Alexander Shishkov 8dc28473c7 fixed #1339 13 years ago
Andrey Kamaev 504262d3d8 Fixed #1608 13 years ago
Andrey Kamaev 4f97b20ff6 Refactored OpenCVConfig.cmake generation code. 13 years ago
Andrey Kamaev 691d392312 Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005. 13 years ago
Vladislav Vinogradov 6f7e3434ca moved finding CUDA_npp_LIBRARY to OpenCVDetectCUDA.cmake 13 years ago
Anatoly Baksheev 84db4eb6fa fixed ~200 warnings for windows 13 years ago
Andrey Kamaev 68a54e7f3c Fixed incorrectly merged patch. 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
Vadim Pisarevsky a618b774f2 fixed OpenCVConfig.cmake for creating Xcode projects 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
Vladislav Vinogradov 014577b433 fixed OpenCVDetectTBB.cmake (WIN32 x86 VS library path) 13 years ago