Commit Graph

34 Commits

Author SHA1 Message Date
77917d02fb [headers] move .h files to our own subfolder to avoid clashes with other libraries 2019-04-17 14:17:13 +02:00
5b8929becf fixes for downstream projects using darklib, disable debug build 2019-04-10 18:36:03 +02:00
1cbdd293f3 sync cmake version with hardcoded version 2019-04-10 14:02:54 +02:00
e782d96180 [VS] add support for BuildTools (only compilers, partial installation of Visual Studio) 2019-04-10 10:51:54 +02:00
f6d45f1408 [travis] improve CI configurations, add no-opencv-ones, add opencv4 on
macOS
[build.sh] improve handling of vcpkg
[readme] update instructions for newer visual studio versions
[build.ps1] add VS2015 and VS2019 using vswhere
2019-04-09 09:06:58 +02:00
f19d1440cb Moved all OpenCV functions to the image_opencv.cpp/h 2019-04-04 22:57:05 +03:00
c35c94798a [clang] force -pthread flag on linux to avoid some cmake bugs 2019-03-29 16:09:04 +01:00
05b23f5d6e add some more messages to vcpkg auto-integration 2019-03-29 10:16:35 +01:00
05f027cc72 shared libs are really always default now, static are opt-in only 2019-03-29 09:15:55 +01:00
da74882fe1 cleanup in preparation to opencv-4 work 2019-03-28 17:54:27 +01:00
f5fd086407 Minor fix 2019-03-28 00:11:16 +03:00
ab9e891f60 Minor fixes 2019-03-26 18:32:36 +03:00
dfa1735a90 Merge branch 'master' into dev/cenit/stb 2019-03-19 19:39:41 +01:00
f1d47703b4 ZED CMake fail silently if not found 2019-03-19 14:23:28 +01:00
0557f43141 ZED Camera support CMakeLists + Fix Makefile 2019-03-19 12:41:47 +01:00
6f146a9d07 Merge pull request #2632 from kehonsyo/suppress_c4819
suppress C4819 warnings to the cuda file in CP932 environment.
2019-03-18 18:12:12 +03:00
2f0592d540 Compile fixes 2019-03-18 15:22:38 +03:00
9c3237acc8 suppress C4819 warnings to the cuda file in CP932 environment. 2019-03-18 09:44:43 +09:00
d6294761be x64 only 2019-03-13 23:36:13 +01:00
5be12ce058 move Stb lib to 3rdparty folder 2019-03-13 23:21:37 +01:00
2c8ff8db0d create cmake targets for proper lib export 2019-03-05 18:34:53 +01:00
6c7540420b [opencv-cuda] handle properly cuda enabled but opencv built without cuda support 2019-03-01 11:23:31 +01:00
2acbfe9592 [ci] try cuda builds on windows, skip building uselib_track if opencv does not have cuda support 2019-02-28 18:13:17 +01:00
3b43d32dff [ci] add tests for included libs, add link path for linux 2019-02-28 18:13:17 +01:00
caeb0aee05 [CI] add CUDA build tests in matrix 2019-02-28 18:13:09 +01:00
ef88900eb0 [CMakeLists.txt] remove references to C since CXX is the only way to build the project 2019-02-28 18:13:09 +01:00
56a6e0cdba [travis/appveyor] add CI, remove broken empty include path from CMakeLists.txt 2019-02-28 18:12:55 +01:00
cccc90b340 CMakeLists.txt temporary fix for CUDA 2019-02-22 18:47:10 +03:00
da9c0be371 [CMakeLists.txt] add a compatibility include directive to workaround some regressions in enable_language(CUDA) 2019-02-22 14:22:10 +01:00
20757e217f restore manual control of CUDA while keeping default enabled 2019-02-20 15:29:56 +01:00
f950085a45 automatically detect CUDA and use it, without any possible manual intervention 2019-02-20 11:42:53 +01:00
9c64f885a8 improve CMake default behaviour to use integrated libs 2019-02-19 23:11:40 +01:00
cbc1c6d8ca improve CMake alternative, add instructions in README 2019-02-18 09:34:20 +01:00
c88ae98289 add CMakeLists.txt and necessary modules 2019-02-15 17:19:35 +01:00