Commit Graph

21454 Commits

Author SHA1 Message Date
Be
a2a1413141
[libdjinterop] update to 0.20.2 (#36869)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 09:26:50 -08:00
JonLiu1993
0275526895
[SDL2-ttf] update to <2.22.0> (#36872)
Fixes #36863
Update port SDL2-ttf to the latest version 2.22.0

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

Features  harfbuzz is tested successfully in the following triplet:
- x86-windows
- x64-windows
- x64-windows-static

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-02-21 09:26:00 -08:00
Lily Wang
74568418c0
[daw-header-libraries] Update to v2.101.0 (#36873)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes #36855.
Usage test passed on `x64-windows`.
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->



- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.



<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-02-21 09:25:04 -08:00
c8ef
779f79724a
[sqlite3] Update to 3.45.1 (#36874)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.


<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->

I tested this pr on x64-linux and it works fine.
2024-02-21 09:24:20 -08:00
Be
e045a2c3cd
[libkeyfinder] update to 2.2.8 (#36884)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 09:23:46 -08:00
Cheney Wang
3ab5d50619
[daw-utf-range] update to v2.2.4 (#36890)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes https://github.com/microsoft/vcpkg/issues/36882

No feature need to be tested.
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->


- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.


<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-21 09:22:41 -08:00
Frank
00b039f1da
[webview2] Update to 1.0.2277.86 (#36892)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fix https://github.com/microsoft/vcpkg/issues/36738
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->
The usage has been tested successfully on `x64-windows`.
<!-- If this PR updates an existing port, please uncomment and fill out
this checklist:-->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-21 09:21:10 -08:00
Amin Yahyaabadi
13bde2ff13
[juce] update to 7.0.10 (#36804)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-17 01:24:49 -08:00
Kai Pastor
50e31cc20e
[nanosvg] Update (#36799)
plus minor portfile changes.
2024-02-17 01:18:24 -08:00
Azure SDK Bot
c823fd3e57
[azure-core-cpp] Update to 1.11.2 (#36802) 2024-02-16 18:11:39 -08:00
RobbertProost
4b7e0521fc
[ignition-cmake2] bump version to v2.17.1 (#36794)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [X] Any patches that are no longer applied are deleted from the port's
directory.
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

Bump version to v2.17.1
2024-02-16 15:27:36 -08:00
DeerMaximum
07635428f0
[bext-di] Add feature to support extensions (#36702)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-16 13:48:02 -08:00
Kai Pastor
eb1696a7f9
[vcpkg scripts] Rollback msys2 autoconf 2.71 (#36774)
Fix gmp regression.
Fixes #36639.
Fixes #36651.
2024-02-16 13:42:32 -08:00
Siyuan Ren
fe41b0abf5
Upgrade utf8proc to 2.9.0 (#36785)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-16 11:55:43 -08:00
autoantwort
5c5edf4941
[bot] automatically handle too short issues and internal compiler errors (#36673)
Handles issues that are to short or reports an internal compiler error.
Examples:
https://github.com/autoantwort/vcpkg/issues/37
https://github.com/autoantwort/vcpkg/issues/38
https://github.com/autoantwort/vcpkg/issues/39
2024-02-15 23:59:09 -08:00
Mathieu Pellerin
5cdfaba32b
[qtkeychain-qt6] Fix compilation on android and ios (#36708)
This PR fixes compilation of qtkeychain-qt6 on Android and iOS.
2024-02-15 23:20:51 -08:00
Alonso Schaich
5fd47c1099
[cxxopts] Update to 3.2.0 (#36779)
Fixes #36778

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-15 23:17:06 -08:00
Thomas1664
a56d892ac7
[vcpkg baseline][async-simple] Fix race during cmake configure (#36764)
Disable optional dependencies.
I don't know what caused the race condition but it seems to be fixed.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

```
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE  
CMake Error:
  Running

   'C:/PROGRA~1/MICROS~1/2022/ENTERP~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe' '-C' 'D:/b/async-simple/src/v1.3-3db60bdafc.clean/CMakeFiles/CMakeTmp' '-t' 'recompact'

  failed with:

   ninja: error: loading 'build.ninja': The system cannot find the file specified.
```
2024-02-15 12:16:07 -08:00
Thomas1664
6978381401
[etl] Fix cmake usage (#36747)
* [etl] Fix cmake usage

* version
2024-02-14 23:40:51 -08:00
Thomas1664
39b6c7a193
[tinyutf8] Fix cmake usage (#36746)
* [tinyutf8] Fix cmake usage

* version
2024-02-14 23:40:19 -08:00
Thomas1664
e1335bd1c2
[vcpkg baseline][libdwarf] Fix file conflict (#36742)
* [libdwarf] Fixes

* version

* fix file conflict

* version
2024-02-14 23:39:09 -08:00
Matthias Kuhn
163fe24a8d
Fix python include path for non-windows (#36707) 2024-02-14 23:07:00 -08:00
Thomas1664
e018f75cf9
[units] Fix cmake usage (#36748)
* [units] Fix cmake targets

* version
2024-02-14 23:04:35 -08:00
Thomas1664
d3dc464f2f
[rtmfp-cpp] Update to 1.5.1 (#36750)
* [rtmfp-cpp] Update to 1.5.1

* version
2024-02-14 23:04:18 -08:00
Chuck Walbourn
9b5422b80a
[directxmath] Update port for February 2024 3.19 release (#36761)
* [directxmath] Update port for February 2024 3.19 release

* Update basleine
2024-02-14 23:03:54 -08:00
Nick Logozzo
fc5db693f4
[libnick] update to 2024.2.4 (#36760)
* [libnick] update to 2024.2.4

* update versions
2024-02-14 23:03:37 -08:00
Thomas1664
cd6d94cec5
[libassert] Use magic-enum from vcpkg (#36745)
* [libassert] Use magic-enum from vcpkg

* version

* copy pdbs

* version

* fix usage

* version

* find_dependency

* version

* Fix include path

* version
2024-02-14 23:01:53 -08:00
Dan Cristoloveanu
fba75d0906
Remove password from Osx Readme for azure pipelines (#36734) 2024-02-14 16:57:30 -08:00
fwcd
ebd76d12a8
[soundtouch] Update hash (again) (#36743) 2024-02-14 15:40:29 -08:00
Nick Logozzo
6176cdc54e
[libnick] Update to 2024.2.3 (#36758)
* [libnick] update to 2024.2.3

* update versions
2024-02-14 15:06:11 -08:00
Silvio Traversaro
a6ba880032
[idyntree] Update to 10.3.0 (#36759)
* [idyntree] Update to 10.3.0

* [idyntree] Update versions
2024-02-14 15:05:49 -08:00
Park DongHa
c8e83106ac
[openvino] Support build with OpenCL v2023.12.14+ (#36724)
* [openvino] fix cl_platform_id error

* [openvino] update baseline

* [openvino] change from PR 22011

* see https://github.com/openvinotoolkit/openvino/pull/22011

* Update ports/openvino/portfile.cmake

* [openvino] overwrite version

* [openvino] use github.com for patch URL
2024-02-14 15:04:00 -08:00
Nick Logozzo
095ee06e7f
[taglib] Update to 2.0 (#36623)
* [taglib] Update to 2.0

* Update vcpkg.json

* update versions

* [taglib] update port files

* update versions
2024-02-13 22:25:37 -08:00
Alexandre Bique
5ae3f89e5a
[blake3] fixes preprocessor with clang-cl (#36729) 2024-02-13 21:59:48 -08:00
Bruce Mitchener
a58271747f
[yoga] Enable for uwp (#36705) 2024-02-13 15:33:39 -08:00
Bruce Mitchener
9854d1d922
[cglm] Enable for uwp (#36704) 2024-02-13 13:30:43 -08:00
Nick Logozzo
c0e5cf6caa
[libnick] Update to 2024.2.2 (#36721)
* [libnick] Update to 2024.2.2

* update versions
2024-02-13 13:06:45 -08:00
Szabolcs Horvát
712b973ec2
[igraph] update to 0.10.10 (#36728)
* [igraph] update to 0.10.10

* [igraph] x-add-version
2024-02-13 13:05:45 -08:00
Billy O'Neal
7ba0ba7334
Change Azure SKU to Standard_D32ads_v5 and move to West US 3 (#36666) 2024-02-12 15:07:57 -08:00
Yury Bura
b206a2c2f8
[benchmark] Allow shared library creation, disable docs installation (#36583)
* [benchmark] allow shared library creation, disable docs installation

* add version
2024-02-12 14:57:03 -08:00
Alexander Neumann
b69c440c1e
[libarchive] update (#36677)
* update libarchive

* v db

* fix post build and only install one kind of lib type

* v db

* deactivate mbedtls

* v db
2024-02-12 14:53:06 -08:00
Alexander Neumann
4ab4974293
[expat] Update to 2.6.0 (#36672)
* [Expat] Update to 2.6.0

* v db
2024-02-12 14:47:50 -08:00
John Wason
e04f06596f
[drekar-launch-process-cpp] Add drekar-launch-process-cpp port (#36689)
* Add drekar-launch-process-cpp package

* Add usage for drekar-launch-process-cpp

* Format manifest

* version database

* Set drekar-launch-process-cpp supported platforms

* version database

* Set drekar-launch-process-cpp supported platforms

* version database

* Set drekar-launch-process-cpp supported platforms

* version database
2024-02-12 14:37:17 -08:00
Dennis
bff6892ce0
asio-grpc: Update to 2.9.3 (#36691) 2024-02-12 14:34:51 -08:00
Lukas Berbuer
5535a11b34
[open62541pp] Update to 0.12.0 (#36697) 2024-02-12 14:34:28 -08:00
Cédric Tabin
a0786f6a81
Update to libzippp v7.1-1.10.1 (#36692) 2024-02-12 14:33:44 -08:00
sean
1d3b5f2c79
[fastgltf] Update to 0.7.0 (#36694)
* [fastgltf] Update to 0.7.0

* Update versions
2024-02-12 14:32:34 -08:00
miyanyan
4da290ba87
[imgui] update to 1.90.2 (#36699)
* [imgui] update to 1.90.2

* [imgui] update versions

* [imgui-node-editor] compatible with imgui

* [imgui-node-editor] update versions
2024-02-12 14:31:33 -08:00
Alonso Schaich
1a57d8c461
[atkmm] Update to 2.36.3 (#36684)
* [atkmm] Update to 2.36.3 (microsoft/vcpkg#36683)

* [atkmm] regenerate versions (microsoft/vcpkg#36683)
2024-02-12 14:26:19 -08:00
Alonso Schaich
47fe2f493b
[glibmm] Update to 2.78.1 (#36682)
* [glibmm] Update to 2.78.1 (microsoft/vcpkg#36681)

* [glibmm] regenerate versions (microsoft/vcpkg#36681)
2024-02-12 14:22:46 -08:00