Alexander Alekhin
25161fc56f
tbb: don't search library in ENV{LD_LIBRARY_PATH}
...
ENV{LIBRARY_PATH} is enough
7 years ago
bradford barr
a56d7592f0
TBB Debug Release
...
OpenCV fails to detect tbb on a debug build if the platform has only installed
debug libraries. This PR adds an additional check to the tbb detect logic for
systems that only install tbb debug and not both tbb debug and release.
7 years ago
Maksim Shabunin
e72d353b45
Download cache
8 years ago
mshabunin
695c518384
Updated TBB search script and code checks
8 years ago
atinfinity
d16723f493
changed to find TBB library(VS2015)
9 years ago
atinfinity
c4e80952ce
changed to find TBB library(VS2015)
9 years ago
Sethur
c68d15bebe
Fixed duplicate PATH in TBB_DEFAULT_INCLUDE_DIRS
9 years ago
Abhijit Kundu
fd4df0f67d
Added suuport for finding Intel TBB for Visual Studio 2013
10 years ago
Abhijit Kundu
26c8b3a38e
Added suuport for finding Intel TBB for Visual Studio 2013
11 years ago
Alexander Smorkalov
7882aba7af
TBB download and build option enabled for non Android platfroms.
12 years ago
Ivan Korolev
26c7e7f292
fix default include dirs for TBB
12 years ago
Anatoly Baksheev
f9ac5e2404
minor
12 years ago
Andrey Kamaev
b8767f5fbe
Disable TBB on Android for mips
12 years ago
Anatoly Baksheev
d395bf1522
minor fix in FindTBB
...
added texture_binder
12 years ago
Marina Kolpakova
6cca6a4548
merged the trunk r8669:8702
13 years ago
Andrey Kamaev
8748cbc232
Fixed optional dependencies tracking in CMake. Fixed TBB compiler definitions for Android.
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Andrey Kamaev
8720b27d87
Fixed build with TBB for Android
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Andrey Kamaev
c208b58e6b
Fixing TBB search and zlib version detection
13 years ago
Andrey Kamaev
d1a8f562b9
Added version detection for zlib, libjpeg, libjasper, libpng, libtiff
13 years ago
Andrey Kamaev
7ed80d54d7
Added TBB version detection to CMake
13 years ago
Andrey Kamaev
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
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
Vladislav Vinogradov
014577b433
fixed OpenCVDetectTBB.cmake (WIN32 x86 VS library path)
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