Commit Graph

8964 Commits

Author SHA1 Message Date
Ryan Zoeller
9b959d0303
[armadillo] update to 12.8.4 (#39279) 2024-06-14 11:41:46 -07:00
Kai Pastor
47633daa65
[vcpkg-scripts] Catch use of ambiguous cmake vars (#34546)
Avoid wrong use of popular but ambiguous variables (`WIN32` etc.) in
scripts and portfiles by detection in CI.

Sometimes the variables are used wrongly, and sometimes this isn't
caught in PR review. This PR tries to catch those variables (when in the
active code path in script mode). [This can happen to every
contributor](https://github.com/microsoft/vcpkg/pull/34356#discussion_r1360074122),
even if he/she knows the rules ... vcpkg is raising the bar higher than
usual, having to deal with targets and hosts even in script mode.

(`b2-options.cmake` (boost fragment) shows where we get if we don't pay
attention: the same code being used in script mode (`WIN32` meaning
host) and in project mode (`WIN32` meaning target).)

The new check doesn't break any user builds because it relies on command
line options. However it changes the ABI hashes.
2024-06-14 11:40:01 -07:00
Alexis La Goutte
039c6ee20a
[ngtcp2] Update to 1.6.0 (#39278) 2024-06-14 11:36:15 -07:00
Alexander Neumann
81bf2ee689
[vcpkg-cmake] get more logs (#38409)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-06-14 11:34:23 -07:00
sidy3d
e75bf89bfa
[nativefiledialog-extended] add new port replacing nativefiledialog (#39046) 2024-06-14 11:33:52 -07:00
WangWeiLin-MV
b9f5f9c4fd
[jxrlib] Suppress gcc 14 warn into error of incompatible-pointer-types (#39263)
Fix #39154. For `gcc-14`
[incompatible-pointer-types](https://gcc.gnu.org/gcc-14/porting_to.html#incompatible-pointer-types),
*GCC no longer allows implicitly casting all pointer types to all other
pointer types*. Add the suppress option as workaround.
2024-06-14 11:33:10 -07:00
Alexander Neumann
02745e0f47
[vcpkg-tool-meson] Refactor cmd line args generation (#38901)
introduce `vcpkg_generate_meson_cmd_args` to generate the command line
args vcpkg calls meson with. This needed to be factored out since it
allows calling the meson-py backend of setuptools with the same
arguments as calling meson manually within vcpkg.

additionally:
- fixed `CMAKE_BUILD_TYPE` (var `buildconfig` does not exist)
- add `ADDITIONAL_PROPERTIES` option
- removed a lot of stuff being added to PATH unnecessarily 
- added option `--pkgconfig.relocatable` (probably not necessary but we
want this any way.)
- added option `--pkg-config-path` with correct paths (allows removing
the env variables for it)
2024-06-13 20:21:59 -07:00
Michael Goulding
f007eb16d3
[c4core] Update submodules version (#35427) 2024-06-12 19:06:51 -07:00
Michael Miller
e9a5d41874
[michaelmiller-sec21] Add new library (#37868) 2024-06-12 19:05:22 -07:00
Bob Kast
cb6411d00e
[ecsutil] Delete unmaintained library. (#37192)
As requested by the upstream maintainer.
2024-06-12 16:44:29 -07:00
Hauke Strasdat
1ea2f6a2fc
[sophus] Update to 1.24.6-rc1 (#39225)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-06-12 16:26:25 -07:00
WangWeiLin-MV
f7627c902a
[vulkan-memory-allocator-hpp] Update to 3.1.0 (#39246)
Fix #39229.
2024-06-12 16:18:06 -07:00
c8ef
9e1a785453
[folly related] update to 06.10 (#39213) 2024-06-12 16:17:23 -07:00
Tyler Rockwood
638daad57d
Enable additional authentication mechanisms in librdkafka (#39184)
The main reasons from what I can tell for enabling SSL or CURL is to
also be able to enabled additional authentication mechanisms
2024-06-12 16:16:32 -07:00
jim wang
b64343a250
[libdeflate] Fix gcc11.4 compilation error (#39237)
Fixes https://github.com/microsoft/vcpkg/issues/39207
Call upstream PR [366](https://github.com/ebiggers/libdeflate/pull/366)
to complete the fix.
2024-06-12 16:11:39 -07:00
Jeremy Rifkin
945c6d16d5
[cpptrace] Add 0.6.1 (#39239) 2024-06-12 16:10:52 -07:00
Ryan Zoeller
22b032d977
[armadillo] update to 12.6.7 (#39258) 2024-06-12 16:10:30 -07:00
Vitalii Koshura
ccd45eba76
[sentry-native] update to 0.7.6 (#39255)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-12 16:10:07 -07:00
Silvio Traversaro
6c30f885cd
[idyntree] Update to 12.3.1 (#39257) 2024-06-12 16:09:11 -07:00
Kai Pastor
9fcfb7b480
[elfutils] Update to 0.191, cleanup, fix (#39228) 2024-06-12 14:32:20 -07:00
Nick Logozzo
710a3478fb
[libnick] Update to 2024.6.5 (#39236) 2024-06-12 14:31:54 -07:00
Lily Wang
ac02bdb77e
[colmap] Update to 3.9.1 (#39244)
Fixes #38774
Fixes #36570
Fixes #38768
Fixes #30272
Fixes #37831
2024-06-12 14:31:36 -07:00
Billy O'Neal
573516aa28
[tcl] Fix missing zlib dependency. (#39231) 2024-06-12 14:31:13 -07:00
aristotelos
eb0f108ebd
Add curl dependency to opentelemetry-cpp elasticsearch feature (#38878) 2024-06-11 19:06:15 -07:00
miyanyan
5ad826e734
[tinygltf] update to 2.8.23 (#39235) 2024-06-11 18:31:55 -07:00
Denis Deniz
6374fcd755
[azure-iot-sdk-c] Add use-prov-client feature to enable device provisioning client (#38841)
The `use-prov-client` feature in the `vcpkg.json` manifest file was
removed in PR #29046, ~probably by mistake when removing the
`public-preview` feature,~ and therefore it is not possible to enable
the device provisioning client.
2024-06-11 18:05:39 -07:00
jim wang
7bc4bfc031
[harfbuzz] Add feature gdi (#38892)
Fixes https://github.com/microsoft/vcpkg/issues/38880
2024-06-11 18:00:22 -07:00
Frank
ff2b8b4fd7
[osg] Fix error C3861: '_FPOSOFF': identifier not found (#38666)
Fix error:
```
D:\b\osg\src\raph-3.6.5-c3f8c61ada.clean\src\osgPlugins\osga\OSGA_Archive.cpp(80): error C3861: '_FPOSOFF': identifier not found
```
2024-06-11 17:56:18 -07:00
Azure SDK Bot
72f7002d56
[azure-identity-cpp] publish version 1.8.0 (#39233)
Update vcpkg ports for Azure SDK release. This release may contain
multiple ports.
2024-06-11 17:47:47 -07:00
Azure SDK Bot
4f86ca67b3
[azure-messaging-eventhubs-cpp] publish version 1.0.0-beta.9 (#39232)
Update vcpkg ports for Azure SDK release. This release may contain
multiple ports.
2024-06-11 17:25:43 -07:00
Ryan Zoeller
1602899132
[vincentlaucsb-csv-parser] update to 2.2.3 (#39230) 2024-06-11 17:25:28 -07:00
Kai Pastor
bce0dd5af2
[vcpkg-tool-meson] Fix downstream --only-downloads (#39202) 2024-06-11 14:07:15 -07:00
Azure SDK Bot
3bdb1d3bf0
[azure-data-tables-cpp] Update to June Release (#39226) 2024-06-11 13:54:16 -07:00
Nick Logozzo
70a7ee5559
[libnick] Update to 2024.6.3 (#39214) 2024-06-11 13:53:07 -07:00
Kai Pastor
e158d10763
Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
Yunze Xu
4d9c5616fe
[pulsar-client-cpp] Bump to 3.5.1 (#39215)
The latest 3.5.x releases have an `INTEGRATE_VCPKG` option that is
enabled to be compatible with vcpkg packages lookup so that the original
patch is not needed anymore. Besides, in this case, `asio` is depended
rather than `boost-asio`.
2024-06-11 12:39:38 -07:00
Daniel Parker
7f76810a5f
[jsoncons] Update to 0.176.0 (#39211)
Fixes danielaparker/jsoncons #519 
Fixes danielaparker/jsoncons #509
Fixes danielaparker/jsoncons #520 
Fixes danielaparker/jsoncons #521 
Fixes danielaparker/jsoncons #518
2024-06-11 12:18:03 -07:00
hesmar
bc98892fd1
[leptonica] Reduce required C standard (#39203) 2024-06-11 12:17:24 -07:00
Alexander Neumann
0a34f76849
[qt] Update qt 6.7.1 (#38845)
Closes #38835
Closes #39040
2024-06-11 12:17:04 -07:00
MonicaLiu
a193e8fb4e
[7zip] Update to 24.06 (#38790)
Fixes #38764, update `7zip` to 24.06.

No feature needs to be tested, the usage test passed on
`x64-windows`(header files found):
```
7zip provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(7zip CONFIG REQUIRED)
  target_link_libraries(main PRIVATE 7zip::7zip)
```
2024-06-11 12:16:41 -07:00
Tom Conder
b276513411
[rapidhash] Add a new port (#39195) 2024-06-10 17:29:26 -07:00
Kai Pastor
795f2f137e
[libpsl,curl,vcpkg-ci-curl] Update suffix list, fix and test curl (#38847) 2024-06-10 17:26:53 -07:00
jim wang
8be9ed7d52
[openldap] Fix feature cyrus-sasl compilation failure on Linux (#39158) 2024-06-10 17:11:12 -07:00
Kadir
332897ea21
[sqlcipher] Update to version 4.6.0 (#39169) 2024-06-10 17:09:56 -07:00
Rémy Tassoux
e33436f8c3
[quill] Update to 4.4.0 (#39209)
Update quill port from 4.3.0 to 4.4.0:
https://github.com/odygrd/quill/releases/tag/v4.4.0
2024-06-10 17:01:50 -07:00
An Tao
0dea40fa54
[drogon, trantor] Bump drogon to 1.9.5 and trantor to 1.5.19 (#39196) 2024-06-10 16:54:02 -07:00
Cheney Wang
8c228c8eca
[arrow/concurrencpp/qtwebengine] Fix error C2039: 'string': is not a member of 'std' (#39160)
In an internal version of Visual Studio, `arrow`, `concurrencpp` and
`qtwebengine` install failed with following error:
```
arrow:        \cpp\src\arrow/json/object_writer.h(39): error C2039: 'string': is not a member of 'std'
concurrencpp: \include\concurrencpp/threads/thread.h(23): error C2039: 'string': is not a member of 'std'
qtwebengine:  \src\3rdparty\gn\src\gn\escape.h(77): error C2039: 'string': is not a member of 'std'
```
This issue caused by the STL PR:
https://github.com/microsoft/STL/pull/4633, and according to Stephan's
suggestion, the affected files need to include the `Standard <string>
header`.

I have submitted an issue on the qt upstream:
https://bugreports.qt.io/browse/QTBUG-126156
2024-06-10 16:46:17 -07:00
JonLiu1993
4065f37d0a
[OpenSSL] update to 3.3.1 (#39162) 2024-06-10 16:26:54 -07:00
Kai Pastor
c37a87876b
[vcpkg baseline][mesa] Remove egl from default features (#39199)
Mitigation for #39198.

Mesa CI is currently disabled for linux and osx, and also doesn't run
for android.
So we see CI effects only for Windows. Improving CI situation for mesa
is the subject of #36081. So keeping egl out of CI like before
https://github.com/microsoft/vcpkg/pull/37599 is the best option at the
moment.
2024-06-10 16:23:35 -07:00
Clément Grégoire
bc2c12ac0a
Update stormlib to 9.26 (#39197) 2024-06-10 16:22:04 -07:00