Commit Graph

522 Commits

Author SHA1 Message Date
Markus Vieth
8a5830e45c
[pcl] update to version 1.14.0 (#36032)
* [pcl] update to version 1.14.0

* Add new patch
2024-01-10 17:02:56 -08:00
Carsten Grimm
ea11fd4ba0
[paho-mqtt] use high performance (#36069)
* [paho-mqtt] use high performance

* [paho-mqtt] regenerate version info
2024-01-08 13:11:41 -08:00
Jia Yue Hua
9cdf33f37d
[folly,fizz,wangle,mvfst,proxygen,fbthrift] update to 2024.01.01.00 (#36027) 2024-01-05 13:24:54 -08:00
Yunze Xu
dc19823670
[pulsar-client-cpp] New port (#35579)
* [pulsar-client-cpp] New port

* Remove unnecessary link options

* Address review comments

- Use find_dependency instead of find_package
- Specify BUILD_DYNAMIC_LIB explicitly

* Fix the Windows build and linkage

* Fix dynamic library not built when VCPKG_LIBRARY_LINKAGE is dynamic on Windows

* Fix Linux and OSX failures

* Remove PULSAR_FORCE_DYNAMIC_LIBRARY and upgrade version to 3.4.2

* Reduce the changes to the upstream CMakeLists.txt

* Remove unused version

* Optimize finding and linking dependency and patch the header for static library

* Support multi-config generators

* Fix path for release libraries
2023-12-29 00:15:51 -08:00
miyanyan
155075b479
[proxy] update to 2.0.0 (#35885)
* [proxy] update to 2.0.0

* [proxy] update versions
2023-12-27 15:51:43 -08:00
MonicaLiu
52b52b4588
[podofo] Update to 0.10.3 (#35788) 2023-12-20 00:31:01 -08:00
Alexander Neumann
db68d1dee9
[pcl] fix clang-cl builds (#35676)
* [pcl] fix clang-cl build

* v db
2023-12-14 22:58:19 -08:00
Cheney Wang
0da40a8b53
[python3] Add a warning message for installing autoconf automake and autoconf-archive (#35548)
* [python3] Add a warning message for installing autoconf automake and autoconf-archive

* Apply suggestion
2023-12-12 01:51:55 -08:00
JonLiu1993
8ee46dc72f
[poppler] update to 23.11.0 (#35494) 2023-12-07 23:35:37 -08:00
Kai Pastor
3135b99068
[pkgconf] Update to 2.1.0 (#34228) 2023-12-06 21:27:16 -08:00
J_Q
77634e799a
[paho-mqttpp3] Update to 1.3.2 (#35534) 2023-12-06 14:21:01 -08:00
Sergey Podobry
fe7cea8f7e
[plog] Update to 1.1.10 (#35508) 2023-12-05 17:52:23 -08:00
Kai Pastor
3ad8a69502
[proj] Update to 9.3.1 (#35456) 2023-12-04 17:30:06 -08:00
Lily Wang
e9aaa09010
[podofo] Update to 0.10.2 (#35436)
* [podofo] Update to 0.10.2

* update version
2023-12-01 02:00:13 -08:00
Mark
8f21bde7df
[poco] Update to 1.12.5.1 (#35307) 2023-11-29 00:43:43 -08:00
jim wang
d54715d447
[protobuf-c] Fix tools feature compilation error under uwp (#35229)
* Fix tools feature compilation error under uwp

* update version
2023-11-21 18:56:20 -08:00
Jia Yue Hua
eba630c889
[paho-mqtt] update to 1.3.13 (#35177)
* [paho-mqtt] update to 1.3.13

* [paho-mqtt] update to 1.3.13
2023-11-17 15:01:02 -08:00
Robert Coup
8e745df694
python3: disable tkinter module on posix (#34998)
When running with VCPKG_FORCE_SYSTEM_BINARIES=ON (linux/arm64) then the Python
build will pick up libtk and attempt to build the tkinter module, linking to the
system library and causing either a build failure or an external link
dependency. Fix this by explicitly disabling it as we do for curses.
2023-11-10 11:30:23 -08:00
Alexander Neumann
1802d39436
[python3] adjust sysconfig include dir to match vcpkg layout (#34888)
* [python3] modify sysconfig include dir for vcpkg layout

* v db
2023-11-06 10:59:04 -08:00
Cheney Wang
b7e73175bf
[poco] update to 1.12.5 (#34882)
* [poco] update to 1.12.5

* Use ${VERSION}

* Update hash
2023-11-05 08:58:57 -08:00
Alexander Neumann
f3dc2f1e0c
[pocketfft] add new port (#34841)
* [pocketfft] new port

* v db
2023-11-01 12:52:04 -07:00
Clément Péron
4a5beaf42d
[pcapplusplus] update to 23.09 (#34767)
* [pcapplusplus] update to 23.09

* vcpkg: run x-add-version --all

* Update ports/pcapplusplus/vcpkg.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/pcapplusplus/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/pcapplusplus/vcpkg.json

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* Fix version with leading zero

* Update pcapplusplus.json

* pcapplusplus: update with review

* Update pcapplusplus.json

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-10-31 12:01:51 -07:00
Andrew Kornilov
915077e26e
[proxsuite] add new port (#34722)
* [proxsuite] add new port

* [proxsuite] update version
2023-10-26 16:47:24 -07:00
Cheney Wang
0d0f90d233
[pipewire] update to 0.3.83 (#34669) 2023-10-24 09:06:00 -07:00
Pravila
8941576c19
[pravila00-enum-string] New port (#34518)
* Add pravila00-enum-string

* Format vcpkg.json

* Add version

* Add version file

* Add missing comma

* Fix version

* Update ports/pravila00-enum-string/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update ports/pravila00-enum-string/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update ports/pravila00-enum-string/vcpkg.json

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update ports/pravila00-enum-string/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Rename port to enum-string

* Add version for enum-string

* Fix port name

* Update version

* Update port name

* Add version

---------

Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-10-19 10:51:28 -07:00
jim wang
b2f2cd3e4b
[plplot] Fix download errors (#34441) 2023-10-12 19:23:11 -07:00
Lily Wang
1c29631c9c
[pugixml] Update to 1.14 (#34374) 2023-10-10 14:59:58 -07:00
Pravila
4d99918750
[make-vector] New port (#34069) 2023-10-05 20:45:47 -07:00
Jia Yue Hua
b04b4feab0
[podofo] update to 0.10.1 (#34171) 2023-10-02 20:24:45 -07:00
Alesiani Marco
3638598245
[physx] Omniverse-PhysX updated to 5.3.0 (#34138) 2023-10-02 20:20:52 -07:00
Jia Yue Hua
3e1c604373
[protobuf-c] update to 1.4.1 (#34170) 2023-10-02 20:17:54 -07:00
Jia Yue Hua
4987bab243
[plf-colony] update to 7.3.1 (#34163) 2023-10-02 19:47:45 -07:00
Gianluca Bianco
f8f7cd7cab
[ptc-print] Update to v1.4.1. (#34206) 2023-10-02 17:28:29 -07:00
Jia Yue Hua
001e1d37a1
[folly,fizz,wangle,mvfst,proxygen,fbthrift] update to 2023.10.02.00 (#34218) 2023-10-02 16:03:31 -07:00
Theodore Tsirpanis
acc2fb6cce
[pcre2] Fix CMake integration. (#31928)
* Remove dependencies to bzip2 and zlib.

They are used only by pcre2grep which we don't build in the port.

* Fix CMake integration.

The patch has been submitted upstream in PCRE2Project/pcre2#260.

* Add a usage file and use `vcpkg_install_copyright`.

* Bring back patching pcre2.h.

* Bump port version.

* Update version database.

* Fix CRLF damage.

* Fix target capitalization.

* Update version database.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-09-22 11:35:42 -07:00
Mengna Li
dad83452d7
fix error path (#33764) 2023-09-19 09:46:42 -07:00
autoantwort
abc27692f3
[pdal] fix cross build (#33748) 2023-09-18 10:00:59 -07:00
JonLiu1993
36ff119b98
[pmdk] Fix linux compilation (#33766)
* [pmdk] Add !linux supports

* update version

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-09-18 09:59:17 -07:00
Lily Wang
500700a90c
[atk/gdk-pixbuf/gtk/gtk3/harfbuzz/pango] Fix dependency gobject-instrospection of feature instrospection (#33792)
* [atk/gdk-pixbuf/gtk/gtk3/harfbuzz/pango] Fix dependency gobject-instrospection of feature instrospection

* update version
2023-09-18 09:52:14 -07:00
autoantwort
2c32f6e8c4
[proj] tools fix uwp (#33689) 2023-09-13 16:27:43 -07:00
Kai Pastor
7b5ca09708
[proj] Update to 9.3.0 (#33628) 2023-09-08 00:10:27 -07:00
Osyotr
e4b4469611
[python3] Update to 3.11.5 (#33477) 2023-09-07 13:12:03 -07:00
Frank
7692510c1a
[paraview] Always use the release exe (#33577) 2023-09-06 13:00:25 -07:00
autoantwort
71d0c0c9a4
[pcl] fix feature apps (#33573) 2023-09-05 22:43:22 -07:00
Stephen Eckels
a55797510f
[polyhook2] Update polyhook2 (#33124)
* Update polyhook2

* Update version info

* Update ports/polyhook2/vcpkg.json

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

* Update baseline.json

* Update polyhook2.json

* fix version hash

* Fix version revision

* really fix revision

* Try this

* Format

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2023-08-28 13:21:36 -07:00
Kai Pastor
edd3db2e3b
[libffi] Use upstream's build system (#33203)
* [libffi] Use upstream's build system

* WIP [skip actions]

* WIP [skip actions]

* WIP [skip actions]

* Finish libffi

* Fix downstream lookup

* Update versions

* [gobject-introspection] Require libffi

* Move DLLs to bin

* [libffi] Usage

* Restore azp

* Fix typo

* CI
2023-08-24 12:51:20 -07:00
autoantwort
e36a5c08dd
[polyhook2] fix core feature (#33324) 2023-08-23 11:55:48 -07:00
chausner
59b8a9761d
[pulzed-mini] New port (#33275)
* Add new port mini 0.9.14

* Update CI baseline

* Rename to pulzed-mini

* Remove mini from CI baseline

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-08-21 11:47:15 -07:00
jalegido
ca7b1b15f5
Python3 compiling triplet x64-windows (#33232)
* Fix python3 x64-windows

* x-add-version --all

* Update ports/python3/portfile.cmake

Replace tabs by spaces

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* versioning

---------

Co-authored-by: jjll <jjll@gmv.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-08-18 12:04:24 -07:00
SunBlack
f34398639b
[pybind11] Update to 2.11.1 (#33243) 2023-08-18 11:32:26 -07:00
SunBlack
39412b8396
[pybind11] Update to 2.11.0 (#33188) 2023-08-17 12:55:06 -07:00
Alexander Neumann
598d2e5f8a
[Python2] msbuild (#33159)
* python2 msbuild

* v db

* fix single config / debug builds

* v db
2023-08-16 12:58:56 -07:00
Alexander Neumann
77ed341f9f
[pmdk] msbuild (#33161)
* pmdk msbuild

* v db

* devendor getopt from pmdk

* v db
2023-08-15 16:54:30 -07:00
Alexander Neumann
cd27e3cdcf
[pbc] msbuild (#33162)
* pbc msbuild

* v db
2023-08-15 16:43:13 -07:00
Osyotr
35fbd749bf
[python3] Don't set PYTHON_FOR_REGEN for host builds (#33132)
We don't do any regen, so this can be skipped

Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2023-08-14 17:33:57 -07:00
Alexander Neumann
27276976ca
[3fd|python3] switch to vcpkg-msbuild (#33026)
* [python3] switch to vcpkg-msbuild

* v db

* update 3fd to use vcpkg-msbuild as a sanity check

* Fix windows cross builds

* v db

* arm needs another patch

* v db

* 3fd uwp msbuild_install

* v db
2023-08-09 10:29:22 -07:00
Osyotr
c6928dfb9e
[python3] Update to 3.11.4 (#31727)
* [python3] Update to 3.11.3

* Force set PythonForBuild on windows

* Set LD_LIBRARY_PATH on unix

* Always use vcpkg_find_acquire_program(PYTHON3) on windows

* Remove LD_LIBRARY_PATH shenanigans

* [vtk] Parse python version from include folder

* Fix static builds on windows

* Pass --with-build-python on unix

* [omniorb] Fix python version in patch

* Resurrect rpath patch

* [python3] fix usage

* [gobject-introspection] don't hardcode python version

* Update vcpkg_find_aquire_program(PYTHON3)
This is also required for gobject-introspection

* [paraview] don't hardcode python version

* [vtk-dicom] don't hardcode python version

* Update python in vcpkgTools.xml

* Fix host arch detection in vcpkg_find_acquire_program(PYTHON3)

* [libpq] Don't hardcode python version

* [shiva] Don't pass python variables

* [vcpkg-get-python-packages] Delete unused file, update hardcoded python version

* [python3] update to 3.11.4

* [omniorb] Use PREPEND in vcpkg_add_to_path
So that python from vcpkg is picked before system python

* libpq quickfix

* re-fix libpq

* fix vcpkg-get-python-packages

* Make windows 7 patch compatible with unix builds

* Copy pyd files to bin
Also fixes copying files that do not belong to current build tree

* Fix static builds

* Speculatively fix osx regression

* Fix omniorb on unix

* [gobject-introspection] fix windows builds

* [vtk] Update vendored copy of mpi4py for python 3.11 support

* [mdl-sdk] Fix python

* [gobject-introspection] fix the fix of a fix...

* Update versions

* Undo changes in gobject-introspection and vcpkg_find_aquire_program(PYTHON3)

---------

Co-authored-by: root <root@DESKTOP-UIPL9V8>
2023-08-07 13:19:53 -07:00
Daniel Schürmann
a28aae61c5
[portaudio] Add patch that fixes framework linking (#32882) 2023-08-02 09:35:41 -07:00
Alexander Neumann
6de3d0cb2e
[Proj] remove toolset restriction (#32858)
* [proj] Remove toolset restrictions.

* v db
2023-08-01 09:22:49 -07:00
Alexander Neumann
6ced774037
[vcpkg] update CMake to 3.27.1 (#31931)
* update cmake

* update to rc2

* use nightly build

* update to rc3 drop freebsd due to dead link and update git while i am at it

* fix missing sha

* fix relative path

* update to 3.27 release

* [paho-mqtt] remove usage of OPENSSL_ROOT_DIR

* [directxtex] control optional directx-headers dep

* v db

* IN LIST -> IN_LIST

* v db

* try fixing azure-storage-cpp

* v db

* update to 3.27.1
2023-07-31 13:03:54 -07:00
Daniel Schürmann
3f70ae5c53
[portmidi] Add patch that fixes framework linking (#32799) 2023-07-31 11:39:46 -07:00
MonicaLiu
f84c18b6a5
[python3] Install the debug version of the files *_d.pyd (#32297) 2023-07-26 11:11:05 -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
Billy O'Neal
d512dc8197
[physx] Update to 5.x (#32568) 2023-07-17 13:01:51 -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
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
Alexander Neumann
92bad87dfb
[polyhook2] Fix static linkage for downstream consumers. (#32455) 2023-07-11 11:57:41 -07:00
Yury Bura
1ec3d05438
[pybind11] update to v2.10.4 (#32194)
* [pybind11] update to v2.10.4, clean-up redundant dependency, add usage
2023-07-10 10:52:11 -07:00
Mengna Li
fb9be49cc9
[folly/fbthrift/proxygen/wangle/fizz] update to 2023.07.03.00 (#32380)
* update to 2023.07.03.00

* update fbthrift/proxygen/wangle/fizz

* update
2023-07-05 11:59:03 -07:00
Kai Pastor
c9d07d4690
[pfring] Update version and portfile (#32280) 2023-07-05 11:45:35 -07:00
Mengna Li
f5ab3f86a8
[pdcurses] fix incorrect link behavior (#32252)
* fix incorrect link behavior

* update
2023-06-27 12:42:46 -07:00
chausner
76e68f2de9
[palsigslot] Update to 1.2.2 (#32069)
* Update palsigslot to 1.2.2

* Update CI baseline

* Add license

* Update CI baseline

* Add back HEAD_REF

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-06-21 22:15:42 -07:00
MonicaLiu
bf7748b51a
[nanoflann] update to 1.5.0 (#32093)
* update nanoflann

* update version

* fix dependency nanoflann

* update version

* Modify EOF to LF

* update git-tree

* Modify MAYBE_UNUSED_VARIABLES

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-06-21 17:59:59 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
Thomas1664
1be4527b3f
[poppler] explicitly control dependencies (#31937)
* [poppler] explicitly control dependencies

* Fix feature glib

* version

* rename feature lcms2 to cms

* not all find_package calls are always reached

* copy pdbs

* format

* version
2023-06-14 12:17:29 -07:00
Jia Yue Hua
45287bdd9d
[zydis,polyhook2] update to v4.0, 2023-05-16 (#31909)
* [zydis] update to v4.0

* update version

* revert patch formating

* update version

* fix eror

* fix hash

* [polyhook2]: update to 2023.05.16

* CI [skip actions]

* CI

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-06-13 20:49:59 -07:00
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