aboutsummaryrefslogtreecommitdiff
path: root/versions/m-
AgeCommit message (Collapse)Author
2021-10-13[mimalloc] Update to 2.0.2 (#20680)Rémy Tassoux
* [mimalloc] Update to 2.0.2 * [mimalloc] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-10-11[msdfgen] Update to 1.9.1 (#20639)chausner
* Update msdfgen to 1.9.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-09-30[minisat-master-keying] Update to 2.3.6 (#20437)chausner
* Update minisat-master-keying to 2.3.6 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-09-29Build fixes from 2021-09-28's nightly build. (#20435)Billy O'Neal
https://dev.azure.com/vcpkg/public/_build/results?buildId=60445 PASSING, REMOVE FROM FAIL LIST: soundtouch:x64-windows-static Probably fixed by: https://github.com/microsoft/vcpkg/pull/19377 REGRESSION: mosquitto:x86-windows REGRESSION: mosquitto:x64-windows Probably broken by: https://github.com/microsoft/vcpkg/pull/20148/ ``` The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets. D:/packages/mosquitto_x86-windows/bin/mosquitto_ctrl.exe The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets. D:/packages/mosquitto_x86-windows/debug/bin/mosquitto_ctrl.exe Found 2 error(s). Please correct the portfile: C:\a\1\s\ports\mosquitto\portfile.cmake -- Performing post-build validation done ``` The upstream build system has this: ``` option(WITH_CJSON "Build with cJSON support (required for dynamic security plugin and useful for mosquitto_sub)?" ON) if (WITH_CJSON) FIND_PACKAGE(cJSON) if (CJSON_FOUND) message(STATUS ${CJSON_FOUND}) else (CJSON_FOUND) message(STATUS "Optional dependency cJSON not found. Some features will be disabled.") endif(CJSON_FOUND) endif() ``` and indeed, I repro the problem if cjson is installed first. Disable WITH_CJSON as a fix. OSX never finishing: Hopefully fixed by https://github.com/microsoft/vcpkg/pull/20388
2021-09-29[minizip-ng] Make dependencies optional (#20324)Christian Fersch
* [minizip-ng] Make dependencies optional * minor changes from review * improve implementation of crypto feature * x-add-version * split crypto into 3 features * properly forward features
2021-09-29[mozjpeg] Update to latest commit (#20401)JonLiu1993
* [mozjpeg] Update to latest commit * update version * Convert patch format * update version * Add double quotes * update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-29[meshoptimizer] Update to 0.16 (#20395)chausner
* Update meshoptimizer to 0.16 * Update CI baseline * Address PR feedback * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-29[proj4] remove feature "database" (#20368)autoantwort
* [proj4] remove database feature * [mapnik] remove dependency an feature 'database' of proj4 * add version files
2021-09-27[mosquitto] Update to 2.0.12 (#20148)Antoine Hoarau
* update mosquitto to 2.0.12 * update json * Update ports/mosquitto/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/libwebsockets/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * add head ref * remove plugins * update jsons * update libwebsockets * Update versions/m-/mosquitto.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update versions/l-/libwebsockets.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/mosquitto/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-09-27[boost] update to 1.77.0 (#19556)Yury Bura
2021-09-20[mDNSResponder] Update to 878.270.2 (#20226)Cheney Wang
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-09-17many-ports: Update supports field (#20053)autoantwort
* many-ports: Update supports field * Fix several "version-string"s. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-17[mimalloc] update to v1.7.2 (#20188)JonLiu1993
* [mimalloc] update to v1.7.2 * update version * update suggestion review * update version * update patch EOF * update version
2021-09-16[Mapnik] new port (#18849)Mathis
* add mapnik * version * update to latest ref * overwrite version * latest ref * fix hash * verison * update to latest upstream * version * false jpeg lib * version * update to latest ref * verssion * proj not needed * versioon * fix proj patch * version * actually the linkage is already checked in `supports`. Apply latest policies. Added default features * version * update to original ref * enable dynamic again * version * use date version * update version * do not add a second version * fix linux installing * version * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * do not use port var * version * drop mapnik::core from general usage info. * version * don't add a new version * add comment to trigger ci * version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-09-09Bulk convert control files. (#19986)Billy O'Neal
``` function Convert-Control { Param($full) .\vcpkg.exe format-manifest $full $root = $full.Substring(0, $full.Length - 7) # CONTROL $new = $root + 'vcpkg.json' $content = Get-Content -Raw $new $asJson = ConvertFrom-Json $content -AsHashtable -Depth 100 $oldVersion = $asJson['port-version'] if ($null -eq $oldVersion) { $oldVersionFull = $asJson['version-string'] Write-Host "Got version $oldVersionFull" $match = [System.Text.RegularExpressions.Regex]::Match($oldVersionFull, '^(.+)-(\d+)$') if ($match.Success -and -not [System.Text.RegularExpressions.Regex]::IsMatch($oldVersionFull, '^\d\d\d\d-\d\d-\d\d$')) { $newFullVersion = [string]$match.Groups[1].Value $oldVersion = [int]$match.Groups[2].Value Write-Host "newFullVersion $newFullVersion oldVersion $oldVersion" $newVersion = $oldVersion + 1 $asJson['version-string'] = $newFullVersion Write-Host "Previous version for $full extracted from version field -- setting version-string $newFullVersion and port-version $newVersion" } else { Write-Host "No previous version for $full -- setting 1" $newVersion = 1 } } else { $newVersion = [int]$oldVersion + 1 Write-Host "New version for $full : $newVersion" } $asJson['port-version'] = $newVersion $content = ConvertTo-Json $asJson -Depth 100 Set-Content -Path $new -Value $content .\vcpkg.exe format-manifest $new } Get-ChildItem ports\CONTROL -Recurse | Foreach-Object { Convert-Control $_.FullName } git commit -am "this message" .\vcpkg.exe x-add-version -all git commit -a --amend ```
2021-09-08[libbson, mongo-c-driver] Convert to vcpkg.json. (#20039)Billy O'Neal
* Fixes source writes rather than using DISABLE_PARALLEL_CONFIGURE * Fixes to use modern vcpkg helpers. * Fixes to install to the correct include path rather than moving the resulting includes after the fact. * Remove do-nothign renames. * Fixes to make static cmake configs find the correct bits.
2021-09-07[ms-gltf] Update to latest release r1.9.5.4 (#19958)Phoebe
* [ms-gltf] Fix the wrong homepage * Update pdb file path * Pass WINDOWS_USE_MSBUILD to vcpkg_cmake_configure * Update to latest release r1.9.5.4
2021-09-02[corrade/magnum/-plugins] Fix build, minor cleanup and minor warning fix in ↵Jonathan Hale
vcpkg CMake scripts (#19435) * [magnum/-plugins] Remove obsolete patches that no longer apply Signed-off-by: Squareys <squareys@googlemail.com> * [corrade] Make feature to flag translation consistent to fix warning Consistent with magnum & magnum-plugins Signed-off-by: Squareys <squareys@googlemail.com> * Fix warning message for dlls without matching pdbs always displayed Signed-off-by: Squareys <squareys@googlemail.com> * Fix the baseline version * Revert the changes in vcpkg_copy_pdbs.cmake Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-08-30[Mesa] update to 21.2.0 (#19612)JonLiu1993
* [Mesa] update to 21.2.0 * update verison
2021-08-11[mesa] Update to 21.1.6 (#18495)Phoebe
* [mesa] Update to 21.1.2 * Update to 21.1.5 * Update to 21.1.6 * Update the baseline version
2021-08-09[microsoft-signalr] Update port (#19420)Brennan
* Update microsoft-signalr port * x-add-version
2021-07-25[ms-quic] create a new port (#18225)Park DongHa
* [ms-quic] create a new port * rewrite to fix garbled history of #18225 * [ms-quic] update port/version SHA * [ms-quic] disable windows-static triplet * Update ports/ms-quic/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/ms-quic/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [ms-quic] update patch files * [ms-quic] make quictls only * reduce feature list for future updates * update version SHA Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-07-22[flatbuffers] upgrade the `flatbuffers` to v2.0.0 (#18897)Xing Ji
* upgrade the flatbuffers's version * run `vcpkg x-add-version` * upgrade flatbuffers to v2.0.0 for mnn * add new port-version of `mnn` after upgrade the flatbuffers * fix the port-version of `mnn` * Update ports/mnn/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/flatbuffers/CONTROL Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * run `vcpkg x-add-version flatbuffers --overwrite-version` * run `vcpkg x-add-version mnn --overwrite-version` * regenerate code files by flatc before build * run `vcpkg x-add-version mnn --overwrite-version` * add `flatbuffers` in dependencies * run `vcpkg x-add-version mnn --overwrite-version` * new port version for mnn * run `vcpkg x-add-version mnn --overwrite-version` to rebuild * Update versions/m-/mnn.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/mnn/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * run `vcpkg x-add-version mnn --overwrite-version` * Add missing quotes. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-16[mlpack] Add feature openmp (#18942)Jack·Boos·Yu
* [mlpack] Add feature openmp * format manifest * add version stuff * Update ports/mlpack/portfile.cmake * Update versions/m-/mlpack.json
2021-07-14Update to Ubuntu 20.04. (#18892)Billy O'Neal
* Update Ubuntu to 20.04. * [tfhe] Disable -Wall -Werror * [sophus] Disable -Werror. * Fix typo in deployment of CUDA. * Add libxxf86vm-dev for opensubdiv. * [opensubdiv] Fix OpenCL search on Ubuntu 20.04, and document libxxf86vm-dev dependency * [msgpack11] Disable -Werror. * [qtwayland, qt5wayland] Add system library notice. * Add python-is-python3 to unbreak tensorflow, v8, and others * [graphqlparser] Remove directive rejected by Bison 3.5.1 * [ogdf] Mark as failing in ci.baseline.txt. Issue filed https://github.com/microsoft/vcpkg/issues/18936 * [bde] Mark failing in ci.baseline.txt, issue filed https://github.com/microsoft/vcpkg/issues/18937 * [soem] Patch out -Werror * Update pool.
2021-07-06[mapbox-wagyu] add new port (#18771)Mathis Logemann
* add wagyu * add versions * update hash * update versions
2021-07-01[mongo-c-driver] Fix for custom VCPKG_BUILD_TYPE (#18569)Johannes Schönberger
* Fix mongo-c-driver for custom VCPKG_BUILD_TYPE * Update version * Update ports/mongo-c-driver/portfile.cmake * Update versions/m-/mongo-c-driver.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-01[morton-nd] Update to v4.0.0. (#18652)Kevin Hartman
* Update morton-nd to v4.0.0. * Update baselines.
2021-06-30[mpg123] Upgrade to 1.28.0 (#18403)evpobr
* [mpg123] Upgrade to 1.28.0 * [libopenmpt] Upgrade to 2017-01-28-cf2390140-2 * [mpg123] Disable UWP port * Fix libmpg123 UWP build * Fix libout123 UWP build * Fix libsyn123 UWP build * Update ports/libopenmpt/CMakeLists.txt Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/libopenmpt/CMakeLists.txt Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [libopenmpt] Update libopenmpt.json * [mpg123] Separate UWP patches Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-06-29[llvm] update to 12.0.0, enable zlib and libxml2 (#17302)Yury Bura
* [llvm] update to 12.0.0, enable zlib and libxml2 * [llvm] disable libxml2 by default, arm64-windows should be supported * [llvm] try to fix build with ffi on Windows #17663 * [llvm] re-enable libxml2 * [llvm] fix formatting * [llvm] overwrite version * [mesa] update to v21.1.0 * [llvm] update ci.baseline * [halide] update to the latest master commit * [llvm] disable libxml2 port until complete PR #15390 * update versions * [llvm] fix disabling of external libraries * update version * update ci.baseline * update ci.baseline * fix typo * [llvm] fix libxml2 (depends on #17945) * revert "[halide] update to the latest master commit" * update versions * [halide] fix zlib dependency for tools * update versions * [halide] update to official release v12.0.0 * update versions * [halide] update to v12.0.1 * update version * [mesa] remove llvm from defaults * update version * update ci.baseline * [mesa] update to v21.1.2 and fix build with LLVM on Windows * [llvm] allow to build libunwind project on Windows * update versions * [mesa] update ci.baseline.txt to disable x64-windows-static-md, may be fixed in the PR #18495
2021-06-24[magic-enum] Update to v0.7.3 (#18575)Daniil Goncharov
* [magic-enum] Update to v0.7.3 * fix
2021-06-24[matplotplusplus] Fix usage (#18583)Jack·Boos·Yu
* [matplotplusplus] Fix usage * update version record * Remove rename code * update version
2021-06-16[minizip] Fix usage, fix minizipConfig.cmake (#18472)Jack·Boos·Yu
* [minizip] Fix usage, fix minizipConfig.cmake * update version record
2021-06-11[matplotplusplus] Re-fix 3rd libraries installation (#18306)Jack·Boos·Yu
* [matplotplusplus] Re-fix 3rd libraries installation. * update version record
2021-06-10[matio] Use official CMakeLists, add features (#18254)Jack·Boos·Yu
* [matio] Use official CMakeLists, add features * Fix portfile.cmake * update version record * Commit missing files * Update versions/m-/matio.json * Update ports/matio/portfile.cmake * Update ports/matio/portfile.cmake * Update versions/m-/matio.json
2021-06-09[libbson] fix cmake find (#14720)Francisco Facioni
2021-05-19[vcpkg baseline][many ports] Fix build error (#17983)Jack·Boos·Yu
* [vcpkg baseline][wxwidgets] Fix build error * [mlpack] Fix configure error (upstream bug) * [vcpkg baseline] [embree2/embree3] Set cmake policy * Remove control file * Update baseline version * [mlpack] Re-write the dependency * [mlpack] Remove dependency boost-test since only feature test need it, add more boost dependencies. * [mlpack] Add dependency boost-heap * [mlpack] Fix uwp build * update version record * [mlpack] Revert uwp fix * update version record * [mlpack] Remove dependency boost-test * update version record * update baseline * [clamav] Update hash * update version record Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-05-18[minizip-ng] made cmake installs relative (#17685)Prateek Chokse
* [minizip-ng] made cmake installs relative * [minizip-ng] update version * Update versions/m-/minizip-ng.json * formated ports/minzip-ng/vcpkg.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-05-06[msmpi] Update the download hash (#17629)Jack·Boos·Yu
* [msmpi] Update the download hash * update version record * Update ports/msmpi/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update versions/m-/msmpi.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-30[matplotplusplus] Fix find and use dependencies (#17552)Jack·Boos·Yu
* [matplotplusplus] Fix find and use dependencies * update version record
2021-04-29[magnum,-plugins] Fix deprecated use of vcpkg_check_features (#17016)Jonathan Hale
Signed-off-by: Squareys <squareys@googlemail.com>
2021-04-28[marl] update to latest version (#17459)JonLiu1993
* [marl] update to 2021-2-19 * update version * update vcpkg-json * update json file * update version * [marl] update to 2021-04-25 * update version * Update vcpkg.json * Update baseline.json * update version
2021-04-28[vcpkg baseline][marble] Disable dependency KF5 (#17492)Jack·Boos·Yu
2021-04-23 [matplotplusplus] Install extra 3rd libraries (#17461)Jack·Boos·Yu
* [matplotplusplus] Install extra 3rd libraries * update version record
2021-04-19[vcpkg baseline][marble] Disable find I18n (#17341)Jack·Boos·Yu
* [vcpkg baseline][marble] Disable find I18n * update version record
2021-04-19[matplotplusplus] Add new port (#13725)myd7349
* [matplotplusplus] Add new port * [matplotplusplus] Update tips * [matplotplusplus] Update to fix opengl backend * [matplotplusplus] Update to lastest * [matplotplusplus] Update to 2021-03-07 * [matplotplusplus] Add FEATURES keyword * [matplotplusplus] Modernize * [matplotplusplus] Fix mistake * [matplotplusplus] UWP not supported * [matplotplusplus] Format manifest * [matplotplusplus] Add version file * [matplotplusplus] Experimental filesystem support * [matplotplusplus] Overwrite version * [matplotplusplus] Do not support arm64-windows yet * [matplotplusplus] Update to 2021-04-11 * [matplotplusplus] vcpkg x-add-version --overwrite-version matplotplusplus * [matplotplusplus] Modernize * [matplotplusplus] Overwrite version * [matplotplusplus] Fixup cmake targets * [matplotplusplus] Overwrite version * [matplotplusplus] Modernize * [matplotplusplus] Overwrite version
2021-04-19[minizip] support iOS/Android triplets (#16108)Park DongHa
* [minizip] support iOS triplets * DISABLE_INSTALL_TOOLS when VCPKG_TARGET_IS_IOS * [minizip] update git-tree SHA * [minizip] IOAPI_NO_64 in Android * add a patch to use standard C API * [minizip] update port SHA
2021-04-12[mpg123] Upgrade to 1.26.5 (#17191)evpobr
2021-04-12[minizip-ng] Modify the output include path of the header file (#17238)Cheney Wang
* [minizip-ng] Modify the output include path of the header file * Update json file Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-04-09[minizip-ng] add new port (#17101)Prateek Chokse
* [minizip-ng] add new port * [celero] Updated to Celero v2.8.0 (#16802) * [celero] Updated to Celero v2.8.0 * [celero] Improving static linking support in VCPKG. Celero issue #154 is tracking a fix. https://github.com/DigitalInBlue/Celero/issues/154 * [celero] Updated to v2.8.1 * [celero] Updated version for VCPKG. * [celero] Updates to better support VCPKG. * [celero] Updated versions. * Update celero.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>