jim wang
f67e2bdbc4
[wxwidgets] Add feature secretstore ( #39616 )
2024-07-02 14:49:02 -04:00
c8ef
cf793ad280
[folly related] update to 07.01 ( #39642 )
2024-07-02 14:48:08 -04:00
Matthias Kuhn
901407b872
[qca] Fix qca port not relocatable ( #39602 )
2024-07-02 14:15:12 -04:00
jim wang
8b2599ca2a
[sqlite3] Add feature recovery ( #39424 )
2024-07-02 14:13:28 -04:00
Weihang Ding
ba66be1691
[libyuv] Fix install tools ( #39628 )
2024-07-02 14:12:16 -04:00
RobbertProost
94eae76b22
[sdbus-cpp] bump version to v2.0.0 ( #39597 )
2024-07-02 13:56:16 -04:00
MonicaLiu
18842caa55
[shader-slang] Update to v2024.1.25 ( #39620 )
...
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-07-02 13:44:57 -04:00
WangWeiLin-MV
9d397c2e5e
[krb5] Update to 1.21.3 ( #39623 )
2024-07-02 13:43:01 -04:00
Bruce Mitchener
9afd245f07
[opentelemetry-cpp] Update to 1.16 ( #39632 )
2024-07-02 13:42:35 -04:00
Carlos O'Ryan
41d1c11714
[google-cloud-cpp] update to v2.26.0 ( #39638 )
2024-07-02 13:42:05 -04:00
WangWeiLin-MV
f61a294e76
[mongo-cxx-driver] Update to 3.10.2 ( #39621 )
2024-07-01 18:21:56 -04:00
Kai Pastor
dec6c5bf42
[openimageio] Fix exported cmake config ( #39612 )
2024-07-01 16:05:26 -04:00
Tom Willow
485225516a
[proj] fix gcc version<8 compile ( #39578 )
...
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-07-01 16:01:08 -04:00
miyanyan
edf0366ad3
[tbb] update to 2021.13.0 ( #39591 )
2024-07-01 15:52:22 -04:00
miyanyan
c3273867b0
[magic-enum] update to 0.9.6 ( #39601 )
2024-07-01 15:51:49 -04:00
Maxime Gervais
e45c6629d8
[libmediainfo] update to 24.06 ( #39606 )
2024-07-01 15:51:38 -04:00
Thomas Sondergaard
101cc9a69a
[qt5-webengine] Work around mixed abseil-cpp issue ( #39530 )
2024-06-30 22:48:29 -07:00
Péter Kardos
afa12e7292
[mathter] new port ( #39463 )
...
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2024-06-28 23:10:58 -07:00
c8ef
9e611ba347
[libaio] add new port ( #39376 )
2024-06-28 23:07:28 -07:00
Paolo Forni
293dded403
[ffmpeg] Fix iOS build on macos x64 ( #39320 )
2024-06-28 22:29:15 -07:00
MonicaLiu
8891c50a7a
[foonathan-memory] Allow dynamic builds ( #39555 )
2024-06-28 22:26:14 -07:00
jim wang
6e48820590
[tesseract] Update to 5.4.1 ( #39552 )
2024-06-28 22:21:37 -07:00
Kai Pastor
5a5242aee4
[world rebuild][vcpkg scripts] Test, fix, extend vcpkg_execute_required_process ( #39445 )
...
Fixes `OUTPUT_VARIABLE`, `ERROR_VARIABLE`.
vcpkg always wants logfiles. CMake (`execute_process`) doesn't send
stdout/stderr to files and variables at the same time, and even "the
precedence is not specified". So simultaneous output has to be handled
in `vcpkg_execute_required_process`.
At this occasion, port the arguments for stripping trailing whitespace.
`tensorflow-common` implicitly relied on the broken behavior. I chose
the minimal fix: drop the pointless calls, just set the empty value.
2024-06-28 22:21:10 -07:00
Takatoshi Kondo
a6cad7a165
[async-mqtt] update port to 8.0.1. ( #39575 )
2024-06-28 17:29:50 -07:00
miyanyan
07baec1f8a
[pybind11] update to 2.13.1 ( #39579 )
2024-06-28 17:29:24 -07:00
Alexander Neumann
1b72637922
[scripts] Fix wasm builds ( #39106 )
2024-06-28 17:28:34 -07:00
Lily Wang
cc4595b8a3
[cimg] Update to 3.4.0 ( #39557 )
2024-06-28 17:27:17 -07:00
Bruce Mitchener
6f1acd41b8
[harfbuzz] Update to 9.0.0 ( #39563 )
2024-06-28 17:27:04 -07:00
JonLiu1993
fbb916cc16
[mongo-c-driver] update to 1.27.3 ( #39568 )
2024-06-28 17:26:44 -07:00
Szabolcs Horvát
be668ac989
[igraph] update to 0.10.13 ( #39574 )
2024-06-28 17:26:21 -07:00
JonLiu1993
547252439a
[vcpkg baseline][pocketpy] Don't install include/pybind11/* ( #39571 )
...
Detected by
https://dev.azure.com/vcpkg/public/_build/results?buildId=104413&view=results
```
error: The following files are already installed in /mnt/vcpkg-ci/installed/x64-linux and are in conflict with pocketpy:x64-linux
Installed by pybind11:x64-linux
include/pybind11/embed.h
include/pybind11/functional.h
include/pybind11/operators.h
include/pybind11/pybind11.h
include/pybind11/stl.h
```
Broken by https://github.com/microsoft/vcpkg/pull/39510 , in which
pybind11 support was added.
2024-06-28 16:15:51 -07:00
Kai Pastor
db0f4e665e
[openssl] Fix arm-neon-android asm ( #33955 )
...
Follow-up from #33890 , tentative arm-neon-android asm patch.
Patch submitted upstream: https://github.com/openssl/openssl/pull/22181 ,
tagged "severity: fips change".
2024-06-28 14:51:23 -07:00
Mohsen M
e3ad383ceb
[parsi] new port ( #39420 )
2024-06-27 15:23:15 -07:00
jim wang
73a17352c6
[vlpp] Update to 1.2.9.0 and fix build error ( #35812 )
2024-06-27 14:23:50 -07:00
Rafael Kitover
47a2fae41f
[faudio] Fix hash ( #39562 )
2024-06-27 14:12:06 -07:00
Kai Pastor
73794ce5f6
[gdal] Update to 3.9.1 ( #39550 )
2024-06-27 13:35:34 -07:00
Jan Dupej
8494f45567
[bond] Update Bond port to v. 11.0.1 ( #39559 )
2024-06-27 13:09:39 -07:00
Billy O'Neal
c247b81088
[msquic] Rename from ms-quic and remove the tools feature. ( #39500 )
2024-06-26 21:37:24 -07:00
Andre Nguyen
85782ff108
[small-gicp] New port ( #39393 )
2024-06-26 21:26:53 -07:00
Matthias Kuhn
53c42cb317
[botan] Fix building dynamic for non-windows systems ( #39453 )
2024-06-26 21:22:32 -07:00
gaoshan
ef7c629803
[zlmediakit] Fix zlmediakit android ( #39403 )
2024-06-26 21:15:25 -07:00
Aleksi Sapon
7176d94a0b
[date] Update to HEAD versioning ( #39465 )
2024-06-26 21:14:27 -07:00
talregev
2318038614
[curl] Add feature gsasl ( #39497 )
...
Merged upstream as https://github.com/curl/curl/pull/13948
2024-06-26 21:12:35 -07:00
Alexis La Goutte
352e46d192
[nghttp3] update to 1.3.0 ( #38846 )
2024-06-26 21:04:42 -07:00
jim wang
20ee7e19f2
[presentmon] Add source code files ( #39532 )
2024-06-26 20:45:52 -07:00
MonicaLiu
2aec6dc332
[acl] Update to 2.3.2 ( #39506 )
2024-06-26 20:45:32 -07:00
Kai Pastor
a0140d65bb
[expat] Ensure dllimport ( #39505 )
2024-06-26 20:30:23 -07:00
therselman
513ccfb2cb
[abseil] Fix missing #include <random> for std::uniform_int_distribution ( #39522 )
2024-06-26 20:25:54 -07:00
Simone Gasparini
d723b88bd6
[cctag] update to v1.0.4 ( #39467 )
2024-06-26 20:22:06 -07:00
Ómar Högni Guðmarsson
c79b293665
[mp-units] Version 2.2.0 ( #39483 )
2024-06-26 20:20:16 -07:00