Commit Graph

18059 Commits

Author SHA1 Message Date
Lily Wang
c1b963c083
[vcpkg docs] Fix broken url of SPDX license (#29033) 2023-01-18 11:04:58 -08:00
dan-shaw
5908d702d6
[vcpkg] Add new community triplet arm64ec (#27814) 2023-01-17 17:23:11 -08:00
Max Khon
ae826fceaa
Introspection support (#28662) 2023-01-17 11:44:20 -08:00
Lily Wang
608e7ff107
[immer] Add export CMake ConfigVersion file (#28873)
* [immer] Add export CMake ConfigVersion file

* update version

* add comment for patch

* x-add-version

* add quote

* update version
2023-01-17 11:41:49 -08:00
Adrian Bibby Walther
8b034a7612
[ctpg] Fix portfile (#28908)
* Completely ignore ctpg debug install.

* Updated version files.

* Fixed incorrect usage instructions.

* Updated version files.

* Changed port-version to 2.

* Updated version files.
2023-01-17 11:35:55 -08:00
Matthew Oliver
49299e0c05
[opencv4] Update to 4.7.0. (#28949)
* [opencv4] Update t 4.7.0.

* update versions.

* [rtabmap] Support opencv 4.7.

* Update versions.
2023-01-17 11:35:29 -08:00
autoantwort
0390768d54
[forge] improve port (#28972) 2023-01-17 11:34:22 -08:00
Francisco Facioni
c60b65d099
[sqlpp11] add postgres support (#28989) 2023-01-17 11:28:56 -08:00
moritz-h
f19f5d98b2
[openmpi] enable parallel build (#28991) 2023-01-17 11:28:17 -08:00
MonicaLiu
e51afe4695
[ffmpeg] Install the usage file (#28894)
* update ffmpeg

* update version

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-01-17 00:05:47 -08:00
Sarmad Abdullah
877e3dc232
[vcpkg] Added linux release triplets for arm, arm64, ppc, and s390x. (#28525)
* Added linux release triplet for arm, ppc, and s390x.

* Removed unnecessary block from arm linux triplets.
2023-01-16 12:56:35 -08:00
autoantwort
9a469723ae
[arrow] Fix dataset feature (#28969) 2023-01-16 12:53:41 -08:00
Dennis
021ba042f2
grpc: Update to 1.51.1 (#28964) 2023-01-16 12:53:23 -08:00
Kai Pastor
921ee3d101
[libosmium] Trim dependencies (#28963)
Cf. https://osmcode.org/libosmium/manual.html#dependencies
The deprecated PROJ support needs `proj_api.h`, removed in PROJ 8.0.
utfcpp was used before libosmium 2.15.0.
2023-01-16 12:52:59 -08:00
ZeeWanderer
77a14f2740
[blend2d] Update to 2022-12-31 (#28962)
* [blend2d] update to 2022-12-31

* [blend2d] update versions
2023-01-16 12:52:43 -08:00
Matthew Oliver
d1e47dbd68
[rtabmap] Update to 0.20.16. (#28954)
* [rtabmap] Update to 0.20.16.

* Update versions.
2023-01-16 12:52:05 -08:00
Daniel Schürmann
f8e72cdce0
[wavpack] Update to 5.6.0 and allow release only builds (#28948)
* [wavpack] Fix building only release or debug build type

* [wavpack] Update to 5.6.0
2023-01-16 12:51:32 -08:00
Darryl Pogue
f621eb0906
[vcpkg] Add x86 Linux community triplet (#28943) 2023-01-16 12:49:11 -08:00
Billy O'Neal
21928dcd82
[marisa-trie] Don't install Makefile.am into include. Also remove tests. (#28940)
* [marisa-trie] Don't install Makefile.am into include. Also remove tests.

* Fix version database
2023-01-16 12:48:48 -08:00
kiwixz
6b9c9a42f6
[strong-type] add port (#28937) 2023-01-16 12:46:59 -08:00
autoantwort
3630da345f
[libsquish] improve supoorts expression (#28935) 2023-01-16 12:46:28 -08:00
Kai Pastor
51e10eb7fe
[tiff,zstd,gdal,libkml] Fix find_package interactions, enable gdal libkml driver (#28929)
* [gdal] Fix find_package2

* [cmake-user] Test gdal

* [cmake-user] gdal needs CMake 3.9

* Fix tiff & zstd

* Update versions

* [libkml] Export modern INTERFACE_LINK_LIBRARIES

* [gdal] Enable libkml driver

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2023-01-16 12:45:42 -08:00
Kai Pastor
688ece7142
[xerces-c] Update to 3.2.4 (#28928)
* [xerces-c] Update to 3.2.4

* Modernize, cleanup

* Update versions
2023-01-16 12:41:27 -08:00
autoantwort
fe214355d0
[acl] no absolute paths (#28926) 2023-01-16 12:39:50 -08:00
Burak Arslan
f882be041a
[sqlite3] Fix typo for the Windows build (#28923)
* [sqlite3] Fix typo for the Windows build

* [sqlite3] Update version metadata
2023-01-16 12:34:00 -08:00
Kai Pastor
e631713f1a
[liblzma] Update to 5.4.1 (#28921)
* [liblzma] Update to 5.4.1

* Update usage

* Update versions
2023-01-16 12:32:04 -08:00
JonLiu1993
fd766eba2b
[vcpkg] update msys-libtool version (#28919)
* [vcpkg] update msys-libiconv versio

* [vcpkg] update msys-libtool version
2023-01-16 12:30:37 -08:00
Andrew Kornilov
e6e9a0b1b0
[fastcdr] Update to 1.0.26 (#28905)
* [fastcdr] Update to 1.0.26

* Update version database

* Dynamic linkage fix

* Update version
2023-01-16 12:17:34 -08:00
Ankur Verma
faddd9351a
Create *uwp-static-md community triplets (#28898)
* Squashed

* Update arm-uwp-static-md.cmake

* Update x64-uwp-static-md.cmake

* Update arm64-uwp-static-md.cmake

* Update x86-uwp-static-md.cmake

Co-authored-by: Ankur Verma <ankurv@microsoft.com>
2023-01-16 12:12:15 -08:00
Alexander Neumann
63f2b374ab
[harfbuzz] update to 5.3.1 (#28243)
* [harfbuzz] udpate to 5.3.1

* v db
2023-01-16 12:07:07 -08:00
Alexander Neumann
05f3f361dc
[pixman] update to 0.42.2 (#28240)
* [pixman] update to 0.42.2

* v db

* disable neon intrinsics

* v db

* remove deprecated function

* v db

* fix function call

* v db

* v db

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-01-16 12:05:54 -08:00
Lily Wang
17b405bbf9
[vcpkg baseline][libcsv, fast-cpp-csv-parser] Fix conflicts (#28978)
* [baseline][libcsv, fast-cpp-csv-parser] Fix conflicts

* update version

* apply suggestion

* update version

* Update libcsv.json
2023-01-16 12:03:37 -08:00
Sean Farrell
1e9facc799
[c9y] Update to 0.6.1 (#28952)
* [c9y] Upgrade to 0.6.1

* [c9y] Update baselines.
2023-01-15 11:28:59 -08:00
Matthew Oliver
f76aa219bc
[discordapi] Update to 2023-01-02 version. (#28956)
* [discordapi] Update to 2023-01-02 version.

* Update versions.
2023-01-15 11:23:48 -08:00
Frank
6245ce44a0
[protobuf] update version to 3.21.12 (#28710)
* [protobuf] update version to 3.21.12

* version
2023-01-15 11:10:54 -08:00
autoantwort
cc63dc0f66
Update cmake to 3.25.1 (#28522)
* Update cmake to 3.25.1

* [libphonenumber] fix finding of protobuf

* Add zeroc-ice:x64-windows-static-md=fail

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-01-15 11:04:04 -08:00
Kai Pastor
472ed329f5
[sentry-native] Fix cmake package import/export (#28686)
* [sentry-native] Fix cmake package import/export

* Revise zlib dependency
2023-01-13 15:22:44 -08:00
Billy O'Neal
d73cbb6a27
VM update January 2023 (#28895)
* Add libxcb-cursor-dev from https://github.com/microsoft/vcpkg/pull/28536/

* Update Pools.
2023-01-13 13:56:26 -08:00
Russell Greene
92225e6ce4
[openimageio] fix build on vs2019 and earlier (#28885)
* [openimageio] fix build on vs2019 and earlier

update port-version

* ./vcpkg x-add-version --all

* ./vcpkg x-add-version --all --overwrite-version
2023-01-12 22:47:18 -08:00
Long Huan
34ddfbbb13
[openmvs] update to v2.1.0 (#28843)
* update to v2.1.0

* x-add-version

* fix InterfaceMetashape

* Update openmvs.json
2023-01-12 22:45:48 -08:00
emazv72
44a4a76bc5
[libcsv,hashids] Add new port (#28828)
* libcsv port

* libcsv versioning

* libcsv linkage fix

* Update version database

* [hashids] Add new port

* [hashids] Update version database

Co-authored-by: Emanuele Zavallone <emanuele.zavallone@next-informatica.com>
2023-01-12 22:44:11 -08:00
JoergAtGithub
407d75560d
[grantlee] Add Grantlee (#28809)
* Add Grantlee port

* Replaced deprecated functions

* Add only one version of Grantlee

* version-semver -> version

* Added quotes
2023-01-12 22:42:47 -08:00
Wei Dai
0a77b03b49
[seal] Updated seal to version 4.1.1. (#28727)
* Updated seal to version 4.1.0.

* Fixed versioning.

* Updated seal to 4.1.1.

* Fixed versioning.

* Update seal.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-01-12 22:12:45 -08:00
Adrian Bibby Walther
02820f4b12
[foonathan-lexy] Update to v2022.12.1 (#28907)
* Update foonathan-lexy to v2022.12.1.

* Updated version files.
2023-01-12 22:08:00 -08:00
Azure SDK Bot
9df2df01bd
[azure-storage-files-datalake-cpp] Update to 12.5.0 (#28842)
## 12.5.0 (2023-01-10)

- New features in `12.5.0-beta.1` are now generally available.
2023-01-12 22:00:32 -08:00
Fabien Péan
4c5be28bfa
[simbody] set uniform target names and add usage (#28863) 2023-01-12 15:28:56 -08:00
Osyotr
a61e638f3a
[qt5] Update to 5.15.8 (#28720) 2023-01-12 15:28:00 -08:00
marinedalek
036769f5d6
[glfw3] Add wayland feature (#28232)
* Add wayland to glfw3 port

* Results of x-add-version

* Add Wayland package info to build message

* Ran x-add-version following previous commit

* Update ports/glfw3/vcpkg.json to add wayland dependency

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>

* Correct formatting of vcpkg.json

* Ran x-add-version following previous commit

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2023-01-11 23:29:41 -08:00
Edi61
b591b65d2a
[simd] Update include missing header files (#28834)
* Update include missing header files

* Update simd.json

* Update fix-CMakeLists-install.patch

* Update vcpkg.json

* Update fix-CMakeLists-install.patch

* Update simd.json

* Update simd.json
2023-01-11 23:26:28 -08:00
reito
5b76887a11
update gas-preprocessor and clang in vcpkg_find_acquire_program (#28467)
Co-authored-by: Cheney-Wang <850426846@qq.com>
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2023-01-11 23:24:44 -08:00