73 Commits (1d9587046831d088ef52ad38cc9cf67154944990)

Author SHA1 Message Date
Stefano Sinigardi ac7436dccd ported build configs from circleCI 5 years ago
Stefano Sinigardi 24ad413a79 add mingw and cuda on github actions, restored cuda 10.2 on appveyor as a test 5 years ago
Stefano Sinigardi c3dc2c4a0d use Release as default build type 5 years ago
AlexeyAB f14054ec2b Fixed Cmake for CUDA CC 7.0, 7.2, 7.5 5 years ago
Stefano Sinigardi 6afe964d4f upgrade CUDA, cmake and VS on CI 5 years ago
Stefano Sinigardi 1c64c2d892 enable cc70,cc72,cc75 for half_precision, add message for omp missing on macOS 5 years ago
Stefano Sinigardi fe879f3baf simplify cmake due to minimum project requirement already gone to 3.12 5 years ago
Stefano Sinigardi be49ab30cd omp support on macOS 5 years ago
AlexeyAB 893b889b2f Cmake is fixed for V100 (CC=7.0) 5 years ago
Stefano Sinigardi 3869d7ec40 restrict the opencv module selection to the only problematic configuration 6 years ago
Stefano Sinigardi 7377f661f6 fix label option 6 years ago
Stefano Sinigardi 73baf8531e bump tweak version 6 years ago
Stefano Sinigardi a57a16998d move bool from set cache to option 6 years ago
Stefano Sinigardi 9baf9861d7 restore shared lib as default 6 years ago
Stefano Sinigardi 53699c189b use selected OpenCV modules only on Windows 6 years ago
Stefano Sinigardi 98a2a7a7b7 re-enable full opencv linking as an option 6 years ago
Stefano Sinigardi 992ee6b4b6 everything is publicly linked for libdark 6 years ago
Stefano Sinigardi 651a8dd7a6 restore OMP symbols as public 6 years ago
Stefano Sinigardi c32588f433 add missing links for cpp targets 6 years ago
Stefano Sinigardi 76b42fc776 export missing defines and includes, hide unnecessary public symbols 6 years ago
Stefano Sinigardi 61bab85a54 add compatibility with opencv 4.1.1 6 years ago
Stefano Sinigardi ae0306e851 option to build project using cpp compiler if c not working/available 6 years ago
Stefano Sinigardi 2c4c96f50c fix regression 6 years ago
Stefano Sinigardi 15a19c4e83 avoid 'command line is too long' error on windows 6 years ago
Stefano Sinigardi e299925c5c re-enable cuda choice 6 years ago
Stefano Sinigardi b78db932cd fix missing pthread link for downstream users 6 years ago
Stefano Sinigardi 1b7a0dca09 revert #3389 6 years ago
Aymeric DUJARDIN f1f45b295c Fix Ubuntu cmake compilation (nvcc fatal fopenmp + pthread link uselib) 6 years ago
Stefano Sinigardi f14c6e2fd9 fully restore opencv option which got lost somehow 6 years ago
Stefano Sinigardi f1b6a6e008 fixes for clang/mac 6 years ago
Stefano Sinigardi 578d1c0fba [cmake+cuda] improve friendliness of architecture selection 6 years ago
Stefano Sinigardi 5e242dfe4d remove deprecated json file 6 years ago
Stefano Sinigardi 920b29f15f fixes for ci and included files 6 years ago
Stefano Sinigardi d21dc00c6e move towards using only modern cmake - part 3 6 years ago
Stefano Sinigardi 52dabbbd02 move towards using only modern cmake - part 2 6 years ago
Stefano Sinigardi f27f7cc5d0 move towards using only modern cmake 6 years ago
Stefano Sinigardi c2071db3ae fully recicle install location in target definition 6 years ago
Stefano Sinigardi 49986d5a20 install header files to darknet/ subfolder 6 years ago
Stefano Sinigardi 6497ba1bfd [dark.lib] set correct function visibility when building shared libs also for non-msvc compilers 6 years ago
Stefano Sinigardi 77917d02fb [headers] move .h files to our own subfolder to avoid clashes with other libraries 6 years ago
Stefano Sinigardi 5b8929becf fixes for downstream projects using darklib, disable debug build 6 years ago
Stefano Sinigardi 1cbdd293f3 sync cmake version with hardcoded version 6 years ago
Stefano Sinigardi e782d96180 [VS] add support for BuildTools (only compilers, partial installation of Visual Studio) 6 years ago
Stefano Sinigardi f6d45f1408 [travis] improve CI configurations, add no-opencv-ones, add opencv4 on 6 years ago
AlexeyAB f19d1440cb Moved all OpenCV functions to the image_opencv.cpp/h 6 years ago
Stefano Sinigardi c35c94798a [clang] force -pthread flag on linux to avoid some cmake bugs 6 years ago
Stefano Sinigardi 05b23f5d6e add some more messages to vcpkg auto-integration 6 years ago
Stefano Sinigardi 05f027cc72 shared libs are really always default now, static are opt-in only 6 years ago
Stefano Sinigardi da74882fe1 cleanup in preparation to opencv-4 work 6 years ago
AlexeyAB f5fd086407 Minor fix 6 years ago