Osyotr
406d612e81
[openmesh] Update to 10.0 and apply more love ( #36540 )
...
* [openmesh] Update to 10.0 and apply more love
* Fix osx build (restore c++11 compatibility)
2024-02-06 13:14:45 -08:00
Dr.-Ing. Carsten Grimm
d83f4e9e56
[openssl] update to 3.2.1 ( #36560 )
...
* [openssl] update to 3.2.1
* [openssl] remove patches that were applied upstream
* [openssl] regenerate version info
2024-02-06 13:11:12 -08:00
John Willard
3975146c8a
[json-c] update to 0.17 2023-08-12 ( #34381 )
...
* [json-c] update to version 0.17 2023-08-12
* [json-c] update version database
* [clamav] update to version 0.103.11
* [clamav] update version db
* [clamav] add patch to compile isnt.cpp on windows
* [clamav] update version db
* [clamav] remove extra port version
* [clamav] update version db
* fix cmakelists.txt
* update version
* fix cmakelists.txt
* update git-tree
* remove fix-cmakelists.patch
* update git-tree
* format
* update git-tree
---------
Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2024-02-06 12:45:43 -08:00
Ludovic Delabre
e6c4f478e0
[libalkimia]Update libalkimia to 8.1.72 ( #36528 )
...
* Update libalkimia to 8.1.72
* Update libalkimia to 8.1.72
---------
Co-authored-by: Ludovic Delabre <ldelabre54@free.fr>
2024-02-06 12:40:48 -08:00
autoantwort
81052aa9b7
[soxr] do not autodetect lib ( #36587 )
2024-02-06 12:39:03 -08:00
Daniel Parker
0ea73f48b2
[jsoncons] Update to 0.173.4 ( #36591 )
...
* [jsoncons] Update to 0.173.2
* git add -u && git commit
* [jsoncons] Update to 0.173.2
* [jsoncons] vcpkg x-add-version --all
* [jsoncons] Update to v0.174.0
* [jsoncons] baseline updated
2024-02-06 12:35:51 -08:00
Jia Yue Hua
2b66c255a7
[clap-cleveraudio] update to 1.2.0 ( #36601 )
...
* [clap-cleveraudio] update to 1.2.0
* [clap-cleveraudio] update to 1.2.0
2024-02-06 12:35:18 -08:00
Jia Yue Hua
00217337b2
[cpp-peglib] update to 1.8.6 ( #36602 )
...
* [cpp-peglib] update to 1.8.6
* [cpp-peglib] update to 1.8.6
2024-02-06 12:34:38 -08:00
Jeremy Rifkin
42bb0d9e8d
[libdwarf] Update to v0.9.1 ( #36526 )
...
* Add libdwarf 0.9.0
* Bump hash
* Retrofit cpptrace and fix a libdwarf issue
* Bump
* Bump a baseline
* Undo baseline bump
* Undo port version bump
* Add libdwarf 0.9.1
* Bump hash
* Move zstd patch to dependencies.diff
* Bump baseline
* Bump
* Undo changes to versoins/c-/cpptrace.json
* properly update cpptrace port version
* --overwrite-version this time
* Forgot to delete file
* fix hash
2024-02-05 17:11:53 -08:00
Jia Yue Hua
e57e93a24f
[c-ares] update to 1.26.0 ( #36577 )
...
* [c-ares] update to 1.26.0
* [c-ares] update to 1.26.0
* add more space
2024-02-05 17:02:49 -08:00
vipcxj
710677da49
[asiochan] add new port ( #36289 )
...
* add port asiochan
* simplify deploy
* simplify deploy
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* update git-tree
* simplify deploy
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* update git-tree
* change version to version-date
* update git-tree
---------
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-02-05 11:44:17 -08:00
Alonso Schaich
34e163f0ce
[glib] Update to 2.78.4 (microsoft/vcpkg#36330) ( #36353 )
...
* [glib] Update to 2.78.4 (microsoft/vcpkg#36330 )
* [glib] regenerate versions (microsoft/vcpkg#36330 )
2024-02-05 11:42:29 -08:00
Szabolcs Horvát
9afb8eb82d
[igraph] update to 0.10.9 ( #36533 )
...
* [igraph] update to 0.10.9
* [igraph] x-add-version
2024-02-05 11:41:23 -08:00
Bradley Austin Davis
466929d24d
[s2geometry] update to 0.11.1 ( #36535 )
2024-02-05 11:40:58 -08:00
Ankur Verma
e3af18df15
[llvm] Add mlir-tblgen to package if mlir feature requested ( #36536 )
...
* Fixes
* Update vcpkg.json
* Update port-version
* Fixes
---------
Co-authored-by: ankurv <ankurv@email>
2024-02-05 11:40:21 -08:00
Azure SDK Bot
9595b6355e
[azure-core*-cpp] Update to February releases ( #36537 )
...
* [azure-core-cpp] Update to 1.11.1
## 1.11.1 (2024-02-02)
### Bugs Fixed
- [[#5154 ]](https://github.com/Azure/azure-sdk-for-cpp/issues/5154 ) WinHTTP Transport logging (and exception strings) have dangling periods making it harder to read.
### Other Changes
- Improved log messages for WinHTTP Transport to help diagnose WinHTTP state machine related issues.
* [azure-core-amqp-cpp] Update to 1.0.0-beta.7
## 1.0.0-beta.7 (2024-02-02)
### Features Added
The `Close` method on AMQP Message Sender and Message Receiver now blocks until the client receives a `DETACH` response from the remote node.
### Breaking Changes
- The `Close` method on AMQP Message Sender and Message Receiver now accepts an `Azure::Core::Context` parameter. This parameter is defaulted so this change should not affect existing code.
### Bugs Fixed
- Fixed uAMQP connection channel so that a channel is released when an END performative is received from the remote node instead of when the END performative is sent to the remote node.
- Enabled more than one uAMQP session to be created on a single connection.
2024-02-05 11:37:31 -08:00
Jia Yue Hua
37352f85ad
[ableton-link] update to 3.1.0 ( #36542 )
...
* [ableton-link] update to 3.1.0
* [ableton-link] update to 3.1.0
2024-02-05 11:36:32 -08:00
Jia Yue Hua
23b4341bc4
[ada-url] update to 2.7.6 ( #36543 )
...
* [ada-url] update to 2.7.6
* [ada-url] update to 2.7.6
2024-02-05 11:36:01 -08:00
Jia Yue Hua
17e19f6748
[apriltag] update to 3.3.0 ( #36547 )
...
* [apriltag] update to 3.3.0
* [apriltag] update to 3.3.0
* bde tmp
* fix line ending
2024-02-05 11:35:44 -08:00
Jia Yue Hua
7c5de5cb17
[aom] update to 3.8.1 ( #36549 )
...
* [aom] update to 3.8.1
* [aom] update to 3.8.1
2024-02-05 11:31:32 -08:00
Kai Pastor
657cf75d15
[json-schema-validator] Fix usage ( #36551 )
2024-02-05 11:31:14 -08:00
miyanyan
02ac6b37d3
[entt] update to 3.13.1 ( #36554 )
...
* [entt] update to 3.13.1
* [entt] update versions
2024-02-05 11:30:19 -08:00
Dr.-Ing. Carsten Grimm
e593f2cc69
[minizip] regenerate version info ( #36559 )
2024-02-05 11:30:05 -08:00
miyanyan
17793fec8c
[cpp-httplib] update to 0.15.2 ( #36553 )
...
* [cpp-httplib] update to 0.15.2
* [cpp-httplib] update versions
2024-02-05 11:28:46 -08:00
Dr.-Ing. Carsten Grimm
3bccc23da9
[tinygltf] update to 2.8.20 ( #36564 )
...
* [tinygltf] update to version 2.8.20
* [tinygltf] regenerate version info
2024-02-05 11:27:29 -08:00
Jia Yue Hua
efffceaceb
[audiofile] update to 1.1.1 ( #36562 )
...
* [audiofile] update to 1.1.1
* [audiofile] update to 1.1.1
* [audiofile] update to 1.1.1
2024-02-05 11:27:10 -08:00
Jia Yue Hua
40ba22beba
[bde] update to 3.124.0.0 ( #36565 )
...
* [bde] update to 3.124.0.0
* [bde] update to 3.124.0.0
2024-02-05 11:26:49 -08:00
Jia Yue Hua
1ec00d26ba
[aws-c-auth,aws-c-io,aws-c-s3,aws-c-sdkutils,aws-sdk-cpp] update to 0.7.14,0.14.3,0.5.0,0.1.14,1.11.255 ( #36566 )
...
* [aws-c-auth] update to 0.7.14
* [aws-c-auth] update to 0.7.14
* [aws-c-io] update to 0.14.3
* [aws-c-io] update to 0.14.3
* [aws-c-s3] update to 0.5.0
* [aws-c-s3] update to 0.5.0
* [aws-c-sdkutils] update to 0.1.14
* [aws-c-sdkutils] update to 0.1.14
* [aws-sdk-cpp] update to 1.11.255
* [aws-sdk-cpp] update to 1.11.255
2024-02-05 11:24:11 -08:00
jim wang
7a232ca734
[cgal] Fix feature qt missing dependency boost-format ( #36567 )
...
* add dep
* update version
2024-02-05 11:21:43 -08:00
Jia Yue Hua
528acd1abc
[bento4] update to 1.6.0-641 ( #36573 )
...
* [bento4] update to 1.6.0-641
* [bento4] update to 1.6.0-641
2024-02-05 11:21:10 -08:00
Jia Yue Hua
2d2be09721
[bdwgc] update to 8.2.6 ( #36575 )
...
* [bdwgc] update to 8.2.6
* [bdwgc] update to 8.2.6
2024-02-05 11:20:38 -08:00
Jia Yue Hua
d5826018bc
[boinc] update to 7.24.3 ( #36576 )
...
* [boinc] update to 7.24.3
* [boinc] update to 7.24.3
* add curly brace
2024-02-05 11:20:08 -08:00
Jia Yue Hua
03feb5af01
[capnproto] update to 1.0.2 ( #36580 )
...
* [capnproto] update to 1.0.2
* [capnproto] update to 1.0.2
2024-02-05 11:17:59 -08:00
Nick Logozzo
941ecddba0
[libnick] Update to 2024.2.1 ( #36579 )
...
* [libnick] Update to 2024.2.1
* update versions
2024-02-05 11:17:35 -08:00
gastineau
5d51b67824
[calceph] update to version 3.5.5 ( #36584 )
2024-02-05 11:16:45 -08:00
Cheney Wang
ab231c2c66
[SDL2] update to 2.30.0 ( #36568 )
2024-02-05 11:12:17 -08:00
Jia Yue Hua
fecdd89f28
[cdt] update to 1.4.0 ( #36581 )
2024-02-05 00:56:22 -08:00
Darren Bolduc
80403036a6
[google-cloud-cpp] update to the latest release (v2.21.0) ( #36522 )
...
* [google-cloud-cpp] update to the latest release (v2.21.0)
* rerun version thingy
* rerun version thingy again
2024-02-02 13:39:16 -08:00
Cheney Wang
f9a5556237
[libqglviewer] Fix error C2039 when build port with VS2019 ( #36489 )
2024-02-02 13:37:58 -08:00
Frank
03cc8d53be
[OpenMesh] Use the official usage ( #36380 )
...
* [OpenMesh] Use the official usage
* version
* fix path
* version
* cmake config path
* version
2024-02-02 11:48:09 -08:00
Albert Santoni
75e0c3dc8f
[libsrtp] Added openssl feature flag for enabling OpenSSL support ( #36135 )
...
* [libsrtp] Added openssl feature flag for enabling OpenSSL support
* [libsrtp] Fixed JSON mixup
* [libsrtp]: Format vcpkg.json
* [libsrtp]: Update version database
* [libsrtp] Update ports/libsrtp/portfile.cmake
* Use vcpkg_check_features appropriately
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* [libsrtp] Update version database
* [libsrtp]: Added port-version, clean up whitespace
* [libsrtp]: Updated version database
* [libsrtp] Update versions/l-/libsrtp.json
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
---------
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-02-02 11:45:46 -08:00
fwcd
69a6cceca8
[qtbase] Add support for OpenGL ES 3.0 ( #36407 )
2024-02-02 11:44:09 -08:00
autoantwort
47237ed73e
[pcl] fix feature examples ( #36505 )
2024-02-02 11:40:52 -08:00
JonLiu1993
afa1c89f30
[cpp-httplib] Fix httplibConfig.cmake can't find Brotli ( #36516 )
...
* [cpp-httplib] fix httplibConfig.cmake can't find Brotli
* update version
* merge patch
* update version
---------
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-02-02 11:40:25 -08:00
Hossein Moein
3936bd5672
[dataframe] Upgrading C++ DataFrame to version 3.0.0 ( #36519 )
...
* Upgrading C++ DataFrame to version 3.0.0
* Ran ./vcpkg x-add-version --all
* Updated the SHA512 code
* Added a new git-tree code
2024-02-02 11:40:00 -08:00
Cheney Wang
7618666e79
[libheif] update to v1.17.6 ( #36523 )
2024-02-02 11:37:07 -08:00
Lily Wang
c3801cf53c
[pipewire] Update to 1.0.2 ( #36507 )
...
* [pipewire] Update to 1.0.2
* update version
---------
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-02-01 15:14:53 -08:00
Pravila
f744cba89a
[google-cloud-cpp] Add rpc feature ( #36476 )
...
* Add feature to google-cloud-cpp
* Format manifest file
* Add version
---------
Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
2024-02-01 15:07:24 -08:00
Thomas1664
9fd2bda7e8
[avcpp] Update to 2.2.1 ( #36466 )
...
* [avcpp] Update to 2.2.1
* version
* remove unneeded option
* version
2024-02-01 15:05:10 -08:00
Matthias Kuhn
f7c5a7c8fc
[poly2tri] Switch to maintained repo and adjust description ( #26301 )
...
* [poly2tri ]Switch to maintained repo and adjust description
* Rename to jhasse-poly2tri
* Also update version and fix header installation.
* Remove double nested headers.
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-02-01 12:31:29 -08:00
Kevin Leonardic
527fc34c68
[libjpeg-turbo] Update to 3.0.2 ( #36410 )
2024-02-01 12:28:25 -08:00
Tom Tan
1084a60102
[opentelemetry-cpp] remove curl as dependency to core feature ( #36463 )
...
* [opentelemetry-cpp] remove curl as dependency to core feature
* Pick up fix from contrib repo
* Update commit hash
2024-02-01 12:27:50 -08:00
saipubw
7fad8ea427
[async-simple] Add new port async-simple ( #36470 )
...
* [async-simple] Add new port async-simple to vcpkg
* version database
* fix conversation
* update version database
2024-02-01 12:24:35 -08:00
Frank
b550b0be30
[imgui] fix find Allegro ( #36486 )
...
* [imgui] fix find Allegro
* version
2024-02-01 12:19:15 -08:00
Andrey Nekrasov
c89c3507e1
[snitch] Add new port ( #36499 )
...
* Add snitch library to vcpkg
* version database
2024-02-01 12:18:08 -08:00
jim wang
55ac9ea4a9
[shiftmedia-libgpg-error] Fix include path ( #36503 )
...
* fix include
* update version
* fix file copy
* update version
* fix file copy
* update version
2024-02-01 12:15:14 -08:00
Frank
5eea8ad5ac
[sqlpp11] Update version to 0.64 ( #36504 )
...
* [sqlpp11] Update version to 0.64
* version
2024-02-01 12:09:50 -08:00
autoantwort
b7dc755dea
[lzav] update ( #36506 )
2024-02-01 12:09:19 -08:00
autoantwort
48fd773c92
[pulsar-client-cpp] fix deps ( #36510 )
2024-02-01 12:08:46 -08:00
autoantwort
a384dff6d8
[mapnik] fix deps ( #36511 )
2024-02-01 12:08:13 -08:00
eao197
10e0525114
[json-dto] Update to 0.3.3 ( #36471 )
...
* json-dto updated to v.0.3.3.
* x-add-version for json-dto-0.3.3.
2024-01-31 16:30:34 -08:00
Tom Tan
74b4c2c019
[opentelemetry-cpp] remove otlp feature which doesn't exist ( #36378 )
...
* [opentelemetry-cpp] remove otlp feature which doesn't exist
* Add protobuf dependency to opentelemetry-cpp[otlp-http]
* Rerun checks
2024-01-31 16:01:42 -08:00
Osyotr
6b6fc76c89
[freetype] Update to 2.13.2 ( #36303 )
...
* [freetype] Update to 2.13.2
* Fixes for simultaneous use of find_package(Freetype) in CONFIG and MODULE modes
* [freetype] Cleanup vcpkg-cmake-wrapper.cmake
---------
Co-authored-by: Cazadorro <shaebolt@gmail.com>
2024-01-31 15:34:07 -08:00
Kai Pastor
d5e173c8f5
[vcpkg-get-python-packages] Fix exported variable ( #36354 )
...
* [vcpkg-get-python-packages] Update manifest
* [vcpkg-get-python-packages] Fix typos
* [vcpkg-get-python-packages] Fix exported variable
* [vcpkg-get-python-packages] Make python3 zip optional
* versions
2024-01-31 15:31:00 -08:00
Bradley Austin Davis
3d99eb5dd5
[s2geometry] update code & fix windows build ( #36150 )
2024-01-31 14:51:57 -08:00
MonicaLiu
89c0f688b8
[libmad] Fix hash ( #36375 )
...
* fix libmad hash
* update version
* use vcpkg_from_git
* update git-tree
* undo vcpkg_from_git
* update git-tree
---------
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-01-31 14:45:22 -08:00
Thomas1664
7763cf3b40
[open62541] Update to 1.3.9 ( #36406 )
...
* [open62541] Update to 1.3.9
* version
2024-01-31 14:40:10 -08:00
Jia Yue Hua
75b18d6e72
[reactiveplusplus] update to 2.0.0 ( #36433 )
...
* [reactiveplusplus] update to 2.0.0
* [reactiveplusplus] update to 2.0.0
2024-01-31 14:39:01 -08:00
Kai Pastor
e07c9553b3
[allegro5] Update ( #36464 )
...
* [allegro5] Update to 5.2.9.1
* Remove allegro5 from CI baseline
* [allegro5] Fixup
* [allegro5] Fixup
* [allegro5] Fixup
2024-01-31 14:38:11 -08:00
SunBlack
1897a5aaa3
[libe57format] Update to 3.1.1 ( #36481 )
2024-01-31 14:05:41 -08:00
Alfred E. Heggestad
76b8477834
[baresip-libre] update to version 3.9.0 ( #36487 )
...
* [baresip-libre] update to 3.9.0
* bump version
2024-01-31 14:02:24 -08:00
Ómar Högni Guðmarsson
ff0ee59814
[Glaze] Update to 2.0.6 ( #36488 )
...
* Update glaze to 2.0.6
* vcpkg update database
2024-01-31 12:36:19 -08:00
Alexander Neumann
20584b9d44
[libtorch] update to 2.1.2 ( #36246 )
...
* [libtorch] update to 2.1.2
* adjust features and deps
* remove dep
* fix onnx case
* use system fxdiv
* update xnnpack
* fxdiv fix in libtorch
* add newline
* xnnpack does not install configs
* more patching
* fix patch
* more fixes
* use full lib for sleef.
* fix glog symbol on osx
* try fixing msvc ice
* ok renaming did nothing
* v db
* remove comments
* v db
* cuda is only for x64
* v db
* fix usage since cuda is still external to vcpkg
* v db
---------
Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2024-01-30 14:15:33 -08:00
Carsten Grimm
7233110263
[zlib] update to 1.3.1 ( #36395 )
...
* [zlib] update to version 1.3.1
* [zlib] adapt patches
* [zlib] regenerate version info
* [zlib] remove version workaround
* [zlib] regenerate version info
* CI
2024-01-30 12:58:10 -08:00
miyanyan
81e65f7120
[cpp-httplib] update to 0.15.0 ( #36438 )
...
* [cpp-httplib] update to 0.15.0
* [cpp-httplib] update versions
* Update fix-find-brotli.patch
Change the EOL from CRLF to LF
* [cpp-httplib] change the EOL from CRLF to LF
* [cpp-httplib] update to 0.15.1
* [cpp-httplib] update versions
* Update cpp-httplib.json
---------
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-01-30 12:40:10 -08:00
JonLiu1993
5a58e645ce
[FFmpeg] update to 6.1.1 ( #36443 )
...
* [FFmpeg] update to 6.1.1
* update version
---------
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-01-30 12:39:15 -08:00
Frank
c951a799b1
[libraw] Update version to 0.21.2 ( #36460 )
...
* [libraw] Update version to 0.21.2
* version
2024-01-30 12:37:31 -08:00
Nick Logozzo
32b208f7d0
[libnick] Update to 2024.2.0 ( #36462 )
...
* [libnick] Update to 2024.2.0
* Update versions
2024-01-30 12:37:04 -08:00
nfarid
7dc284a6ad
[tgui] Change the cmake feature flags ( #36452 )
...
The cmake options that TGUI uses has changed:
2aaacf812d/src/Backend/CMakeLists.txt
https://tgui.eu/tutorials/latest-stable/backends/
2024-01-29 20:06:24 -08:00
Jia Yue Hua
53945e8a29
[x86-simd-sort] update to 4.0 ( #36456 )
...
* [x86-simd-sort] update to 4.0
* [x86-simd-sort] update to 4.0
2024-01-29 20:04:55 -08:00
Mathieu Pellerin
ee731790d3
[qtbase] Add securetransport feature to build with SSL support on iOS ( #36286 )
2024-01-29 20:00:59 -08:00
jim wang
98ee16b991
[tidy-html5] Replace uwp does not support functions ( #35375 )
...
* Replace uwp does not support functions
* update version
* fix patch
* update version
* del baseline
---------
Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2024-01-29 20:00:07 -08:00
jim wang
7f3acf6937
[benchmark] Fix build failure under QNX ( #35644 )
...
* QNX
* update verison
---------
Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2024-01-29 19:59:02 -08:00
jim wang
4a2c301393
[wasmedge] Fix zstd not found ( #35887 )
...
* Fix find zstd method
* update version
* fix patch
* update version
* veresion
2024-01-29 18:31:44 -08:00
Kevin Leonardic
2d19a1a5b1
[minizip-ng] Update to 4.0.4 ( #36408 )
2024-01-29 18:19:02 -08:00
jim wang
2aa677e1a7
[libjuice] Fixed missing dependency Threads when used under x64-windows-static ( #36437 )
...
* add dep
* update version
* fix version
* update verison
* Fix directory to lowercase
* update version
2024-01-29 18:18:13 -08:00
Jia Yue Hua
ac97449f48
[libphonenumber] update to 8.13.29 ( #36412 )
...
* [libphonenumber] update to 8.13.29
* [libphonenumber] update to 8.13.29
2024-01-29 14:55:40 -08:00
Jia Yue Hua
7808b25b12
[log4cxx] update to 1.2.0 ( #36413 )
...
* [log4cxx] update to 1.2.0
* [log4cxx] update to 1.2.0
2024-01-29 14:55:23 -08:00
JonLiu1993
21fa4ccecf
[vcpkg baseline][clipper2] fix ci error ( #36384 )
...
* [clipper2][vcpkg baseline] fix ci error
* update version
---------
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-01-29 11:49:05 -08:00
Jia Yue Hua
11bed03cc3
[libunifex] update to 0.4.0 ( #36416 )
...
* [libunifex] update to 0.4.0
* [libunifex] update to 0.4.0
2024-01-29 11:47:22 -08:00
Jia Yue Hua
0eaccffc2d
[numactl] update to 2.0.17 ( #36414 )
...
* [numactl] update to 2.0.17
* [numactl] update to 2.0.17
2024-01-29 11:46:43 -08:00
Jia Yue Hua
d7881bd2d6
[openblas] update to 0.3.26 ( #36415 )
...
* [openblas] update to 0.3.26
* [openblas] update to 0.3.26
2024-01-29 11:46:01 -08:00
jim wang
5cb2d00c17
[libde265] Update to 1.0.15 ( #36439 )
...
* update to 1.0.15
* update verison
2024-01-29 11:45:27 -08:00
Jia Yue Hua
31b799f92c
[mbedtls] update to 2.28.7 ( #36431 )
...
* [mbedtls] update to 2.28.7
* [mbedtls] update to 2.28.7
2024-01-29 11:44:37 -08:00
Jia Yue Hua
dad8f653ac
[plf-colony] update to 7.41 ( #36432 )
...
* [plf-colony] update to 7.41
* [plf-colony] update to 7.41
2024-01-29 11:44:07 -08:00
Jia Yue Hua
7032c5759f
[libavif] update to 1.0.3 ( #36390 )
...
* [libavif] update to 1.0.3
* [libavif] update to 1.0.3
2024-01-26 16:46:40 -08:00
Jia Yue Hua
3c36c791d2
[libenvpp] update to 1.4.0 ( #36391 )
...
* [libenvpp] update to 1.4.0
* [libenvpp] update to 1.4.0
2024-01-26 16:46:24 -08:00
Jia Yue Hua
940145362f
[libgpiod] update to 2.1 ( #36392 )
...
* [libgpiod] update to 2.1
* [libgpiod] update to 2.1
2024-01-26 16:46:09 -08:00
Jia Yue Hua
eebf28d610
[libjuice] update to 1.3.4 ( #36393 )
...
* [libjuice] update to 1.3.4
* [libjuice] update to 1.3.4
2024-01-26 16:45:40 -08:00
Billy O'Neal
ed024a8897
[protobuf] Delete unused backends from sources. ( #36377 )
...
We have an internal Microsoft report of dependency tracking tools complaining about requirements.txt in the Python backend of protobuf after a build. It's just as likely that similar alerts will be fired for other unused language backends. However, they're unused, so we can delete them.
2024-01-26 16:45:13 -08:00