aboutsummaryrefslogtreecommitdiff
path: root/ports/darknet/portfile.cmake
AgeCommit message (Collapse)Author
2021-06-09[darknet] fix uselib_track tool installation (#18168)Stefano Sinigardi
* [darknet] fix uselib_track tool installation * [darknet] update refs
2021-04-29[darknet] fix opencv features, add compatibility with VS16.9 (#15942)Stefano Sinigardi
* [darknet] fix opencv features colliding one with the others * update yolov4-tiny sha512 * move to manifest file * format manifest file and fix some inconsistencies * [darknet] fix references * Update ports/darknet/vcpkg.json * Update versions/d-/darknet.json * apply review suggestions * [darknet] fix references * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * format as requested by CI * [darknet] update refs * [darknet] bugfix Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-01-22[darknet] update to latest version (#15770)Stefano Sinigardi
* [darknet] update to latest version * update version refs * [darknet] update to latest version * update version refs Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-01-05[darknet] yolo v4 weights's hash need to update (#15296)JonLiu1993
* [darknet] yolo v4 weights's hash need to update * Add vcpkg_check_feature * Modify FEATURE_OPTIONS
2020-09-24[vcpkg macos ci] Switch to using our own base boxes, to fix bringing up mac ↵nicole mazzuca
machines (#13619) * [vcpkg ci:osx] Remove brew install * add instructions for creating a new vagrant box * fix the vagrant scripts for the new box * finish fixing the setup * [mecab jxrlib] fix ports for CI mecab needed to use an actual ref that wasn't master, and jxrlib needed a patch for xcode 12 CLTs. Additionally, this fixes the mecab version to be a date, the date of the last commit, since `1.0` is not the correct version (mecab doesn't have released versions) * [many ports] fix compile with Xcode 12 CLTs This mostly means fixing errors on implicit-function-declaration, and removing some Werrors * alac-decoder * apr * argtable2 * arrow * hyperscan * mcpp * minizip * mosquitto * stormlib * [many ports] even more Xcode 12 CLT fixes * [jxrlib darknet] fix the last ports! (hopefully) * CRs, plus minor wip changes to osx scripts
2020-09-01[darknet] update to v2020-08-30 (#13238)Stefano Sinigardi
2020-08-07[darknet] ready for yolo_v4 (#11037)Stefano Sinigardi
* [darknet] ready for yolo_v4 * [darknet] add yolov4 training weights * [darknet] use github host for release materials * [darknet] update to latest fixed revision * [darknet] update to 20200504 release * fix static/shared CRT linking mismatch * [darknet] update to 20200519 * [darknet] add yolov4-tiny Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-05-06[OpenCV2] add new "old" port (#7849)Stefano Sinigardi
* [OpenCV2] add library for older C projects * [OpenCV2] fixes for non-Windows systems * [OpenCV2] add warnings for Ubuntu * add fixes for cuda * [OpenCV2] disable parallel building, otherwise cuda fails * [OpenCV2] refresh port with latest fixes * [OpenCV2] fix CONTROL * [OpenCV2] fixes for windows * [OpenCV2] fixes to avoid unnecessary install of pre-built ffmpeg, since it already uses externally provided one * [OpenCV2] openexr still has some problems, explicitly removed UWP support * [OpenCV2] use targets wherever possible. Jasper and OpenEXR features would require improvements in those ports, in order for them to provide targets too * [OpenCV2] re-enable parallel build also with CUDA * [OpenCV2] improve compatibility with CUDA 10+ * [OpenCV2] fix broken CUDA targets * [darknet] enable opencv2 feature * skip from building, like opencv3, to avoid problems in CI
2020-03-04[darknet] update to latest release (#10280)nicole mazzuca
* [darknet] update to latest release * [darknet] add corrections from review
2019-10-09[darknet] use new stb portStefano Sinigardi
2019-09-24[cudnn] add port and enable it in darknet (#7536)Stefano Sinigardi
* [cudnn] add port and enable it in darknet * [OpenCV4] fix ffmpeg feature on uwp * [darknet] enable integration with cuda/cudnn also with opencv3 * [darknet] update to latest revision
2019-08-13[vcpkg_check_features] Set output variable explicitly and allow ↵Victor Romero
reverse-logic check (#7558) * [vcpkg_check_features] Set OUT_EXPAND_OPTIONS explicitly * [vcpkg_check_features] Allow reverse logic for features * [vcpkg_check_features] Document new parameters * [vcpkg_check_features] Remove unnecessary logging * Do not create variables for each feature only set OUT_FEATURE_OPTIONS * Improve documentation * Update ports that use vcpkg_check_features() * Missing documentation updates * [pcl] Fix tools feature * [opencv,opencv4] Fix usage of vcpkg_check_features() * [opencv4] Fix typo
2019-07-29[darknet] add training feature (#7450)Stefano Sinigardi
* [darknet] add training feature * [darknet] remove unnecessary integrated CMake module * [darknet] update code ref
2019-06-28[darknet] enable ninja (#7064)Stefano Sinigardi
* [darknet] enable ninja * Bump CONTROL version
2019-06-24[darknet] update to latest release (#6787)Stefano Sinigardi
* [darknet] update to latest release * [darknet] Reduce patch size * update to latest release, does not require any patch :)
2019-04-15[darknet] remove ninja preference to enable cuda build on windows (#6070)Stefano Sinigardi
2019-04-11[darknet] sync with community expected version, add fixes for downstream ↵Stefano Sinigardi
projects (#6047)
2019-04-09[darknet] add compatibility with OpenCV 4 (#6018)Stefano Sinigardi
2019-04-02[darknet,openssl-windows,tbb] Rebuild on CIVictor Romero
2019-03-22[darknet] fix static build (#5771)Stefano Sinigardi
2019-03-14[darknet/yolo] new port (#5648)Stefano Sinigardi
* [darknet/yolo] add draft implementation * [darknet] use official repo * [darknet] use stb from vcpkg * [darknet] Explicit failure on ARM and UWP