aboutsummaryrefslogtreecommitdiff
path: root/ports/dlib
AgeCommit message (Collapse)Author
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-31[openexr,openimageio,suitesparse,theia] updates for non-win32 (#6371)Stefano Sinigardi
* [openexr,openimageio,suitesparse,theia] updates for non-win32 * [theia] use only valid cmake symbols * [suitesparse] Fix build * [lapack] still not properly integrating with other ports * [lapack] intercept cmake module calls and substitute them with our defs * [suitesparse,clapack] fixes for proper integration * [ceres,clapack] bump CONTROL * [suitesparse] remove unnecessary defs * [clapack] improve wrapper logic * [WIN32] remove wrong symbol * [clapack] fix wrapper integration * [Accelerate] use best framework when available * [clapack] separate config from wrapper * [clapack] fix paths and filenames * [mlpack,armadillo,clapack] improve library handling * [mlpack] remove unnecessary cmake option * [clp,coinutils,osi,liblemon] dependencies of openmvg, improve compatibility with non-win32 * [openmvg] fix for case-sensitive filesystems * [clp,coinutils,osi] simplify CMakeLists removing many unnecessary steps * [sophus] Force rebuild * [theia] fixes for linux, part1 * [io2d] remove broken sintax * [fontconfig] bump version to remove CI cached failure * [theia] fixes for linux, part2 * [theia] remove unnecessary empty folders and comments from portfile * [theia] use correct build type removing forced vars in cmakelists.txt * [openmvg] add missing suitesparse target detection * [sophus] fix Suitesparse dependency * [sophus,openmvg] use suitesparse lowercase for module compatibility on case-sensitive filesystems * [suitesparse] fixes for case-sensitive filesystems * [openmvg] use correct Eigen3 name for case-sensitive filesystems * [sophus] trigger rebuild * [shogun] use modern vcpkg style * [shogun] add missing cmake system processor symbol
2019-05-24[dlib] Update to v19.17 and fix static lapack linkage (#6520)Sean Warren
* [dlib] Update to v19.17 and fix static lapack linkage * [dlib] Update patchs for new dlib version
2019-05-09[dlib]Fix build error in linux:copyright check failure. (#6361)JackBoosY
2019-05-03[dlib] port patch from #5169 (#6292)Stefano Sinigardi
2019-05-02Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)Victor Romero
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [alac,benchmark,capnproto] Fix check_linkage call * [fastlz] Fix SHA512 * [coroutine] Fix dynamic build * [folly] Find double-conversion * [gamma] Use vcpkg_from_github * [librsync] Enable static builds * [netcdf-cxx4] Fix SHA512 * [octomap] Fix static build * [tidy-html5] Fix static build * [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime * [folly] Use ras0219's fix for link paths * [octomap] Fix exported targets * [uvatlas] Set tool download SHA512 * [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32 * [suitesparse] osx fix * [gtkmm] Call vcpkg_check_linkage after including vcpkg functions * [duktape] Resolve conflicts * [duktape] FIxed typo in Python paths * [wangle] Find zlib * [openssl-uwp] Fix SHA512 * [glib] Allow static builds on non-Windows * [suitesparse] Fix build on Windows * [multiple ports] Bump CONTROL version * [multiple ports] Fix description indent * [directxtk] Fix CONTROL file * [bde,duktape,qpid-proton] Build packages with python2 installed * [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [gdal,live555,uriparser] Fix regressions * [live555] Update to 2019.04.24
2019-03-05[dlib] Remove patch now fixed correctly by vcpkg_fix_cmake_targets (#5559)Sean Warren
2019-02-27[dlib] fix mac, windows-static build (#5477)Sean Warren
2018-10-08[dlib] update to 19.16 (#4379)Jason Juang
2018-07-14[dlib] update to 19.15jasjuang
2018-07-08[dlib] update to 19.14 (#3868)Jason Juang
2018-07-03Fix glfw3:x64-linux producing incorrect target (#3803)Qi-rui Chen
* Fix glfw3 creating incorrect target glfw3Target.cmake uses a semicolon seperated list which needs to be escaped with quotes on write * Fix semicolon stripping * Fix typo * [dlib][glfw3][libodb][signalrclient] Bump versions
2018-05-27[dlib] update to 19.13jasjuang
2018-05-20[dlib] update to 19.12jasjuang
2018-05-18[dlib] update to 19.11jasjuang
2018-03-28[dlib] Disable shared linkageRobert Schumacher
2018-03-25[dlib] update to 19.10jasjuang
2018-01-27[dlib] Fix assert configuration issue in release modeRobert Schumacher
2018-01-22[dlib] update to 19.9jasjuang
2018-01-03Use vcpkg version of BLAS and LAPACK in dlibSean Warren
dlib v19.8 detects these packages correctly
2017-12-20[dlib] update to 19.8jasjuang
2017-11-11Adding package features for Dlib and OpenCVLuiz Paulo
Dlib - Package feature for blas (dlib is compatiable with Intel MKL) and CUDA OpenCV - Added option to integrate GDCM support (to read DICOM files)
2017-11-04fix issue 2111jasjuang
2017-11-04[dlib] update to 19.7 and use vcpkg_from_githubjasjuang
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-22[dlib] Fix static builds. Add cmake files back in.Robert Schumacher
2017-05-07[dlib] Dlib encodes debug/release in its config.h. Patch it to respond to ↵Robert Schumacher
the NDEBUG macro instead.
2017-05-07[dlib] Explicitly enable and disable dependencies.Robert Schumacher
2017-03-16[dlib] Add dependencies on system copies of jpeg, sqlite, png, and fftwRobert Schumacher
2017-03-17Update CONTROLPakorn Vongseela
2017-03-17Update portfile.cmakePakorn Vongseela
2017-02-18dlib portJürgen Herrmann
Initial commit for dlib port