Commit Graph

395 Commits

Author SHA1 Message Date
Kai Pastor
85ee7ef3cd
[pcre2] Update to 10.42 (#31929)
* [pcre2] Update to 10.42

* CI
2023-06-12 15:57:18 -07:00
Lily Wang
13d7255093
[pbc] Add usage (#27049)
* [pbc] Add usage

* x-add-version

* fix

* x-add-version

* update config file

* update version
2023-06-12 15:07:05 -07:00
Kai Pastor
ad345ce17a
[proj] Update to 9.2.1 (#31769) 2023-06-06 16:17:57 -07:00
Jia Yue Hua
50a5ff3563
[folly,fbthrift,mvfst,fizz,wangle,proxygen]: update to 2023.05.15 (#31657)
* [folly]: update to 2023.05.15

* remove no more used patch

* fix mvfst

* fix rsocket

* revert indent

* fix space
2023-05-31 12:24:33 -07:00
Kai Pastor
e05695d03f
[podofo] Cleanup and fixes (#31658) 2023-05-30 18:28:05 -07:00
Frank
c6592ce60f
[podofo] Change to github and update version to 0.10.0 (#31584)
* [podofo] Change to github and update version to 0.10.0

* update version

* fix static export

* v db

* fix export name and add usage

* v db

* disable build libxml2 features

* format

* v db
2023-05-25 15:33:51 -07:00
Samuel Kogler
4edb1e4f14
[platform-folders] Fix incorrect install location for .cmake file (#31605)
* [platform-folders] Fix incorrect install location for .cmake file

* [platform-folders] Update vcpkg version after fix
2023-05-25 15:28:37 -07:00
myd7349
d672b68add
[portable-file-dialogs] Add new port (#31482)
* [portable-file-dialogs] Add new port

* [portable-file-dialogs] Version stuffs
2023-05-22 12:04:14 -07:00
Lily Wang
40619a55c3
[pdcurses] Add export CMake config (#31453)
* [pdcurses] Add export CMake config and update to latest commit

* update version

* add judge CMAKE_BUILD_TYPE STREQUAL "Debug"

* update version

* apply suggestions

* update version

* Add find binary file

* update version

* remove CMAKE_BUILD_TYPE

* update version
2023-05-18 11:38:34 -07:00
Kai Pastor
3d04b3819b
[vcpkg baseline][infoware][pciids] Update infoware and add new port pciids (#31388)
* [infoware] Update

* Fix cross builds

* Update 'supports'

* [pciids] New helper port

* Remove obsolete comment
2023-05-15 14:09:58 -07:00
Kai Pastor
e99d61570b
[gdal] Update to 3.7.0 (#31381)
* [gdal] Update to 3.7.0

* [pdal] Fix build with gdal 3.7
2023-05-15 13:19:14 -07:00
talregev
d54600af13
Create JIT as a feature (#31294) 2023-05-11 11:37:21 -07:00
Connor Broyles
1f7f116718
[pdal, pdal-c] Update to v2.5.3, v2.2.0 and fix GCC 13 build (#31257)
* [pdal] Update to v2.5.3

* [pdal] Update baseline

* [pdal-c] Update to v2.2.0

* [pdal-c] Update baseline

* update usage

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-08 18:28:15 -07:00
Benjamin Oldenburg
13a0b7ba8d
[pthreads] Fixed whitespaces in path issue (#31179)
* quotes

* Updated version

* move static patch filenames to vcpkg_from_sourceforge()
2023-05-04 10:27:12 -07:00
dittons
e4def443fe
[pegtl] update to 3.2.7 (#31183)
* * update pegtl from 3.2.6 to 3.2.7

* * update version database

---------

Co-authored-by: ian <ian>
2023-05-01 15:15:37 -07:00
jim wang
0a3bc3d255
[python3] Fix distutils path (#30822)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-26 11:51:50 -07:00
Gregory Popovitch
80d08d2900
[parallel-hashmap] Update version to v1.3.11 (#31075) 2023-04-24 18:47:56 -07:00
Kai Pastor
0df4519564
[pcl] Devendor zlib, cleanup, enable arm64-windows (#30996)
* [pcl] De-vendor zlib, misc fixes

* WIP

* vcpkg_copy_tools with AUTO_CLEAN

* WIP

* Fix empty executable suffix

* Finish PR

* [glew] arm64 MSVC is unsupported

* [openmvg] x86 family only
2023-04-24 15:31:10 -07:00
autoantwort
b3e0a1e625
[pdal] Fix non default features builds (#31044) 2023-04-21 21:42:43 -07:00
jim wang
d1badc3307
[paho-mqtt] fix ODR to libuuid and update to 1.3.12 (#30330) 2023-04-19 12:10:07 -07:00
Alonso Schaich
2180302c36
[pango] Update to 1.50.14 (#30891)
* [pango] Update to 1.50.14 (microsoft#30890)

* [pango] regenerate versions registry (microsoft#30890)
2023-04-17 18:09:34 -07:00
autoantwort
8694c9368d
[pcl] use supports expressions (#30928) 2023-04-17 15:40:33 -07:00
xiaozhuai, Weihang Ding
fc7dd25b12
[many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated (#28372)
* [many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated

* update version database
2023-04-17 15:29:55 -07:00
Jia Yue Hua
0e8ab9afa4
[proxygen]:fix deps (#30795) 2023-04-13 12:29:34 -07:00
autoantwort
5b11232d00
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry

* [many-ports] don't use deprecated functions (autogenerated)

* atkmm: Fix license.
gperftools: Reformat vcpkg_check_features call.
gsl: Fix license.
libpff: Fix license.
pangomm: Fix license.
qtbase: Revert, only comment changes.
type-lite: Reformat vcpkg_check_features and actually use the feature options.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-13 09:13:15 -07:00
Stephen Eckels
229c0c7ef4
update asmjit, fbgemm, polyhook2, start asmtk (#27683)
* update asmjit, fbgemm, polyhook2, start asmtk

* fix error LNK2019 and update version

* update version

* version

* NEW SHA

* revert fbgemm

* format

* v db

* new function

* v db

* update fbgemm version to 0.4.1 to fix asmjit

* v db

---------

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2023-04-10 19:27:41 -07:00
autoantwort
8cf1808bc0
[pe-parse] no Werror (#30672) 2023-04-05 16:35:24 -07:00
JonLiu1993
30397d49ff
[vcpkg baseline][portsmf] fix download failed (#30654)
* [portsmf]

* update version
2023-04-04 15:43:13 -07:00
Yury Bura
eb11dbb245
[libxml2] add more features (#30154)
* [libxml2] move hardcoded external dependencies (iconv, lzma, zlib) to features, disable legacy flag by default

* add version

* [libxml2] add ftp and http options

* overwrite version

* [libxml2] restore formatting, remove ftp from defaults

* overwrite version

* [libxml2] remove hhtp from default-features

* overwrite version

* [libxml2] add network future dependent on platform

* [libspatialite][pdal][spatialite-tools] define libxml2[http] dependency explicitly

* update versions

* [libspatialite] update version

* add version

* Revert "[libxml2] add network future dependent on platform"

* overwrite version
2023-03-22 16:20:43 -07:00
Billy O'Neal
6146b482ec
VM Updates for Patch Tuesday, March 2023 (#30223) 2023-03-21 12:27:26 -07:00
Darryl Pogue
e12d82b8eb
[physx] Fix x86 Linux build errors (#30014)
As per comments in the source, "some GCC compilers need the compiler
flag -malign-double to be set."
a2c0428aca/pxshared/include/foundation/PxPreprocessor.h (L473)
2023-03-20 01:18:05 -07:00
Pierre Wendling
ca64b91070
[portmidi] Fix dependency searching (#30265)
* [portmidi] Search for Threads in the CMake config.

Without this, consuming the library in CMake would result in the
following error:

The link interface of target "PortMidi::portmidi" contains:

  Threads::Threads

but the target was not found.

* [portmidi] Cleanup portfile.

- Copy pdbs
- Use vcpkg_install_copyright
- Use ${VERSION}

* [portmidi] Install a usage file.

* [portmidi] Bump port-version.

* [portmidi] Update baseline.
2023-03-19 23:18:59 -07:00
autoantwort
55fa57572d
[pcl] fix example feature (#30109) 2023-03-19 23:15:34 -07:00
autoantwort
cb4d3a1fcb
[paraview] add missing dependency (#30131) 2023-03-16 10:49:18 -07:00
jim wang
07da05c20c
[protobuf-c] Fix build error for windows (#29758)
* [protobuf-v] fix build error for windows

* [protobuf-v] fix build error for windows

* fix build error

* update version

* delete protoc-c

* update version

* update version

* update version

* update version

* update version

* delete protoc-c

* update version
2023-03-15 17:21:12 -07:00
autoantwort
7939c3498e
[plplot] fix example x11 (#30110) 2023-03-12 20:48:47 -07:00
Kai Pastor
13003d8cf7
[proj] Update to 9.2 (#30023) 2023-03-06 11:55:28 -08:00
Kai Pastor
8daf70c56b
[poco] Revise netssl, add crypto (#29754)
* [poco] Add feature 'crypto'

* NetSSL_Win is a 'not yet released' alternative API

* Remove outdated comments

* Update versions

* Don't use option wrongly

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-03-03 11:50:00 -08:00
SunBlack
741bbd3902
[pybind11] Update to 2.10.3 (#29958) 2023-03-02 11:23:17 -08:00
SunBlack
728d28bef8
[pybind11] Update to 2.10.2 (#29950) 2023-03-01 12:51:42 -08:00
Jack·Boos·Yu
43c6e295a0
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 4 (#29884)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 4

* version

* typo

* version

* typo

* version

* Remove PREFER_NINJA

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix argument

* version

* More rename

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-01 10:39:14 -08:00
SunBlack
3790b6a283
[pybind11] Update to 2.10.1 (#29842) 2023-02-28 16:28:32 -08:00
sunderme
a94b6f34a7
[Poppler] Add feature 'qt' (#29615)
* add optional poppler-qt interface

* update version database

* use vcpkg_check_features

* update version

* increase version

* Update version database

* add unofficial cmake for poppler/qt6

* update version database

* add missing reference

* update version db

* make qt dependency optional and check for qt

* update version db
2023-02-21 10:18:23 -08:00
reito
8c9416f444
[multiple-ports] Fix missing usage (#29345)
* Fix missing usage

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes
2023-02-09 10:59:04 -08:00
Billy O'Neal
cf69bc7434
[pagmo2] Update to 2.19.0 (#29512) 2023-02-08 13:22:30 -08:00
Frank
2528a34051
[ptc-print] Switch to official usage (#28771)
* [ptc-print] Add the current usage

* version

* update usage and use usage

* version

* Use the officially exported usage

* update version

* miss the space

* version
2023-02-06 11:04:03 -08:00
Andrew Kornilov
fa438cf4bc
[physac] Add new port (#29365) 2023-02-03 13:18:08 -08:00
Frank
095121409e
[platform-folders] update version to 4.2.0 (#29409)
* [platform-folders] update version to 4.2.0

* update version

* fix osx

* vdb
2023-02-03 12:34:23 -08:00
Kai Pastor
bdd59e73bb
[poppler] Update to 23.01.0 (#29234) 2023-01-30 17:14:05 -08:00
Markus Vieth
344b1d9608
[pcl] update to version 1.13.0 (#28818)
* [pcl] update to version 1.13.0

* More necessary changes

* Make requested changes

* Remove qhull patch

* Remove another patch

* Remove libusb patch

* Fix no-absolute.patch

* Fix patch

* Correct versions

* Allow static and shared deps

* Add patch for bigobj option

* Don't remove files

* Request opengl feature of vtk

* Add patch to remove problematic include

* Add patch to remove error in opennurbs code

* Add patch to disable kinfu for cuda 12

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-01-30 16:41:37 -08:00