Commit Graph

19578 Commits

Author SHA1 Message Date
JonLiu1993
864c70b836
[curl] update to 8.2.0 (#32656) 2023-07-21 08:46:53 -07:00
Billy O'Neal
56954f1db9
Update vcpkg-tool to 2023-07-19. (#32649) 2023-07-21 08:45:58 -07:00
Alexander Neumann
50a4aa2be9
[salome-med-fichier] new port (#30893) 2023-07-20 17:18:40 -07:00
Vitalii Koshura
7a3c94878b
[boinc] fix build with mingw (#32659) 2023-07-20 12:33:44 -07:00
Billy O'Neal
4c1734ba2a
[kealib] Block attempting to load gdal's package.
Resolves https://github.com/microsoft/vcpkg/issues/32653

The problem is that regardless of `LIBKEA_WITH_GDAL` it runs `find_package(GDAL`. (Ignoring the answer) Inside GDAL's package, they do `find_dependency(HDF5 COMPONENTS C)` which overrides kealib's attempted `find_package(HDF5 COMPONENTS CXX HL REQUIRED)` with the wrong libraries.
2023-07-19 23:26:01 -07:00
Rémy Tassoux
a6657c38d5
[implot] Update to 0.15 (#32650) 2023-07-19 19:58:09 -07:00
Billy O'Neal
5e9cbd9ac2
[mfl] Disable warnings as errors. (#32652) 2023-07-19 19:42:17 -07:00
chausner
b83d86364f
[concurrencpp] Update to 0.1.7 (#32646) 2023-07-19 16:06:34 -07:00
Billy O'Neal
eee400a207
Skip bde due to conflict with pcre and ryu. (#32645)
Replaces https://github.com/microsoft/vcpkg/pull/32601/ ; will proceed with deindex only after some time for bde maintainers to fix this.
2023-07-19 16:06:02 -07:00
Carsten Grimm
489a01db7c
[qt5-base] Patch CVE-2023-24607 CVE-2023-37369 and CVE-2023-38197 (#32599) 2023-07-19 14:24:39 -07:00
unageek
24bcc37364
[manif] Add new port (#32621) 2023-07-19 14:23:19 -07:00
Jonathan Sweemer
3afacd8901
[quantlib] update to v1.31 (#32628) 2023-07-19 14:19:15 -07:00
glenrgordon
dfc03cbd27
[antlr4] Update to 4.13 (#32625) 2023-07-19 14:18:40 -07:00
David Martos
5161e4c930
[pango] Silence false positive in pango when using GCC 13 (#32620) 2023-07-19 14:16:49 -07:00
Lily Wang
9f07c540ff
[pcl] Update to 1.13.1 (#32419) 2023-07-19 14:15:10 -07:00
Lily Wang
37e138c4bc
[strtk] Add feature boost (#32629) 2023-07-19 14:09:31 -07:00
JonLiu1993
f78466713f
[vcpkg baseline][qtinterfaceframework] Fix ci error (#32630) 2023-07-19 13:50:31 -07:00
Nicholas Hayes
861c330575
[libjxl] Update to version 0.8.2 (#32605) 2023-07-18 12:38:29 -07:00
jim wang
7f37cd6498
[sqlcipher] Fix the sqlcipher.pc file (#32548) 2023-07-18 12:27:38 -07:00
Mengna Li
93806d3ca7
update to 12.4.1 (#32609) 2023-07-18 12:27:14 -07:00
Sandy
3948644bde
[openal-soft] Fix android config (#32606)
Fixes issue with linking command with an undefined OpenSL::OpenSLES in static mode and android
2023-07-18 12:26:51 -07:00
Szabolcs Horvát
2ff2c826cf
[igraph] update to 0.10.6 (#32614) 2023-07-18 11:51:10 -07:00
Ómar Högni Guðmarsson
21bbb14c41
[glaze] Update to version 1.3.2 (#32564) 2023-07-17 13:16:46 -07:00
Sandy
f0f1dcc52b
[bgfx] Update to 1.121.8534-453 (#32058) 2023-07-17 13:10:54 -07:00
autoantwort
04adf7a7aa
[realsense2] fix osx build (#32585) 2023-07-17 13:09:34 -07:00
Jules
f11cac522a
[ctbench] Add portfile (#31716) 2023-07-17 13:08:24 -07:00
Lily Wang
9d7f6a1872
[uwebsockets] Update to 20.45.0 (#32587) 2023-07-17 13:06:27 -07:00
Marc
134faa05f7
[atk] set correct license id and use vcpkg_install_copyright() (#32540) 2023-07-17 13:02:56 -07:00
Billy O'Neal
d512dc8197
[physx] Update to 5.x (#32568) 2023-07-17 13:01:51 -07:00
Juan Ramos
fba81a6a54
[vulkan-memory-allocator] Update port to current ToT (#32513)
* [vulkan-memory-allocator] Update VMA port to current ToT

Contains fixes for gcc13 and adds streamlined CMake support.

See this PR for the recent CMake fixes:
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/pull/350

* Update version database

* Fix typo in usage, dedupe cmake.org link, move up 3.21+, remove extra newline.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-07-14 22:01:41 -07:00
Billy O'Neal
36577b338f
Patch Tuesday July 2023 (#32537) 2023-07-14 17:05:19 -07:00
Billy O'Neal
7269926d4a
Skip OpenVINO in CI due to conflict with oneDNN. (#32567)
* Skip OpenVINO in CI due to conflict with oneDNN.

See https://github.com/microsoft/vcpkg/pull/32418#issuecomment-1634989305
2023-07-14 17:03:16 -07:00
MonicaLiu
15d03e487c
[nu-book-zxing-cpp] Update to 2.1.0 (#32562) 2023-07-14 16:52:10 -07:00
Kai Pastor
0da6acafcf
[gdal] Update to 3.7.1 (#32559) 2023-07-14 16:51:41 -07:00
xiaozhuai, Weihang Ding
e398928f11
[uvw] Bump to 3.2.0 (#32526) 2023-07-14 16:51:15 -07:00
autoantwort
592cb84726
[gstreamer] simplyfy (#32323) 2023-07-14 16:39:00 -07:00
JonLiu1993
4ce46ddf46
[pybind11] Fix debug link failure (#31318)
* Fix debug link failure

* update version

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-07-14 16:37:14 -07:00
Frank
452ed95c1c
[vcpkg baseline] Update discordcoreapi, jsonifier version (#32563) 2023-07-14 16:36:33 -07:00
Nick Anderson
679b49480a
[opentelemetry-fluentd] Add new port (#32063) 2023-07-14 16:31:45 -07:00
JonLiu1993
bffafa8f7a
[lunasvg] Add usage (#30196) 2023-07-14 16:21:37 -07:00
Julianus Pfeuffer
ca4640a202
[qt5-base] fix building with mac dynamic triplet (#32500) 2023-07-14 14:39:05 -07:00
Lily Wang
9c7ddcae77
[vcpkg baseline][openvino] Disable find pybind11 (#32561)
* [vcpkg baseline][openvino] Disable find pybind11

* update version
2023-07-14 13:40:56 -07:00
Mengna Li
7e1bd5f95c
remove from ci.baseline (#32558) 2023-07-14 12:57:43 -07:00
JonLiu1993
25be4c4c0b
[libwebp] Do not emit AVX when not requested by the toolchain (#21644)
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-07-14 11:27:50 -07:00
Lily Wang
7771648f32
[bext-ut] Update to latest commit (#32546) 2023-07-13 11:39:13 -07:00
Ómar Högni Guðmarsson
aa9f56d821
[glaze] update version 1.3.1 (#32547) 2023-07-13 11:38:06 -07:00
JonLiu1993
d751358003
[date] set correct license and use vcpkg_install_copyright() (#32549) 2023-07-13 11:36:02 -07:00
Marc
2418d414eb
[pango] set correct license id and use vcpkg_install_copyright() (#32545)
* [pango] set correct license id and use vcpkg_install_copyright()

According to the projects source files, it is licensed under
LGPL-2.0-or-later:

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

* Update version database
2023-07-13 11:35:00 -07:00
Marc
ddf4790fff
[librsvg] add license id and use vcpkg_install_copyright() (#32527)
* [librsvg] add license id and use vcpkg_install_copyright()

COPYING and COPYING.LIB have identical texts.

The source files state, that the LGPL is the:

GNU Library General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any
later version.

* Update version database
2023-07-13 11:30:33 -07:00
jim wang
20df27de29
[boost-filesystem]There is a space problem in modifying the file path (#32503)
* There is a space problem in modifying the file path

* Version database

* update version

* Update generate-ports.ps1

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-07-13 11:29:57 -07:00