Roman Donchenko
239704f986
Added Visual Studio 2013 detection.
11 years ago
Alexander Alekhin
555c505b70
update cmake 'install' target for Windows platform
...
Allow to build samples via OpenCV binaries from distribution package
(find_package with OpenCV_DIR).
11 years ago
Andrey Kamaev
2665c39a0d
Fix build warnings from gcc 4.8
12 years ago
Andrey Kamaev
d3083ecf6d
Fix bitness detection for target platform
12 years ago
Andrey Kamaev
18536fe8f9
Fix target platform detection for x64 MinGW
12 years ago
Alexander Smorkalov
429cd85b46
More accurate guards for WinRT features in CMake.
12 years ago
Andrey Kamaev
22d33373fa
Fix build warnings on MSVC x64 and OS X clang
12 years ago
Andrey Kamaev
247df9f3fc
Detect version of clang compiler
12 years ago
Andrey Kamaev
04481d9ef4
Fix Android build with clang compiler
12 years ago
Andrey Kamaev
f32eb05ea1
Fix AVX and other SIMD support detection
12 years ago
Andrey Kamaev
bcf8dd510f
Added CCache support to Android build
...
To speed up rebuilds, define the NDK_CCACHE environment or CMake variable
to the path to your ccache binary. When declared, the android.cmake.toolchain
automatically uses CCache when compiling any C/C++ source file. For example:
export NDK_CCACHE=ccache
12 years ago
marina.kolpakova
22673c161a
fixed 2212
12 years ago
Andrey Kamaev
b368f99d03
Merged the trunk r8852:8880
13 years ago
Andrey Kamaev
afe11f69fb
Fixed Windows build warnings and configuration problem.
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
13 years ago
Andrey Kamaev
949c4edf41
Merged the trunk r8408:8457 (inclusive)
13 years ago
Andrey Kamaev
0fe0a88108
Minor cmake change
13 years ago
Andrey Kamaev
e1c4fd9e1f
Merged the trunk r8345:8376
13 years ago
Andrey Kamaev
d2da219ec0
Fixed incorrect CMake variable name
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Andrey Kamaev
7bfc50b84d
#1854 Fixed Mac OS X build with Clang
13 years ago
Andrey Kamaev
c4af85043a
merged few missed changes from 2.4 to trunk
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Andrey Kamaev
67a336e0be
Fixed gcc version parsing.
13 years ago
Andrey Morozov
ee682493fd
added support clang compiler
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