Kai Pastor
d8d4dfa294
[duktape] Fix exported config, cleanup ( #37821 )
2024-03-29 17:24:58 -07:00
Weihang Ding
dc5bc7995d
[glm] Fix c++ language auto detection ( #37823 )
2024-03-29 17:24:12 -07:00
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
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
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
Deshan Xiao
4fb554aa83
[orc] update to 1.9.3 ( #37726 )
2024-03-26 11:50:38 -07:00
Jia Yue Hua
bfc78a243a
[rapidcsv] update to 8.80 ( #37718 )
2024-03-26 11:50:17 -07:00
Jia Yue Hua
c1be0d025d
[qscintilla] update to 2.14.1 ( #37717 )
2024-03-26 11:50:00 -07:00
Jia Yue Hua
5d2ff76011
[prometheus-cpp] update to 1.2.4 ( #37709 )
2024-03-26 11:49:40 -07:00
Jia Yue Hua
e3af67d7f9
[blake3] update to 1.5.1 ( #37658 )
2024-03-26 11:49:23 -07:00
Alexandre Bique
0475ca4489
[freetype] add subpixel-rendering feature ( #37443 )
2024-03-26 11:48:55 -07:00
Siddharth Chandrasekaran
fe39c3c818
Add port - libosdp ( #37556 )
...
This patch adds a port for libosdp - a cross-platform open source
implementation of IEC 60839-11-5 Open Supervised Device Protocol (OSDP).
The protocol is intended to improve interoperability among access
control and security products. It supports Secure Channel (SC) for
encrypted and authenticated communication between configured devices.
Upstream: https://github.com/goToMain/libosdp
2024-03-26 11:45:29 -07:00
Kai Pastor
46542ddc12
[proj,rtabmap] Update proj to 9.4.0 ( #37650 )
2024-03-26 11:29:05 -07:00
Stephen E. Baker
9de2e978bd
[luasocket] Support linux and macos ( #37344 )
2024-03-25 15:59:33 -07:00
Alexander Neumann
dd9f9d5371
Update CMake to 3.29.0 ( #37457 )
2024-03-25 15:57:42 -07:00
Jia Yue Hua
7989da9b9a
[nss] update to 3.99 ( #37641 )
2024-03-25 15:54:30 -07:00
eao197
f003990b23
[sobjectizer] Update to 5.8.2. ( #37617 )
2024-03-25 15:52:28 -07:00
Jia Yue Hua
d68ac51da3
[pixman] update to 0.43.4 ( #37682 )
2024-03-25 15:51:48 -07:00
Thomas1664
2a80329d59
[nghttp2] Update to 1.60.0 ( #37668 )
2024-03-25 15:37:54 -07:00
Jia Yue Hua
3f7ceeb474
[presentmon] update to 1.10.0 ( #37683 )
2024-03-25 15:36:55 -07:00
Jia Yue Hua
c3ae491716
[pipewire] update to 1.0.4 ( #37681 )
2024-03-25 15:36:42 -07:00
Jia Yue Hua
315db5a28f
[pe-parse] update to 2.1.1 ( #37679 )
2024-03-25 15:36:25 -07:00
Jia Yue Hua
3ba907211b
[neargye-semver] update to 0.3.1 ( #37675 )
2024-03-25 15:36:09 -07:00
Rémy Tassoux
4993759ace
[quill] Update to 3.8.0 ( #37672 )
2024-03-25 15:35:45 -07:00
SunBlack
c8e2abaa9f
[libdeflate] Update to v1.20 ( #37666 )
2024-03-25 15:35:22 -07:00
Jia Yue Hua
1ba2b8cc67
[fast-float] update to 6.1.1 ( #37662 )
2024-03-25 15:35:09 -07:00
Jia Yue Hua
6a8bf85cdc
[cnats] update to 3.8.0 ( #37661 )
2024-03-25 15:34:55 -07:00
Jia Yue Hua
ccc7f46539
[cctz] update to 2.4 ( #37659 )
2024-03-25 15:34:46 -07:00
Jia Yue Hua
ecea73ebbe
[aws-c-s3] update to 0.5.3 ( #37657 )
2024-03-25 15:34:14 -07:00
wtz
14051ce112
[jsoncpp] Fix typo in description ( #37646 )
2024-03-25 15:32:33 -07:00
Jia Yue Hua
76670cd268
[parallel-hashmap] update to 1.3.12 ( #37645 )
2024-03-25 15:32:17 -07:00
Jia Yue Hua
83c3c4a571
[thrift] update to 0.20.0 ( #37638 )
2024-03-25 15:32:02 -07:00
Jia Yue Hua
dcffcdf24d
[libxt] update to 1.3.0 ( #37633 )
2024-03-25 15:31:47 -07:00
Jia Yue Hua
8f6baa8dd6
[ableton-link] update to 3.1.1 ( #37632 )
2024-03-25 15:31:26 -07:00
Barak Shoshany
5d2c66778d
[bshoshany-thread-pool] Updated to v4.1.0 ( #37631 )
2024-03-25 15:30:38 -07:00
WangWeiLin-MV
d23dedb2b2
[cli11] Update to 2.4.1 ( #37616 )
2024-03-25 15:30:22 -07:00
Alfred E. Heggestad
a7dc87d436
upgrade baresip-libre to 3.10.0 ( #37690 )
2024-03-25 15:29:52 -07:00
Jan Hrubý
63e1c69199
[tracy] enable fibers feature ( #37618 )
2024-03-25 15:13:30 -07:00
Martin Falk
06e8ed3bfb
[vtk] FindPEGTL fix ( #37561 )
2024-03-25 15:10:11 -07:00
Thomas Sondergaard
77fc42259f
[qt5-webengine] fix jumbo build error due to ResolveColor() redefinition ( #37453 )
2024-03-25 15:08:37 -07:00
Cheney Wang
a34c873a97
[botan] update to 3.3.0 ( #37252 )
2024-03-22 18:01:09 -07:00
Jia Yue Hua
18e8981972
[ada-url] update to 2.7.7 ( #37621 )
2024-03-22 17:09:39 -07:00
Jia Yue Hua
1c413c0fa1
[robin-map] update to 1.2.2 ( #37622 )
2024-03-22 17:09:23 -07:00
Francisco Facioni
bd9be1771a
backward - disable test building ( #37623 )
2024-03-22 17:07:40 -07:00
Thomas Sondergaard
18696a5962
[qt5-webengine] Depend on atl instead of atlmfc ( #37626 )
2024-03-22 17:06:26 -07:00
WangWeiLin-MV
233b40a85b
[ixwebsocket] Update to 11.4.5 ( #37614 )
2024-03-22 17:05:19 -07:00
Carlos O'Ryan
7185475232
[google-cloud-cpp] fix feature name ( #37601 )
2024-03-22 16:56:39 -07:00
JacobBarthelmeh
dc1c8b7e9d
[wolfssl] update to 5.7.0 ( #37606 )
2024-03-22 16:33:23 -07:00
Chuck Walbourn
fc886ab184
[dxsdk-d3dx] port update to support static crt scenarios ( #37605 )
2024-03-22 16:32:54 -07:00
Lily Wang
2c3c678490
[glog] Fix usage about find unwind ( #37550 )
2024-03-22 16:31:14 -07:00
Kai Pastor
247dc608bf
[mimalloc,vcpkg-ci-mimalloc] Fix exported usage, add test port ( #37499 )
...
Resolves #37489 .
2024-03-22 16:28:56 -07:00
Andrew Mee
112d277d10
[libmidi2] New port of am-midi2 v0.7 ( #36578 )
2024-03-22 15:46:38 -07:00
Kai Pastor
055721089e
[freerdp] Install missing parts of CMake config ( #37589 )
2024-03-21 19:33:00 -07:00
Kai Pastor
f8ab9b436b
[libjxl] Burn-in library linkage ( #37588 )
2024-03-21 19:32:31 -07:00
Jeremy Rifkin
1ca4950226
[cpptrace] update to 0.5.1 ( #37584 )
2024-03-21 19:32:11 -07:00
Jia Yue Hua
739eded079
[aws-sdk-cpp] update to 1.11.285 ( #37583 )
2024-03-21 19:31:42 -07:00