Commit Graph

21895 Commits

Author SHA1 Message Date
Jia Yue Hua
056d7ad4aa
[libsrt] update to 1.5.3 (#37788) 2024-03-29 17:23:14 -07:00
Jia Yue Hua
21fcc6b67a
[tinyexr] update to 1.0.8 (#37825) 2024-03-29 17:22:33 -07:00
Jia Yue Hua
cfae61d0f1
[tinydir] update to 1.2.6 (#37822) 2024-03-29 17:22:21 -07:00
Jia Yue Hua
7deb05d738
[libsystemd] update to 255 (#37818) 2024-03-29 17:22:10 -07:00
Amin Yahyaabadi
37154f99ea
[juce] update to 7.0.11 (#37817) 2024-03-29 17:21:56 -07:00
Jia Yue Hua
e67bf6361d
[sratom] update to 0.6.16 (#37816) 2024-03-29 17:21:41 -07:00
MonicaLiu
dc2a506555
[sdformat13] Update to 13.6.0 (#37814) 2024-03-29 17:21:28 -07:00
MonicaLiu
81fdedc662
[vcpkg baseline][blitz] Passing remove form fail list (#37813) 2024-03-29 17:21:13 -07:00
Bruce Mitchener
27dad96edd
[yoga] Update to 3.0.2 (#37507) 2024-03-29 16:54:21 -07:00
Kai Pastor
a9c2067a37
[pkgconf] Update to 2.2.0 (#36595) 2024-03-29 16:53:46 -07:00
Billy O'Neal
0fd3438b2c
Revert "Update vcpkg-tool to 2024-03-28." (#37843)
Reverts microsoft/vcpkg#37820
2024-03-29 15:04:50 -07:00
Billy O'Neal
13f9954503
Update vcpkg-tool to 2024-03-28. (#37820)
https://github.com/microsoft/vcpkg-tool/releases/tag/2024-03-29

Also updates applocal.ps1 to make the signature verify :/
2024-03-29 14:12:30 -07:00
Kai Pastor
1921ac8524
[curl] Update to 8.7.1 (#37751) 2024-03-28 22:59:27 -07:00
darrenbane-fc
95bfe3a766
[sqlite-modern-cpp] update (#37563)
Updates the version of SqliteModernCpp/sqlite-modern-cpp to the latest
commit, as the previous one was more than five years old
2024-03-28 17:39:12 -07:00
Martin Valgur
31b524616c
[rply] Add support for non-prefixed includes (#37759)
The custom CMakeLists.txt in the port installs headers under `rply/` and
expects `#include <rply/rply.h>` correspondingly as the include.
However, the code samples in the RPly project use a plain `#include
"rply.h"` instead: https://w3.impa.br/~diego/software/rply/

This PR adds `include/rply/` to the `target_include_directories()` to
support both conventions.

The project exports only two distinctly-named headers (`rply.h` and
`rplyfile.h`) so the non-prefixed includes causing a collision somewhere
is unlikely.

Also added license info to vcpkg.json and a usage file.
2024-03-28 17:37:07 -07:00
Chuck Walbourn
3eb124fb41
[directx-dxc] Update for March 2024 patch 1 release (#37629) 2024-03-28 17:29:22 -07:00
Atliac
05d8ab6d5f
[atliac-minitest] new port (#37156) 2024-03-28 17:05:44 -07:00
Cheney Wang
740c7e31b0
[nanopb] update to 0.4.8 (#37619) 2024-03-28 13:57:12 -07:00
Kai Pastor
fbc542fd5c
[pcl] Fix build issues, refresh patches (#37785)
Ported from  #37651.
Fix include dir in pc files.
Fix #37655.
2024-03-28 13:21:54 -07:00
Alexander Neumann
30822b6c4c
[vcpkg-tool-meson] Reorder code to allow download mode (#37768) 2024-03-28 12:52:56 -07:00
Jia Yue Hua
3a5e1be5ca
[stx] update to 1.0.5 (#37789) 2024-03-28 12:52:18 -07:00
miyanyan
71ed36e8eb
[pocketpy] update to 1.4.3 (#37796) 2024-03-28 12:51:57 -07:00
Jia Yue Hua
68bc4b3b19
[symengine] update to 0.11.2 (#37791) 2024-03-28 12:51:06 -07:00
Jia Yue Hua
e87d7a1a65
[superlu] update to 6.0.1 (#37790) 2024-03-28 12:50:41 -07:00
Jia Yue Hua
595fde3f04
[simdutf] update to 5.0.0 (#37783) 2024-03-28 12:42:56 -07:00
Jia Yue Hua
27d72bf1da
[simpleini] update to 4.22 (#37782) 2024-03-28 12:42:32 -07:00
Jia Yue Hua
66cff4c007
[sfsexp] update to 1.4.1 (#37778) 2024-03-28 12:42:20 -07:00
Jia Yue Hua
c33b5ddaf2
[sentencepiece] update to 0.2.0 (#37777) 2024-03-28 12:42:05 -07:00
Jia Yue Hua
ed885a1634
[sdbus-cpp] update to 1.5.0 (#37775) 2024-03-28 12:41:45 -07:00
miyanyan
867c15f484
[pybind11] update to 2.12.0 (#37771) 2024-03-28 12:41:22 -07:00
Aleksi Sapon
ff2d960586
[qhull] Patch for C++20 support (#37765)
This PR adds a patch from upstream that fixes C++20 support. [In C++20,
template parameters from the class template are no longer allowed in
constructors and destructors
declarations](https://eel.is/c++draft/diff.cpp17#class-2). The Qhull C++
headers have a few instances of these, and don't compile under compliant
C++20 (or later). Specifically, since version 11, GCC generates an error
diagnostic.

[While this has been fixed in the
upstream](https://github.com/qhull/qhull/pull/122), the slow Qhull
release cycle means it might be quite a while longer until a new
official release it available. It's already been a year and a half since
the fix, [and the next release is still in
alpha](https://github.com/qhull/qhull/wiki#qhull-81-alpha3-20230102)
with no clear timeline. As C++20 becomes more mainstream, I believe it's
important to ensure support for this library.
2024-03-28 12:41:01 -07:00
Cheney Wang
7b6630486e
[amqpcpp] Update to 4.3.26 (#37756) 2024-03-28 12:38:39 -07:00
Cheney Wang
f870776df8
[aliyun-oss-c-sdk] Update to 3.10.1 (#37755) 2024-03-28 12:38:16 -07:00
JonLiu1993
c4c8038caa
[vcpkg-qmake] Remove unnecessary directory (#37752)
Recently when I was using vcpkg-qmake, I found that a function in the
`ports/vcpkg-qmake/vcpkg_qmake_configure.cmake` file was repeated:

be9eb66945/ports/vcpkg-qmake/vcpkg_qmake_configure.cmake (L143)
By running this line of code, we will configure the generated `qt.conf`
file. At the same time, if the
`${CURRENT_BUILDTREES_DIR}/${config_triplet}/` path does not exist, we
will also generate it.
Then we back up the environment variables and run the code
be9eb66945/ports/vcpkg-qmake/vcpkg_qmake_configure.cmake (L149)
to generate the existing path above.
2024-03-28 12:37:50 -07:00
Vitalii Koshura
3c76dc55f8
[sentry-native] update to 0.7.1 (#37620) 2024-03-27 16:56:21 -07:00
Kai Pastor
d0b3e8efe3
[g2o] Fix suitesparse lookup and export (#37748)
Ported from #37651.
2024-03-27 15:38:19 -07:00
Cheney Wang
3f9e739cf7
[adios2] Update to 2.9.2 (#37750) 2024-03-27 15:37:46 -07:00
JonLiu1993
8c247a8e24
[librabbitmq] update to 0.14.0 (#37747) 2024-03-27 15:37:20 -07:00
Jia Yue Hua
ec04628385
[roaring] update to 3.0.0 (#37746) 2024-03-27 15:22:41 -07:00
Jia Yue Hua
9d171785bc
[s2n] update to 1.4.8 (#37744) 2024-03-27 15:22:32 -07:00
Jia Yue Hua
951a48e79d
[safeint] update to 3.0.28 (#37742) 2024-03-27 15:22:21 -07:00
Jia Yue Hua
edfd235ea6
[restinio] update to 0.7.2 (#37740) 2024-03-27 15:22:14 -07:00
Jia Yue Hua
5e417e0876
[redis-plus-plus] update to 1.3.12 (#37739) 2024-03-27 15:22:06 -07:00
Jia Yue Hua
50c7463168
[quirc] update to 1.2 (#37738) 2024-03-27 15:21:57 -07:00
Kai Pastor
84e008654e
[openssl] Enforce cmd for nmake (#37716)
Fixes https://github.com/microsoft/vcpkg/issues/37134.
Fixes https://github.com/microsoft/vcpkg/issues/35949.
2024-03-27 14:54:54 -07:00
jim wang
be9eb66945
[vulkan*] Update to 1.3.280.0 (#37686) 2024-03-26 11:52:49 -07:00
Alexander Neumann
2b6613d3cb
[qtwebengine] remove python2 dep (#37696) 2024-03-26 11:52:27 -07:00
Jia Yue Hua
b722718f24
[rapidfuzz] update to 3.0.2 (#37719) 2024-03-26 11:51:53 -07:00
Alexander Neumann
e7707ee23a
[blitz] remove python2 dep (#37723) 2024-03-26 11:51:33 -07:00
Thomas1664
0b1d7c19e1
[vk-bootstrap] Fix usage (#37725) 2024-03-26 11:51:12 -07:00