Commit Graph

15678 Commits

Author SHA1 Message Date
Eric Kilmer
ad3d92ce59
[tcb-span] Add new port (#23393)
* [tcb-span] Add new port

* Add version

* update portifile.cmake

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-03-07 11:14:40 -08:00
autoantwort
7bb4b663f1
[ampl-asl] Add supports expression (#23403) 2022-03-07 11:11:41 -08:00
autoantwort
b25bcfcc2c
[anax] fix osx-arm64 build (#23405) 2022-03-07 11:09:47 -08:00
LilyWangLL
bfc00415da
[opencolorio] Fix tools build error (#23408)
* [opencolorio] Fix tools build error

* update license

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-03-07 11:06:01 -08:00
Frank
da8e236bf2
[WinReg] update to v5.0.0 (#23409)
* [WinReg] update to v5.0.0

* [WinReg] update to v5.0.0

* add license

* update version

* delete extra space

* update version
2022-03-07 11:03:48 -08:00
Kai Pastor
c8baa4708a
[vcpkg baseline][vcpkg toolchain] Fix toolchain usage with CMake <= 3.19 (#23410)
* Fix toolchain usage with CMake <= 3.19

* Add quotes

* Merge Neumann-A:fix_tools_selection into dg0yt:cmake-3.19-quirk

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-03-07 11:01:14 -08:00
Jack·Boos·Yu
54de40278a
[vcpkg baseline][onnx] Fix find dependency protobuf (#23411)
* [onnx] Fix find dependency protobuf

* version
2022-03-07 10:58:06 -08:00
Alexander Neumann
bd602277bf
[vcpkg.cmake] Setup CMAKE_PROGRAM_PATH for the host if possible (#23322)
* Use host tools by default.

* use GLOB_RECURSE and filter the result

* be positiv ;)

* give me debug output

* Revert "give me debug output"

This reverts commit 17737bceda.

* remove unnecessary if(IS_DIRECTORY)

Co-authored-by: Alexander Neumann <you@example.com>
2022-03-04 14:16:47 -08:00
Frank
b44c4dd0e2
[7-zip] update to <21.07> (#23029)
* [7-zip] update to <21.07>

* update version

* only support windows

* update version

* support !uwp

* update version

* update license and license path, support arm64-windows,

* UPDATE LICENSE

* update version

* update export and portfile.cmake

* overwrite version

* delete unused license, add fix absolute path

* udpate version

* add config_fixup

* update version

* update CMakeLists.txt

* update version
2022-03-04 13:43:33 -08:00
injae
ce25440a35
[serdepp] add new port (#22455)
* update version

* versions/s-/serdepp.json test

* version serdepp.json update

* remove serdepp features

* portfile.cmake update and remove features

* update version

* update description

* update description

* version update

* update description

* update version

* disable_parallel_configure ON

* version update

* add script find_package(Git)

* version update

* git_executable test

* version update

* [serdepp] new port

* [serdepp] version update

* 0.1.4-pre -> 0.1.4

* vcpkg version update

* vcpkg version refresh

* version update

* Apply suggestions from code review

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update

* baseline update

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-03-04 13:37:19 -08:00
Edoardo Lolletti
59f1aea1b1
[libgit2] Update to 1.4.2 (#23184)
* Update libgit2 to 1.4.2

* Update versions jsons

* Update ports/libgit2/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-03-04 13:30:30 -08:00
Bobby Reynolds
89f1922df7
[libjpeg-turbo] Upgrade to 2.1.3 (#23280) 2022-03-04 13:28:09 -08:00
Gregory Popovitch
54ab0528f8
[parallel-hashmap] update version to 1.34 (#23365)
* [parallel-hashmap] update version to 1.34

* run `vcpkg x-add-version --all` and change `version-string` to `version`

* make suggested changes

* add changes suggested by @JonLui1993

* ran `vcpkg x-add-version --all ` as suggested

* update version

* update parallel-hashmap.json

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-03-04 11:35:45 -08:00
Azure SDK Bot
97113b43b3
[azure-core-cpp] Update to 1.4.0 (#23371)
## 1.4.0 (2022-03-03)

### Features Added

- Stabilized the beta features and changes.
2022-03-04 11:33:15 -08:00
Thomas1664
75ae1ef844
[libssh2] Fix various issues + add features (#23327)
* [libssh2] Fix various issues

* Remove dynamic linking

* Add feature zlib

* Disable dynamic linking on Windows and UWP

* version

* Use MSBuild generator on Windows

* version

* Hack for generator on OSX

* version

* Fix windows dynamic build

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-03-03 12:52:10 -08:00
Mengna Li
fc568b1867
[llvm] fix build error (#23334)
* fix link error

* Add license

* delete useless  patch
2022-03-03 12:31:21 -08:00
Igor Kostenko
964f2fa145
[cryptopp] Update to version 8.6.0 to fix CVE-2021-40530 (#23324)
* [cryptopp] Update to version 8.6.0

* Update ports/cryptopp/vcpkg.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* regenerate versions

* retrigger agent

* retrigger agent

* [crypto] modify patch according upsteam PR, modify version field

* update deprecated functions

* Update versions/c-/cryptopp.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Igor Kostenko <ikostenko@perforce.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-03-03 12:29:38 -08:00
Mollie Munoz
0bf2f4e517
[Azure IoT C SDK] Public-preview install fix (#23343)
* update public-preview install and cleanup patches

* Update port-versions

* Update deprecated functions

* Add license info

* bot instructions

* Fix updated function arguments

* Update CONFIG_PATH.  in progress.

* Fix uamqp dependency issue, update public preview patches

* Fix versions

* update preview patch

* bot instructions

Co-authored-by: Mollie Munoz <momuno@microsoft.com>
2022-03-03 12:24:47 -08:00
Alexander Neumann
b196dacc2f
[vtk] use interface target instead of alias for lz4 (#23352)
* [vtk] use interface target instead of alias

* update version

Co-authored-by: Alexander Neumann <you@example.com>
2022-03-03 10:14:45 -08:00
Daniel Schürmann
ec7b21c3f8
[winsparkle] Intitial commit with binary copy (#23194)
* [winsparkle] Intitial commit

* [winsparkle] set VCPKG_POLICY_DLLS_IN_STATIC_LIBRARY

* [winsparkle] Update version database
2022-03-02 15:30:25 -08:00
Jack·Boos·Yu
293faeebb1
[python3] Remove static libraries belonging to python3 executable (#23318)
* [python3] Remove static libraries belonging to python3 executable

* version

* Apply suggestions

* version
2022-03-02 15:00:38 -08:00
Mengna Li
188617d873
[vamp-sdk] install pkgconfig files (#23331)
* install pkgconfig files

* remove useless commands
2022-03-02 15:00:06 -08:00
Chuck Walbourn
ac392a1ed0
[directxmath, directxtex, directxmesh, directxtk, directxtk12, uvatlas] ports updated (#23332)
* [directxmath, directxmesh, directxtex, directxtk, directxtk12, uvatlas] ports updated to February 2022 release

* Update baseline

* Updated directxmath to use non-deprecated functions

* Refresh baseline

* Updated for master-to-main rename

* Refresh baseline

* Remove en-us specific doc link

* Refresh version baseline
2022-03-02 14:58:20 -08:00
Mengna Li
4534601219
fix invalid command (#23335) 2022-03-02 14:53:33 -08:00
acidicoala
f9f18a0d03
[polyhook2] Update to latest (2022-03-01) (#23338) 2022-03-02 14:52:16 -08:00
Carlos O'Ryan
15cd55874a
[google-cloud-cpp] update to latest release (v1.37.0) (#23342) 2022-03-02 14:51:21 -08:00
Bill Avery
3c5592beeb
[pegtl] Update from v3.2.2 to v3.2.5 (#23344)
* Bump version to 3.2.5 for fix with recent MSVC

* Run vcpkg x-add-version --all
2022-03-02 14:50:51 -08:00
Jack·Boos·Yu
1ac50ccd85
[mpir] Fix download REF and HASH (#23330)
* [mpir] Fix download REF and HASH

* version

* Unify repo under all architectures, format code

* version

* change to version-date

* version
2022-03-02 14:50:21 -08:00
gastineau
59a3e1a39e
[calceph] update to version 3.5.1 (#23325)
Co-authored-by: Gastineau <Mickael.Gastineau@obspm.fr>
2022-03-02 14:47:50 -08:00
Pierre Ferran
d2ca8c894f
[SpeexDSP] Missing windows definitions (#23296)
* Add arm64 patch to allow SFML to compile on m1

* Updated port version

* Fix missing line

* Fix version of port

* Patched libspeexdsp to add missing definitions on windows

* Result of VCPKG add-version

* Trigger workflow

* Use version rather than version-string.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-03-02 13:59:46 -08:00
Jack·Boos·Yu
937fc9ed70
[triton] Fix usage (#23250)
* [triton] Fix usage

* version

* [triton] Revert unneeded changes

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-03-02 13:50:03 -08:00
Jack·Boos·Yu
e86ed50718
[vcpkg_configure_make] Report warning when unresolved arguments are passed in (#22567)
* [vcpkg_configure_make] Report warning when unresolved arguments are passed in

* Add missing option NO_DEBUG

* Add _VCPKG_MAKE_NO_DEBUG for vcpkg_configure_make

* Add more condition

* [apr] Remove NO_DEBUG

* [liburing] Remove NO_DEBUG

* [apr-util] Remove NO_DEBUG

* version

* Mssing port-version ++

* version
2022-03-02 13:43:19 -08:00
autoantwort
ffb2887f5c
[openmvg] no absolute paths (#22342) 2022-03-02 13:30:20 -08:00
autoantwort
a46f923db1
[python2] no absolute paths (#22329)
* [python2] no absolute paths

* this is how I'd solve it

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-03-02 13:29:24 -08:00
Eric Kilmer
11be87ec56
[libcpplocate] New port (#23173)
* [libcpplocate] New port

* UWP unsupported

Errors that I don't know how to fix and personally unfamiliar with UWP.
Maybe someone else knows how to fix/support it

* Add version

* Apply suggestions from code review

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Simplify patch

* Update version

* Use tagged v2.3.0

* Update version

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-03-01 17:09:28 -08:00
Thomas1664
5326d84423
[Intelrdfpmathlib] Fix post build error (#23286)
* Remove deprecated cmake from templates

* Fix post build checks

* version

* Fix git

* use PORT

* version
2022-03-01 16:38:07 -08:00
Alexander Neumann
339f9225b6
[docs] Update maintainer guide to include CMAKE_REQUIRE_FIND_PACKAGE. (#23321)
Co-authored-by: Alexander Neumann <you@example.com>
2022-03-01 16:22:27 -08:00
Thomas1664
5c3567b5bc
[new-port-template] Remove deprecated cmake (#23283)
* Remove deprecated cmake from templates

* Fix /

* Comment about vcpkg_cmake_config_fixup
2022-03-01 15:23:01 -08:00
JonLiu1993
d3ad95aabd
[xtensor] Update to 0.24.0 (#23238)
* [xtensor] update to version 0.24.0

* update version
2022-03-01 13:57:27 -08:00
Cheney Wang
1e72492c49
[pcl/soil2] Disable optimizations for individual function (#23252)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-03-01 10:13:31 -08:00
Sylvain Prevost
b726998b81
[cnats] Add new port (C client for the NATS messaging system). (#23258)
* [cnats] initial port implementation of C client for the NATS messaging system.

* [cnats] add version file.
2022-02-28 14:16:39 -08:00
Rémy Tassoux
cfdeb0bc0d
[nanobench] Update to 4.3.6 (#23262)
* [nanobench] Update to 4.3.6

* [nanobench] Update version files
2022-02-28 14:10:58 -08:00
Serge Lamikhov-Center
a0b2608a01
[elfio] Update elfio to 3.10 (#23263)
* [elfio] Update elfio from 3.9 to 3.10

* [elfio] substitute depricated functions
2022-02-28 14:09:28 -08:00
Qudix
1c5939e275
[tomlplusplus] Update to 3.0.1 (#23268)
* Update to 3.0.1

* Update baseline
2022-02-28 14:07:11 -08:00
LilyWangLL
99fe2f9b57
[shaderc] Fix CMake export target files (#23269)
* [shaderc] Fix CMake export files

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-02-28 14:04:15 -08:00
Frank
b9bd699e64
[PCL] Fix namespace and VS2022 error C3052 (#23273)
* Fix namespace clashing between cub and thrust::cub.

Fix VS2022 error C3052: 'k': variable doesn't appear in a data-sharing clause under a default(none) clause

* update version
2022-02-28 13:54:28 -08:00
Alexander Neumann
8a7ff6452e
[libressl] update to 3.4.2 (#23276)
* update libressl

* version stuff

* correctly seperate urls

* version stuff

* let CI build it

* Revert "let CI build it"

This reverts commit a6bc04b334.

Co-authored-by: Alexander Neumann <you@example.com>
2022-02-28 12:06:41 -08:00
Dennis
aac0bd1c4b
[asio-grpc] Update to 1.4.0 (#23277)
* Update asio-grpc to v1.4.0

* Add license field to asio-grpc vcpkg.json
2022-02-28 12:03:25 -08:00
Clayton Wheeler
3ad158e956
[aws] Support building AWS packages on ARM Linux (#23278) 2022-02-28 12:00:58 -08:00
Llewellyn Falco
d41ce5f401
[approval-tests-cpp] Update to 10.12.2 (#23279)
* [approval-tests-cpp] Update to 10.12.2

* [approval-tests-cpp] Update to 10.12.2
2022-02-28 11:29:13 -08:00