Commit Graph

6487 Commits

Author SHA1 Message Date
Weihang Ding
464182679b
[mdspan] Bump to 0.6.0 (#32889)
* [mdspan] Bump to 0.6.0

* update version database
2023-08-02 08:55:56 -07:00
Kai Pastor
0895a81303
[smpeg2] Cleanup, fix build, export config (#32807)
* [smpeg2] Fix non-msvc-build

* Update CI baseline

* [smpeg2] Cleanup, cmake config

* Update copyright

* Fix config
2023-08-01 09:25:34 -07:00
Alexander Neumann
6de3d0cb2e
[Proj] remove toolset restriction (#32858)
* [proj] Remove toolset restrictions.

* v db
2023-08-01 09:22:49 -07:00
Gerber Lóránt Viktor
41f42b34ea
[curlpp] Change curl dependency to not include default features (#32852) 2023-08-01 09:21:37 -07:00
Alexis La Goutte
8bb296c58a
[nghttp3]: update to 0.14.0 (#32860) 2023-08-01 09:20:59 -07:00
Alexis La Goutte
b203463184
[ngtcp2]: update 0.18.0 (#32861) 2023-08-01 09:20:43 -07:00
Rémy Tassoux
c55b665e97
[catch2] Update to 3.4.0 (#32867)
* [catch2] Update to 3.4.0

* [catch2] Update version files
2023-08-01 09:20:26 -07:00
Kai Pastor
2f6176ce98
[freerdp] Update, cleanup + [libusb] Fix pc file (#32416)
* [freerdp] Update, cleanup

* Add freerdp feature test port

* Update baseline

* [freerdp] ffmpeg unsupported on windows

* libusb availability limitations

* [freerdp] Update supported platforms

* [freerdp] Update supported platforms

* [freerdp] Use ffmpeg link libraries

* [freerdp] Fix install destinations

* [freerdp] Fix tools

* [freerdp] Fix osx

* [freerdp] Fix patch

* [freerdp] Keep duplicate link libs

* [freerdp] Mac client needs Xcode

* [freerdp] Fix wfreerdp-server exe lib name

* [freerdp] Fix client-mac

* Fix patch

* CI

* Fix patch

* Fix patch

* Set PDB_NAME for server exe

* Trim patch

* Test urbdrc on windows

* [libusb] Fix pc file for windows

* [freerdp] Add missing find_dependency()

* [freerdp] Export interface include directories
2023-07-31 15:53:11 -07:00
Alexander Neumann
6ced774037
[vcpkg] update CMake to 3.27.1 (#31931)
* update cmake

* update to rc2

* use nightly build

* update to rc3 drop freebsd due to dead link and update git while i am at it

* fix missing sha

* fix relative path

* update to 3.27 release

* [paho-mqtt] remove usage of OPENSSL_ROOT_DIR

* [directxtex] control optional directx-headers dep

* v db

* IN LIST -> IN_LIST

* v db

* try fixing azure-storage-cpp

* v db

* update to 3.27.1
2023-07-31 13:03:54 -07:00
Weihang Ding
7d677e1fb0
[apache-datasketches] New port (#32786)
* [apache-datasketches] New port

* update version database
2023-07-31 11:47:57 -07:00
Lily Wang
fc59c2a30a
[glib] Fix build race between gio subdirs and gversionmacros.h (#32785)
* [glib] Fix build race between gio subdirs and gversionmacros.h

* update version
2023-07-31 11:44:42 -07:00
Daniel Schürmann
3f70ae5c53
[portmidi] Add patch that fixes framework linking (#32799) 2023-07-31 11:39:46 -07:00
LeenHawk
d383622653
fix ffmpeg build failed with GCC13 or binutils (#32812) 2023-07-31 11:34:15 -07:00
himeno-hamster
b43873aa82
[hiredis] update to 1.2.0 (#32817)
* [hiredis] update to 1.2.0

* update version
2023-07-31 11:31:48 -07:00
Mengna Li
b7ba2557f9
fix error hash (#32842) 2023-07-31 11:30:45 -07:00
MonicaLiu
51569b47e1
[bullet3] Add featrue extras (#32850)
* Add feature extras

* formated vcpkg.json

* update version

* formated portfile.cmake

* update git-tree

* formated portfile.cmake

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-07-31 11:29:51 -07:00
moritz-h
4af97c9f9f
[tracy] require dbus dependency (#32802) 2023-07-31 11:27:47 -07:00
Thomas1664
8f5d80b119
[glaze] Add call to vcpkg_cmake_config_fixup() (#32825)
* [glaze] Add call to `vcpkg_cmake_config_fixup()`

* version
2023-07-31 11:25:53 -07:00
Laurent Rineau
c7d5bca83b
[cgal] update to 5.5.2 (#32804)
* [cgal] update to 5.5.3

* vcpkg x-add-version --all
2023-07-31 11:24:37 -07:00
myd7349
ba5fb96adf
[simdjson] Update to 3.2.1 (#32814)
* [simdjson] Update to 3.2.1

* [simdjson] Update version
2023-07-31 11:24:07 -07:00
Rémy Tassoux
2e26218459
[quill] Update to 3.3.0 (#32819)
* [quill] Update to 3.3.0

* [quill] Update version files
2023-07-31 11:19:28 -07:00
Dennis
49efec32ab
asio-grpc: Update to 2.6.0 (#32835) 2023-07-31 11:19:12 -07:00
Vladyslav Usenko
ac17779207
[sophus] updated to 1.22.10, removed optional dependencies (#32836)
* [sophus] updated to 1.22.10, removed optional dependencies

* Update version

* cleanup

* fix CI
2023-07-31 11:18:48 -07:00
MonicaLiu
f246d029e3
[rubberband] Update to 3.3.0 (#32843)
* update rubberband

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-07-31 11:18:04 -07:00
Carsten Grimm
8b04a7bd93
[qtbase] apply official patch for CVE-2023-38197 (#32797) 2023-07-28 08:37:35 -07:00
Weihang Ding
0d8b396a5a
[vincentlaucsb-csv-parser] New port (#32780) 2023-07-28 08:20:17 -07:00
Ómar Högni Guðmarsson
ccd2e8b4b9
[Glaze] Update version 1.3.3 (#32789) 2023-07-27 22:47:36 -07:00
mg152
861d3a1556
[uni-algo] Update to 1.0.0 (#32749) 2023-07-27 22:47:15 -07:00
Daniel Schürmann
8184c5e06c
[abseil] Add patch that fixed the CoreFoundation linkage (#32781) 2023-07-27 09:24:47 -07:00
Weihang Ding
32675c830a
[vulkan-hpp] Bump to 1.3.259 (#32769) 2023-07-27 09:24:17 -07:00
JonLiu1993
d523304efb
[etcd-cpp-apiv3] update to 0.15.3 (#32747) 2023-07-27 09:23:57 -07:00
Gianluca Bianco
430aa06f3c
[osmanip] update to v4.6.1 (#32743) 2023-07-27 09:23:36 -07:00
JacobBarthelmeh
c415aabf1e
[wolfssl] update to 5.6.3 (#32325) 2023-07-27 09:23:06 -07:00
Osyotr
16eeb024de
[snappy] Update to 1.1.10 and disable optimizations based on hardware support (#26828) 2023-07-26 19:54:11 -07:00
Kai Pastor
f204b54154
[skia] Fix vulkan feature (#32740) 2023-07-26 19:52:57 -07:00
Cheney Wang
91bb3e4b89
[onnx/onnx-optimizer] update to v1.14.0 and 0.3.17 (#32542) 2023-07-26 19:51:16 -07:00
Theodore Tsirpanis
f4b60013ae
[libwebp] Update to version 1.3.1. (#32767) 2023-07-26 19:50:34 -07:00
Theodore Tsirpanis
24d7259d0d
[aws-c-common] Remove the unused openssl dependency. (#32775) 2023-07-26 19:49:52 -07:00
MonicaLiu
f84c18b6a5
[python3] Install the debug version of the files *_d.pyd (#32297) 2023-07-26 11:11:05 -07:00
Weihang Ding
c26975658a
[date] Fix installation (#32772)
* [date] Fix installation

* update version database
2023-07-26 11:06:59 -07:00
JonLiu1993
a1d682b5aa
[cmakerc] update to 2023-07-24 (#32762) 2023-07-26 10:49:57 -07:00
Alexis La Goutte
a003690587
[nghttp2]: update to 1.55.1 (#32746)
Fix CVE-2023-35945 and GHSA-jfxv-29pc-x22r (https://github.com/envoyproxy/envoy/security/advisories/GHSA-jfxv-29pc-x22r)
2023-07-26 10:49:44 -07:00
Koby Kahane
202ef0de5d
[re2] update to 2023-07-01 (#32595) 2023-07-26 10:49:15 -07:00
jim wang
59fa2d653f
[log4cpp] Change to official upstream source (#31736) 2023-07-26 10:49:03 -07:00
Mohsen Mirkarimi
ebf90b95b1
[trantor] fix: link to vcpkg c-ares target (#32735) 2023-07-25 23:28:18 -07:00
Charles Karney
01793b4fca
[Geographiclib] update version to 2.3 (#32752) 2023-07-25 20:07:46 -07:00
David Matson
c6cb06f0c9
[cpp-async] Update to version 1.0.1 (#32756) (#32757) 2023-07-25 20:07:29 -07:00
Jonathan Sweemer
fa9d1fab3c
[boost-ublas] Remove dependency on boost-compute (#29325) 2023-07-25 18:22:42 -07:00
Charles Milette
4160b0c9e5
[amd-adl-sdk] new port (#32206) 2023-07-25 18:12:17 -07:00
Jonathan Sweemer
250209efbb
[blpapi] add new port (#32603)
* [blpapi] add new port

* Deduplicate common prefixes, and better handle release-only triplets.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-07-25 12:20:51 -07:00
Noah
080bf4d78f
[cxxgraph] Add new port CXXGraph (#32696) 2023-07-25 12:15:24 -07:00
Takatoshi Kondo
05f3ed1138
Update async-mqtt version to 1.0.7. (#32748) 2023-07-25 11:27:09 -07:00
Jonathan Sweemer
9307a7c4ec
[quantlib] update to v1.31.1 (#32737) 2023-07-25 11:13:52 -07:00
VuYeK
c26e2bd94a
[sciter-js] Update to 5.0.2.17 (#32736) 2023-07-25 11:13:28 -07:00
Cheney Wang
a18872ffa2
[halide] update to 16.0.0 (#32661) 2023-07-25 11:08:13 -07:00
kiwixz
a036271814
[cli11] update to 2.3.2 and enable precompilation (#32704) 2023-07-25 11:03:51 -07:00
RealTimeChris
f826a89cb9
[DiscordCoreAPI] Updating to v1.70 (#32727) 2023-07-25 11:01:11 -07:00
Mohsen Mirkarimi
cada931e6c
[drogon] fix: patch DrogonConfig.cmake.in to find hiredis (#32728) 2023-07-25 11:00:41 -07:00
Cheney Wang
b7dba7f9aa
[librsvg] Add pkgconfig file (#32319) 2023-07-24 11:58:08 -07:00
Ómar Högni Guðmarsson
57ca276412
[async-mqtt] Add tls feature. (#32551) 2023-07-24 11:44:07 -07:00
ahugeat
3678e75c3a
[gamedev-framework] Update to v1.2.0 (#32702) 2023-07-24 11:30:27 -07:00
Mohammad Naghizadeh
98e184dd1d
[liblemon] Fix portfile.cmake (#32334) 2023-07-24 11:13:53 -07:00
MonicaLiu
edf7b9198f
[mlpack] Update to 4.2.0 (#32663) 2023-07-24 10:59:57 -07:00
Todor Prokopov
9f54c912f9
[openal-soft] Update to 1.23.1 (#32687) 2023-07-24 10:59:40 -07:00
day253
23c49010c4
[brpc] update to 1.5.0 (#32705) 2023-07-24 10:59:05 -07:00
wyc
d297fa0458
[qt5-tools] Fix build fail with mingw (#32707) 2023-07-24 10:58:39 -07:00
Mengna Li
4b101395a0
[xxhash] update to 0.8.2 (#32717) 2023-07-24 10:57:01 -07:00
Mengna Li
42d20de59d
[clipper2] update to 1.2.2 (#32718) 2023-07-24 10:56:36 -07:00
Peter Adam Korodi
38c402f7a7
[configcat] Update to version 3.0.0 (#32726) 2023-07-24 10:56:17 -07:00
Mohsen Mirkarimi
d765306b07
[drogon] fix: patch drogon redis link (#32694)
* fix: patch drogon redis link

drogon's source root CMakeLists.txt is now patched to link to
hiredis::hiredis provided by vcpkg hiredis port.

when using vcpkg manifest mode it used to link drogon.dll target to
hiredis.dll while on debug build, hiredisd.dll is only available.
this patch resolves this problem.
2023-07-23 17:51:13 -07:00
xiaozhuai, Weihang Ding
9d47b24eac
[libguarded] Bump to 1.4.1 (#32688) 2023-07-21 09:06:34 -07:00
JonLiu1993
a564a7e2a5
[vcpkg scripts] Fix check the different features have the same feature variable in function vcpkg_check_features (#31984) 2023-07-21 09:04:10 -07:00
jim wang
2d6f26b318
[sqlpp11] Fix link sqlite3 error (#32680) 2023-07-21 08:54:29 -07:00
Frank
589cfb821d
[daw-json-link] Update version to 3.19.0 (#32678) 2023-07-21 08:53:50 -07:00
Alexander Neumann
f7525d7a0a
[qt] Update to 6.5.2 (#32658) 2023-07-21 08:53:32 -07:00
JonLiu1993
864c70b836
[curl] update to 8.2.0 (#32656) 2023-07-21 08:46:53 -07:00
Alexander Neumann
50a4aa2be9
[salome-med-fichier] new port (#30893) 2023-07-20 17:18:40 -07:00
Vitalii Koshura
7a3c94878b
[boinc] fix build with mingw (#32659) 2023-07-20 12:33:44 -07:00
Billy O'Neal
4c1734ba2a
[kealib] Block attempting to load gdal's package.
Resolves https://github.com/microsoft/vcpkg/issues/32653

The problem is that regardless of `LIBKEA_WITH_GDAL` it runs `find_package(GDAL`. (Ignoring the answer) Inside GDAL's package, they do `find_dependency(HDF5 COMPONENTS C)` which overrides kealib's attempted `find_package(HDF5 COMPONENTS CXX HL REQUIRED)` with the wrong libraries.
2023-07-19 23:26:01 -07:00
Rémy Tassoux
a6657c38d5
[implot] Update to 0.15 (#32650) 2023-07-19 19:58:09 -07:00
Billy O'Neal
5e9cbd9ac2
[mfl] Disable warnings as errors. (#32652) 2023-07-19 19:42:17 -07:00
chausner
b83d86364f
[concurrencpp] Update to 0.1.7 (#32646) 2023-07-19 16:06:34 -07:00
Carsten Grimm
489a01db7c
[qt5-base] Patch CVE-2023-24607 CVE-2023-37369 and CVE-2023-38197 (#32599) 2023-07-19 14:24:39 -07:00
unageek
24bcc37364
[manif] Add new port (#32621) 2023-07-19 14:23:19 -07:00
Jonathan Sweemer
3afacd8901
[quantlib] update to v1.31 (#32628) 2023-07-19 14:19:15 -07:00
glenrgordon
dfc03cbd27
[antlr4] Update to 4.13 (#32625) 2023-07-19 14:18:40 -07:00
David Martos
5161e4c930
[pango] Silence false positive in pango when using GCC 13 (#32620) 2023-07-19 14:16:49 -07:00
Lily Wang
9f07c540ff
[pcl] Update to 1.13.1 (#32419) 2023-07-19 14:15:10 -07:00
Lily Wang
37e138c4bc
[strtk] Add feature boost (#32629) 2023-07-19 14:09:31 -07:00
JonLiu1993
f78466713f
[vcpkg baseline][qtinterfaceframework] Fix ci error (#32630) 2023-07-19 13:50:31 -07:00
Nicholas Hayes
861c330575
[libjxl] Update to version 0.8.2 (#32605) 2023-07-18 12:38:29 -07:00
jim wang
7f37cd6498
[sqlcipher] Fix the sqlcipher.pc file (#32548) 2023-07-18 12:27:38 -07:00
Mengna Li
93806d3ca7
update to 12.4.1 (#32609) 2023-07-18 12:27:14 -07:00
Sandy
3948644bde
[openal-soft] Fix android config (#32606)
Fixes issue with linking command with an undefined OpenSL::OpenSLES in static mode and android
2023-07-18 12:26:51 -07:00
Szabolcs Horvát
2ff2c826cf
[igraph] update to 0.10.6 (#32614) 2023-07-18 11:51:10 -07:00
Ómar Högni Guðmarsson
21bbb14c41
[glaze] Update to version 1.3.2 (#32564) 2023-07-17 13:16:46 -07:00
Sandy
f0f1dcc52b
[bgfx] Update to 1.121.8534-453 (#32058) 2023-07-17 13:10:54 -07:00
autoantwort
04adf7a7aa
[realsense2] fix osx build (#32585) 2023-07-17 13:09:34 -07:00
Jules
f11cac522a
[ctbench] Add portfile (#31716) 2023-07-17 13:08:24 -07:00
Lily Wang
9d7f6a1872
[uwebsockets] Update to 20.45.0 (#32587) 2023-07-17 13:06:27 -07:00
Marc
134faa05f7
[atk] set correct license id and use vcpkg_install_copyright() (#32540) 2023-07-17 13:02:56 -07:00
Billy O'Neal
d512dc8197
[physx] Update to 5.x (#32568) 2023-07-17 13:01:51 -07:00
Juan Ramos
fba81a6a54
[vulkan-memory-allocator] Update port to current ToT (#32513)
* [vulkan-memory-allocator] Update VMA port to current ToT

Contains fixes for gcc13 and adds streamlined CMake support.

See this PR for the recent CMake fixes:
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/pull/350

* Update version database

* Fix typo in usage, dedupe cmake.org link, move up 3.21+, remove extra newline.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-07-14 22:01:41 -07:00
MonicaLiu
15d03e487c
[nu-book-zxing-cpp] Update to 2.1.0 (#32562) 2023-07-14 16:52:10 -07:00
Kai Pastor
0da6acafcf
[gdal] Update to 3.7.1 (#32559) 2023-07-14 16:51:41 -07:00
xiaozhuai, Weihang Ding
e398928f11
[uvw] Bump to 3.2.0 (#32526) 2023-07-14 16:51:15 -07:00
autoantwort
592cb84726
[gstreamer] simplyfy (#32323) 2023-07-14 16:39:00 -07:00
JonLiu1993
4ce46ddf46
[pybind11] Fix debug link failure (#31318)
* Fix debug link failure

* update version

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-07-14 16:37:14 -07:00
Frank
452ed95c1c
[vcpkg baseline] Update discordcoreapi, jsonifier version (#32563) 2023-07-14 16:36:33 -07:00
Nick Anderson
679b49480a
[opentelemetry-fluentd] Add new port (#32063) 2023-07-14 16:31:45 -07:00
JonLiu1993
bffafa8f7a
[lunasvg] Add usage (#30196) 2023-07-14 16:21:37 -07:00
Julianus Pfeuffer
ca4640a202
[qt5-base] fix building with mac dynamic triplet (#32500) 2023-07-14 14:39:05 -07:00
Lily Wang
9c7ddcae77
[vcpkg baseline][openvino] Disable find pybind11 (#32561)
* [vcpkg baseline][openvino] Disable find pybind11

* update version
2023-07-14 13:40:56 -07:00
JonLiu1993
25be4c4c0b
[libwebp] Do not emit AVX when not requested by the toolchain (#21644)
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-07-14 11:27:50 -07:00
Lily Wang
7771648f32
[bext-ut] Update to latest commit (#32546) 2023-07-13 11:39:13 -07:00
Ómar Högni Guðmarsson
aa9f56d821
[glaze] update version 1.3.1 (#32547) 2023-07-13 11:38:06 -07:00
JonLiu1993
d751358003
[date] set correct license and use vcpkg_install_copyright() (#32549) 2023-07-13 11:36:02 -07:00
Marc
2418d414eb
[pango] set correct license id and use vcpkg_install_copyright() (#32545)
* [pango] set correct license id and use vcpkg_install_copyright()

According to the projects source files, it is licensed under
LGPL-2.0-or-later:

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

* Update version database
2023-07-13 11:35:00 -07:00
Marc
ddf4790fff
[librsvg] add license id and use vcpkg_install_copyright() (#32527)
* [librsvg] add license id and use vcpkg_install_copyright()

COPYING and COPYING.LIB have identical texts.

The source files state, that the LGPL is the:

GNU Library General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any
later version.

* Update version database
2023-07-13 11:30:33 -07:00
jim wang
20df27de29
[boost-filesystem]There is a space problem in modifying the file path (#32503)
* There is a space problem in modifying the file path

* Version database

* update version

* Update generate-ports.ps1

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-07-13 11:29:57 -07:00
Theodore Tsirpanis
17fc556532
[curl] Add zstd feature. (#32533) 2023-07-13 11:24:11 -07:00
Frank
0632df00a2
[cryptopp] Update version to 8.8.0 (#32544) 2023-07-13 11:23:47 -07:00
eao197
e58d3f01f1
[sobjectizer] Update to 5.8.0 (so5extra updated to 1.6.0) (#32321)
* SObjectizer updated to 5.8.0, so5extra to 1.6.0.

* x-add-version applied for SObjectize-5.8.0 and so5extra-1.6.0.

* SObjectizer updated to v.5.8.0.1.

* x-add-version for SObjectizer-5.8.0.1

* Fix version DB

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-07-13 10:21:06 -07:00
Mengna Li
78784c0b0a
[baresip-libre] Fix incorrect condition in patch file (#32529) 2023-07-12 23:02:06 -07:00
Vitalii Koshura
fc5fa5f2e7
[sentry-native] update to 0.6.5 (#32534)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-07-12 22:57:00 -07:00
Marc
285baf2dd9
[xcb-proto] set license id and use vcpkg_install_copyright() (#32531)
* [xcb-proto] set license id and use vcpkg_install_copyright()

* Update version database
2023-07-12 22:56:50 -07:00
Alexis La Goutte
61e6021b0b
[nghttp2]: update to 1.55.0 (#32535) 2023-07-12 22:55:57 -07:00
xiaozhuai, Weihang Ding
f764ff90b6
[libuv] Bump to 1.46.0 (#32525) 2023-07-12 13:07:17 -07:00
xiaozhuai, Weihang Ding
81d262e853
[nameof] Bump to 0.10.3 (#32523)
* [nameof] Bump to 0.10.3

* update version database
2023-07-12 13:06:59 -07:00
Billy O'Neal
4d6bafb2ce
Update passing remove from fail lists 2023-07-10. (#32484)
* PASSING, REMOVE FROM FAIL LIST: chipmunk:arm64-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt).
PASSING, REMOVE FROM FAIL LIST: chipmunk:x64-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt).

REGRESSION: fastrtps:arm-neon-android failed with BUILD_FAILED. If expected, add fastrtps:arm-neon-android=fail to /vcpkg/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: fastrtps:arm64-android failed with BUILD_FAILED. If expected, add fastrtps:arm64-android=fail to /vcpkg/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: fastrtps:x64-android failed with BUILD_FAILED. If expected, add fastrtps:x64-android=fail to /vcpkg/scripts/azure-pipelines/../ci.baseline.txt.
Previously blocked by:
PASSING, REMOVE FROM FAIL LIST: foonathan-memory:arm-neon-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt).
PASSING, REMOVE FROM FAIL LIST: foonathan-memory:arm64-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt).
PASSING, REMOVE FROM FAIL LIST: foonathan-memory:x64-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt).

REGRESSION: cmake-user:x86-windows cascaded, but it is required to pass. (C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt).
REGRESSION: hdf5:x86-windows failed with BUILD_FAILED. If expected, add hdf5:x86-windows=fail to C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt.
REGRESSION: vcpkg-ci-mathgl:x86-windows cascaded, but it is required to pass. (C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt).
REGRESSION: vcpkg-ci-opencv:x86-windows cascaded, but it is required to pass. (C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt).
REGRESSION: vcpkg-ci-openimageio:x86-windows cascaded, but it is required to pass. (C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt).
REGRESSION: vcpkg-ci-paraview:x86-windows cascaded, but it is required to pass. (C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt).

CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: "C:/Program Files/PowerShell/7/pwsh.exe" -noprofile -executionpolicy Bypass -nologo -file C:/a/1/s/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary D:/packages/hdf5_x86-windows/tools/hdf5/h5clear-shared.exe -installedDir D:/packages/hdf5_x86-windows/bin -verbose
    Working Directory: C:/a/1/s
    Error code: Access violation
    See logs for more information:
      D:\buildtrees\hdf5\copy-tool-dependencies-2-out.log
      D:\buildtrees\hdf5\copy-tool-dependencies-2-err.log

Previous CI run passed, so I'm going to hope we got a bad machine or something and move on for now.

REGRESSION: openvino:x64-linux failed with BUILD_FAILED. If expected, add openvino:x64-linux=fail to /agent/_work/1/s/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: openvino:x64-osx failed with BUILD_FAILED. If expected, add openvino:x64-osx=fail to /Users/vagrant/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: openvino:x64-windows failed with BUILD_FAILED. If expected, add openvino:x64-windows=fail to C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt.
REGRESSION: openvino:x64-windows-static failed with BUILD_FAILED. If expected, add openvino:x64-windows-static=fail to C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt.
REGRESSION: openvino:x64-windows-static-md failed with BUILD_FAILED. If expected, add openvino:x64-windows-static-md=fail to C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt.
See discussion in https://github.com/microsoft/vcpkg/pull/32418 / https://github.com/openvinotoolkit/openvino/issues/18465 -- openvino conflicts with oneDNN because the vcpkg copy is not the same as their forked copy.

REGRESSION: physx:x64-linux failed with FILE_CONFLICTS. If expected, add physx:x64-linux=fail to /agent/_work/1/s/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: physx:x64-windows failed with FILE_CONFLICTS. If expected, add physx:x64-windows=fail to C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt.
REGRESSION: physx:x64-windows-static failed with FILE_CONFLICTS. If expected, add physx:x64-windows-static=fail to C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt.
REGRESSION: physx:x64-windows-static-md failed with FILE_CONFLICTS. If expected, add physx:x64-windows-static-md=fail to C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt.
See discussion in https://github.com/microsoft/vcpkg/pull/32432 -- omniverse-physx-sdk was added 5 days ago and conflicts.

REGRESSION: libev:arm-neon-android failed with FILE_CONFLICTS. If expected, add libev:arm-neon-android=fail to /vcpkg/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: libev:x64-android failed with FILE_CONFLICTS. If expected, add libev:x64-android=fail to /vcpkg/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: libev:x64-linux failed with FILE_CONFLICTS. If expected, add libev:x64-linux=fail to /agent/_work/1/s/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: libev:x64-osx failed with FILE_CONFLICTS. If expected, add libev:x64-osx=fail to /Users/vagrant/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt.

Fixed by https://github.com/microsoft/vcpkg/pull/32471

REGRESSION: ryu:x64-linux failed with FILE_CONFLICTS. If expected, add ryu:x64-linux=fail to /agent/_work/1/s/scripts/azure-pipelines/../ci.baseline.txt.
error: The following files are already installed in /mnt/vcpkg-ci/installed/x64-linux and are in conflict with ryu:x64-linux
Installed by bde:x64-linux
debug/lib/libryu.a
    include/ryu/ryu.h
    lib/libryu.a

* Exclude chipmunk:arm-neon-android with a supports expression rather than with ci.baseline.txt as this is explicitly blocked in the sources.
2023-07-12 12:30:31 -07:00
Mengna Li
7ff8ea6378
update to 8.0.0 (#32489) 2023-07-12 12:26:28 -07:00
sakiodre
5269f4f4f6
[lunasvg] Update 2.3.8 (#32510) 2023-07-11 23:53:52 -07:00
Azure SDK Bot
fd8186918c
[Azure Storage] Update to July Release (#32516) 2023-07-11 23:53:04 -07:00
jim wang
5d94ad783a
[flann] Fix pop_t is not defined under non-gunc platform. (#32468) 2023-07-11 23:52:27 -07:00
Marc
5ac89392d7
[dirent] add license id and use vcpkg_install_copyright() (#32495) 2023-07-11 17:36:33 -07:00
luzpaz
63a57560c6
[mujoco] use correct https:// schema for hompage url (#32509) 2023-07-11 17:35:49 -07:00
Yuri Bogomolov
e0e74f5b57
[libev] change package name to unofficial-libev (#32472) 2023-07-11 17:35:21 -07:00
Regen
a5fff62846
[angle] Fix typo (#32491)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-07-11 17:35:08 -07:00
Marc
854c5cab1a
[libuuid] add license id and use vcpkg_install_copyright() (#32504)
* [libuuid] add license id and use vcpkg_install_copyright()

* Update version database
2023-07-11 12:35:06 -07:00
hesmar
e5f4e66fed
[tesseract] fix unrecognized command line option -mfpu=neon on aarch64 (#32507) 2023-07-11 12:22:54 -07:00
Alexander Neumann
92bad87dfb
[polyhook2] Fix static linkage for downstream consumers. (#32455) 2023-07-11 11:57:41 -07:00
Lily Wang
edd88a8448
[redis-plus-plus] Update to 1.3.10 (#32469) 2023-07-11 11:55:18 -07:00
Frank
501bd6f75a
[cpp-httplib] Update to v0.13.1 (#32474)
* [cpp-httplib] Update to v0.13.1

* version
2023-07-11 11:54:40 -07:00
Marc
5eb7e55879
[tiff] set correct license id in license field (#32476)
* [tiff] set correct license id in license field

* Update version database
2023-07-11 11:54:17 -07:00
Brian Rogers
1611e074a1
[libunifex] Update to v0.3.0 (#32481)
Co-authored-by: Brian Rogers <broger@microsoft.com>
2023-07-11 11:53:48 -07:00
RealTimeChris
2ebb70a6e4
[DiscordCoreAPI] Updating to v1.50 (#32486) 2023-07-11 11:53:14 -07:00
Mengna Li
efca044b75
fix conflict file with libevent (#32471) 2023-07-11 11:41:53 -07:00
Marc
4efa61c0ac
[fribidi] add license id and use vcpkg_install_copyright() (#32496)
* [fribidi] add license id and use vcpkg_install_copyright()

* Update version database
2023-07-11 11:41:24 -07:00
Marc
8657e923f4
[libcroco] add license id and use vcpkg_install_copyright() (#32498)
* [libcroco] add license id and use vcpkg_install_copyright()

* Update version database
2023-07-11 11:34:18 -07:00
jim wang
4d1e0507a3
[angle] Fix gcc13 compilation error (#32499)
* fix uint32_t has not been declared

* update version
2023-07-11 11:20:55 -07:00
Alexis La Goutte
97d9f68cef
ngtcp2: update 0.17.0 (#32501) 2023-07-11 11:20:06 -07:00
Alexis La Goutte
ff39d70a4c
nghttp3: update 0.13.0 (#32502) 2023-07-11 11:19:30 -07:00
Rémy Tassoux
cbdd5ce583
[quill] Update to 3.2.0 (#32478) 2023-07-11 11:19:10 -07:00
Kai Pastor
505cba2668
[libssh2,libgit2,vcpkg-ci-libgit2] Fix, test, cleanup (#32440) 2023-07-11 11:18:41 -07:00
Tamir
62c4a7ad63
[RealSense] Update to 2.54.1 (#32389) 2023-07-11 10:34:27 -07:00
Kai Pastor
7822b3b516
[liblzma] Fix vcpkg windows debug flags (#32348) 2023-07-11 10:33:28 -07:00
JAEHONG KIM
ac68eb6048
[tensorpipe] Fix build failure test features (#32346)
* [tensorpipe] Change old target name

* [tensorpipe] Update baseline

* [tensorpipe] Modify patch file

* [tensorpipe] update version

* [tensorpipe] add unofficial prefix

* [tensorpipe] add unofficial namespace
2023-07-10 17:41:10 -07:00
Kai Pastor
be82dd7c50
[sqlite3] Fix option passing (#32404) 2023-07-10 17:17:37 -07:00
Marc
efd6cedc9e
[cairo] update license info and add all licenses to copyright file (#32430) 2023-07-10 17:16:20 -07:00
Alexander Neumann
d25dff35e1
[asmtk] Fix downstream usage (#32451)
* [asmtk] fix static downstream usage

* v db
2023-07-10 17:15:28 -07:00
Alexander Neumann
4c21df20b2
[zydis] hardcode static define (#32453)
* [zydis] hardcode static usage

* v db
2023-07-10 17:14:57 -07:00
Lily Wang
6b8459636c
[vcpkg baseline][graphviz/think-cell-range/geotrans] Fix download error (#31772) 2023-07-10 15:20:45 -07:00
Yury Bura
1ec3d05438
[pybind11] update to v2.10.4 (#32194)
* [pybind11] update to v2.10.4, clean-up redundant dependency, add usage
2023-07-10 10:52:11 -07:00
すけや
34869a04eb
[Imath] Update Imath to v3.1.9 (#31944)
* Update Imath to v3.1.9.

* fix version database.
2023-07-10 10:00:31 -07:00
RealTimeChris
66010065fe
Updating the necessary files. (#32444) 2023-07-10 09:56:11 -07:00
Martin Hořeňovský
94c05e713f
[benchmark] Update to 1.8.2 (#32449) 2023-07-10 09:55:55 -07:00
Nicholas Hayes
56edf67d42
[libheif] Update to version 1.16.2 (#32450) 2023-07-10 09:55:39 -07:00
Pierre Wendling
12e5fc3aed
[spdlog] Update to 1.12.0 (#32457)
* [spdlog] Update to 1.12.0.

* [spdlog] Update baseline.
2023-07-10 09:54:41 -07:00
Kai Pastor
cc80359416
[mongo-cxx-driver] Update to 3.7.2 (#32459) 2023-07-10 09:54:16 -07:00
JonLiu1993
48b9da7ef0
[ghc-filesystem] update to 1.5.14 (#32462)
* [ghc-filesystem] update to 1.5.14

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-07-10 09:53:57 -07:00
Marc
a9f6994ced
[fdk-aac] add license field and use vcpkg_install_copyright() (#32467)
* [fdk-aac] add license field and use vcpkg_install_copyright()

* Update version database
2023-07-10 09:53:25 -07:00
Carlos O'Ryan
dafef74af5
[google-cloud-cpp] update to latest release (v2.13.0) (#32391) 2023-07-07 10:16:49 -07:00
Azure SDK Bot
243b4c8604
[azure-*-cpp] Update to July Release for Core and Identity Packages (#32425)
* [azure-identity-cpp] Update to 1.5.1
## 1.5.1 (2023-07-06)

### Bugs Fixed

- [#4723]](https://github.com/Azure/azure-sdk-for-cpp/issues/4723) Accept a wider variety of token responses.

* [azure-core-cpp] Update to 1.10.1
## 1.10.1 (2023-07-06)

### Breaking Changes

- [[#4662]](https://github.com/Azure/azure-sdk-for-cpp/issues/4662) `Azure::Core::Operation<T>::GetRawResponseInternal()` is now deprecated and no longer requires an overload.

### Other Changes

- Empty diagnostic messages will no longer be generated.

* [azure-core-amqp-cpp] Update to 1.0.0-beta.1
## 1.0.0-beta.1 (2023-07-06)

### Features Added

- Initial release

* Dependency search fix

* Dependency link fix

* x-add-version

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2023-07-07 10:14:11 -07:00
Ben Westover
4016bcea25
[sentry-native] Allow ARM builds on Linux (#32116) 2023-07-07 10:10:40 -07:00
Kai Pastor
b25f6bffd4
[curl] Update libssh2/brotli/c-ares dependencies (#32287)
* [curl] Fix libssh2 dependency

* Revise dependencies patching

* Fix pc file

* Cleanup
2023-07-07 10:09:39 -07:00
Adam Casey
88f5e897a7
[bde] Updated to 3.117.0 (#31961)
* Update bde port

Disable windows and arm, at least for now

It'd be great to enable arm64-osx (macos?) soon

* Update version in bde.json

* Remove ci.baseline.txt skip.

* Fix version database.

* fix port-version

* Stop building for android, osx

I don't specifically know why these don't work, but linux is the primary platform
so let's fix these another time

Also remove the cxx17 flag for now - we'll need to address this at some point
but for now this should satisfy the feature flag requirements.

* Review comments

* Remove WINDOWS_USE_MSBUILD

* Update versions

---------

Co-authored-by: Oleg Subbotin <osubbotin@bloomberg.net>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-07-07 09:25:07 -07:00
双草酸酯
6a93a1d2af
[mysql-connector-cpp] Fix incorrect usage of MAYBE_UNUSED_VARIABLES (#32406)
* fix build variables

* update version

* update version

* properly quote everything

* update version
2023-07-07 09:18:28 -07:00
Rémy Tassoux
f38a59359b
[imgui] Update to 1.89.7 (#32393)
* [imgui] Update to 1.89.7

* [imgui] Update version files

* [implot] Fix build failure with imgui 1.89.7

* [implot] Update version files
2023-07-07 09:13:30 -07:00
Yury Bura
4c397835c4
[rocksdb] update to v8.3.2, add/rework features (#29093)
* add more options and remove unused CMake variables

* add version

* [rocksdb] fix liburing option

* update version

* [rocksdb] disable debug runtime for Release configuration (Windows only)

* update version

* [rocksdb] remove processor-specific features

* [rocksdb] update v7.10.2

* add version

* [rocksdb] update to v8.0.0

* add version

* add version

* modify version

* add version

* [rocksdb] update to v8.3.2, build shared library, update ci.basline.txt

* update version

* [rocksdb] PORTABLE option has been modified in v8.3, it should be equal to 1

* clean up ci.baseline.txt

* =update version

* revert "clean up ci.baseline.txt"

* remove unnecessary lines

* update version

* update ci.baseline.txt

* update version

* [rocksdb] remove JeMalloc

* update version
2023-07-07 09:08:38 -07:00
jim wang
61c166277f
[live555] update to 2023-06-20 (#32414)
* update version

* update version

* update version

* update version

* fix the use of operator

* update version
2023-07-07 09:04:03 -07:00
Kai Pastor
fa0ff80b1c
[vk-bootstrap] Fix CMake config for non-windows (#32330)
* [vk-bootstrap] Fix CMake config for non-windows

* [vk-bootstrap] Switch to vulkan-headers

* Simplify
2023-07-06 11:35:29 -07:00
Yuri Bogomolov
4016ce410c
[libev] add port (#32278)
* [libev] add port

* review fixes

* fix version

* review fix

* fix version commit sha
2023-07-06 11:33:12 -07:00
autoantwort
5c4654cf3f
[wampcc] fix feature examples under gcc-11 (#32410) 2023-07-06 11:05:14 -07:00
Alesiani Marco
3a5f4bf44a
[omniverse-physx-sdk] Updated omniverse-pysx-sdk to 105.0 (Kit 105.0, PhysX SDK 5.2.1) (#32420)
* Updated to 105.0

* New version
2023-07-06 10:56:05 -07:00
MonicaLiu
936c5eeeb4
[croncpp] Update to latest commit (#32368)
* update croncpp

* update version

* update portfile.cmake

* update git-tree

* update version format

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-07-06 10:43:48 -07:00
myd7349
9c2a4a1640
[iir1] Update to 1.9.4 (#32370)
* [iir1] Update to 1.9.4

* [iir1] Overwrite version
2023-07-06 10:41:40 -07:00
MonicaLiu
080c75d1bf
[marl] Update to latest commit (#32408)
* update marl

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-07-06 10:41:03 -07:00
Rémi Bédard-Couture
277affef6c
[tree-similarity] Fix wrong port name in usage file (#32409)
* Fix typo in usage file

* Update port version

* Add missing newline at end of usage file

* Update versions/t-/tree-similarity.json

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

---------

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-07-06 10:40:02 -07:00
myd7349
9c5ff901d2
[ada-url] Update to 2.5.1 (#32413)
* [ada-url] Update to 2.5.1

* [ada-url] Bump version
2023-07-06 10:39:03 -07:00
Alesiani Marco
228987a6fd
[omniverse-physx-sdk] Add new port (#31506)
* [omniverse-physx-sdk] add new port

* test

* new direct cmake invocation

* Windows fixes

* Cleanup

* Cleanup

* license update

* Fix for windows

* fix crt

* new fix for CRT

* another tentative for crt

* new fixes

* crt linkage

* win32 dynamic/static fixes

* updated

* wrapper modified

* Refactoring to config as requested

* fixed paths for config

* new test

* fixing gpu port

* fixups for bin dirs

* more fixes, win pending for dll

* new

* useless removed

* cleanup

* fixed static

* custom targets

* fix static

* Moved target to unofficial

* remove vcpkg-cmake-wrapper.cmake

* dropped custom logic

* modified config with find_file

* linux fixes

* mods

* Refactoring and usage

* do not copy freeglut dlls over

* addresses https://github.com/microsoft/vcpkg/pull/31506#pullrequestreview-1466815035

* tentative deps download

* Removed override generator

* removed hardcoded generator/toolchain

* usage refactoring, changed target defines

* Restored CRT linkage (toolchain failed)

* refactored

* Removed useless var

* namespaced better

* modified linux not to use 7z

* consistent extract paths

* fixed linux extraction

* No more CRT in port/config, moved GPU accel to bin dir, usage refactored

* retriggering build

* updated to tools dir only release

* usage refactor

* refactor

* usage refactor

* refactor

* desc update

* updated

* updated desc

* small comment change

* fixup

* fixup

* Removed baseline failures

* Update versions/baseline.json

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2023-07-05 12:20:45 -07:00
Julianus Pfeuffer
84aba9a5c3
[coin-or-cbc] Add new port (#31607)
* [cbc] Add new port

* Add dependencies

* [cgl] Update version to rebuild

* [cbc] Update CMakeLists.txt
[cgl] Revert the version

* Update

* add version file

* adapt to new version

* fix dependency name. VCPKG IS NOT CONSISTENT HERE

* rename with coinor prefix, as this seems to be the standard. try different approach copied from cgl

* accidentally renamed portfile

* version???

* forgot add rename

* quotes

* try autoconf/make

* more make changes

* try cmake again

* ifcase

* try make again

* really try make

* add dependency libs to conf call

* randomly copy stuff from other ports

* without-miplib3

* try non-release version (after autoconf fixes) as in the other ports.

* fix hash

* skip autoconf??

* add macro patch

* patch format??

* Update dep.patch

* patch

* weird caching??

* ????????

* sha

* superfluous config options

* cleanup

* vcpkg commands

* pkgconf patch for win

* disable glpk since I do not plan to add it as a feature for now.

* after conutils include

* fix version

* Update version database

* Update ports/coin-or-cbc/portfile.cmake

* Update version database

* Apply suggestions from code review

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* add back AUTOCONFIG

* try with autconfig and without configure.ac patch

* Update version database

* Update version database

* cleanup

* Update version database

* chagne

* Update version database

---------

Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: Jim Wang (Beyondsoft Corporation) <v-wangjim@microsoft.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-07-05 12:10:22 -07:00
autoantwort
87a38a4fd5
[fftw3] fix openmp on macos (#30833)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-07-05 12:01:38 -07:00
Mengna Li
fb9be49cc9
[folly/fbthrift/proxygen/wangle/fizz] update to 2023.07.03.00 (#32380)
* update to 2023.07.03.00

* update fbthrift/proxygen/wangle/fizz

* update
2023-07-05 11:59:03 -07:00
simon987
d06a922845
[libmupdf] add ocr feature (#32084)
* add libmupdf ocr feature WIP

* Fix compile defs

* Fix ocr feature

* Add version

* increment libmupdf port version

* add libmupdf version

* revert version change
2023-07-05 11:54:06 -07:00
autoantwort
dad2e6f2aa
[gperftools] update supports expressions (#32152) 2023-07-05 11:50:46 -07:00
Kai Pastor
6359494ca1
[xerces-c] Fix dependencies (#32259)
* [xerces-c] Don't pick unused libnsl

* [xerces-c] Add network feature

* [xerces-c] Update supports/baseline

* [xerces] More dependency fixes

* [libe57] Not supported on android
2023-07-05 11:48:02 -07:00
Kai Pastor
c9d07d4690
[pfring] Update version and portfile (#32280) 2023-07-05 11:45:35 -07:00
Lily Wang
64ce615ac1
[libdjinterop] Fix find_package error (#32312)
* [libdjinterop] Fix find_package error

* update version

* apply suggestion

* update version

* Disable find boost

* update version
2023-07-05 11:43:14 -07:00
Mengna Li
99ce9f2f2b
[enet] export .pc file (#32316)
* export .pc file

* update
2023-07-05 11:40:31 -07:00
Daniele Pallastrelli
ef7202aff9
[cli] Update the version to 2.1 (#32324)
* [cli] Update the version to 2.1

* [cli] Update the version to 2.1
2023-07-05 11:39:50 -07:00