aboutsummaryrefslogtreecommitdiff
path: root/ports/dlib/portfile.cmake
AgeCommit message (Collapse)Author
2021-07-20[rollup] Rollup PR 2021-07-16 (#19001)nicole mazzuca
* [rollup:2021-07-16 1/7] PR #18201 (@JackBoosY) [vcpkg-cmake] Add check for unused cmake variables * [rollup:2021-07-16 2/7] PR #18397 (@strega-nil) [vcpkg_list] add new function * [rollup:2021-07-16 3/7] PR #18782 (@strega-nil) [scripts-audit] vcpkg_build_ninja * [rollup:2021-07-16 4/7] PR #18784 (@strega-nil) [scripts-audit] vcpkg_minimum_required * [rollup:2021-07-16 5/7] PR #18785 (@strega-nil) [scripts-audit] vcpkg_replace_string * [rollup:2021-07-16 6/7] PR #18786 (@strega-nil) [scripts-audit] windows scripts * [rollup:2021-07-16 7/7] PR #18945 (@strega-nil) [many ports] remove deprecated vcpkg_check_features call [1/5] Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2020-08-21[dlib] Update to v19.21 (#13061)stoperro
2020-05-07[dlib] add more granularity in features (#11195)Erwan BERNARD
* [dlib] add more feature selection * [dlib] replace custom with check_features * [dlib] bump version in CONTROL
2020-04-22[dlib] Updated dlib to v19.19 (#10826)stoperro
* [dlib] Updated dlib to v19.19 * - [dlib] Corrected dlib version. - [dlib] Corrected copyright installation. - [dlib] Removed deprecated calls from portfile.
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-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 portfile.cmakePakorn Vongseela
2017-02-18dlib portJürgen Herrmann
Initial commit for dlib port