Commit Graph

354 Commits

Author SHA1 Message Date
Shiroki Satsuki
09b11a6ce4
[cppzmq] Fix can't be found with "ZeroMQ" (#27045) 2022-10-28 21:03:21 -07:00
JonLiu1993
2de7f388c5
[cppcoro] update to the latest commit (#27453)
* [cppcoro] update to the latest commit

* update  version
2022-10-27 19:28:37 -07:00
Jason George
bdb85dd566
Update cnats to 3.4.1 (#27511)
Co-authored-by: Jaegermeiste <jay@bleedingeyestudios.com>
2022-10-27 19:27:21 -07:00
autoantwort
7ad236f60f
[catch2] no absolute paths (#27320) 2022-10-24 17:54:40 -07:00
Aleksi Sapon
e80f5365af
Allow disabling Crypto++ ASM using a triplet file (#27361)
Crypto++ checks the host machine instead of the target machine
when deciding which harware extensions it can use. This breaks
cross-compilation in most cases. For example compiling x64 binaries
on Apple Silicon doesn't work.

This change allows users to disable hardware specific instructions
using triplet files if they're trying to cross-compile, by adding

if(PORT STREQUAL "cryptopp")
    set(CRYPTOPP_DISABLE_ASM "ON")
endif()
2022-10-21 15:36:03 -07:00
Cheney Wang
5132044bc4
[clipp] Add patch to fix std::result_of deprecated in C++20 (#27218)
* [clipp] Add patch to fix std::result_of deprecated in C++20

* x-add-version

* Modify version-string to version-date

* x-add-version

* Add upstream PR comment.

* Version DB

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-10-20 12:53:48 -07:00
General Jack O'Neill
1ee8161cd5
Star gate one catch2 fix 27338 (#27339)
* StarGate-One-catch2-fix-27338 Hash Correction

* StarGate-One-catch2-fix-27338 Update Versions
2022-10-19 18:11:26 -07:00
itas109
07a149e072
[cserialport] Add new port (#27233)
* add new port of CSerialPort v4.1.1

* add cserialport version info

* modify according to the suggestion

* update version info

* remove BUILD_SHARED_LIBS set, it is automatically set by vcpkg_cmake_configure

* update version info

* move copyright to the end

* update version info
2022-10-19 14:16:59 -07:00
Thomas1664
ca79ebe4a4
[clickhouse-cpp] Update to 2.2.1 (#27250)
* [clickhouse-cpp] Update to 2.2.1

* add feature openssl

* Fix patch

* use absl::int128

* Fix patch

* version

* fix UWP

* version
2022-10-18 18:38:59 -07:00
Rémy Tassoux
58f487407a
[catch2] Update to 3.1.1 (#27282)
* [catch2] Update to 3.1.1

* [catch2] Update version files
2022-10-18 18:28:51 -07:00
Laurent Rineau
203d09b520
[cgal] update to 5.5.1 (#27202)
* [cgal] update to 5.5.1

* vcpkg x-add-version --all

* Remove port-version

* vcpkg x-add-version --all
2022-10-14 16:11:44 -07:00
autoantwort
5a9f73ae88
[chmlib] support on arm (#27064) 2022-10-08 21:27:45 -07:00
chausner
f6db2412a0
[concurrencpp] Update to 0.1.5 (#26963)
* Update concurrencpp to 0.1.5

* Update CI baseline

* Update ci.baseline.txt

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-10-05 15:16:55 -07:00
autoantwort
b533da1ea3
[clblas] fix arm build (#27092) 2022-10-05 15:06:50 -07:00
autoantwort
72c3a75601
[clfft] fix arm build (#27093) 2022-10-05 15:05:06 -07:00
Billy O'Neal
3c861b4e9b
[cmakerc] Add usage text. (#27109) 2022-10-05 15:04:06 -07:00
autoantwort
45fb2215a3
[coolprop] use python3 (#27094) 2022-10-05 15:03:50 -07:00
autoantwort
4b6d101cc3
[colmap] fix arm64-osx build (#27095) 2022-10-05 15:02:27 -07:00
Chuck Walbourn
0a098ee6a8
[cppwinrt] Update port for 2.0.220929.3 release (#27057)
* Update cppwinrt for 2.0.220929.3 release

* Update baseline
2022-10-03 14:01:58 -07:00
autoantwort
d5cfd0d24a
[bitserializer-rapidyaml] does work on arm osx (#27068) 2022-10-03 14:00:34 -07:00
Frank
fc5a7c6d6e
[catch2] build static lib on WIN32 (#27021)
* [catch2] build static lib on WIN32

* update version

* del the patch

* update version
2022-09-30 14:48:11 -07:00
Elias Benali
430f3d3787
[cpp-httplib] Update to v0.11.2 (#26957) (#26958)
* [cpp-httplib] Update to v0.11.2 (#26957)

    * [cpp-httplib] Update to v0.11.2

* [cpp-httplib] Update to v0.11.2: x-add-version

 * [cpp-httplib]: Update to v0.11.2: x-add-version

* Update cpp-httplib.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-09-29 14:20:01 -07:00
kp
771420ca5c
[configcat] Update to version 1.0.0 (#27012)
* [semver] Add new port

* [semver] semver.json git-tree update

* [semver] vcpkg-cmake + vcpkg-cmake-config deps

* [semver] semver.json git-tree update

* [z4kn4fein-semver] Add new port

* [z4kn4fein-semver] Add new port

* [z4kn4fein-semver] remove semver

* [configcat] Update to version 1.0.0

* [configcat] Update to version 1.0.0
2022-09-28 11:50:51 -07:00
Billy O'Neal
5f6dfcb4d7
[tbb, pagmo2] Update TBB to 2021.5 and update pagmo2 to 2.18.0 (#26284)
* [tbb] Update to 2021.3.0

* [tbb] Add Threads dependency

* [pagmo2] Update to support new TBB

* [openvdb] Update to 8.1.0

* [embree2] Remove from baseline -- it is no longer receiving support from upstream

* [usd] Mark as unsupported

* [usd] Disable USD in CI due to policy https://github.com/PixarAnimationStudios/USD/issues/1600

* [openvdb] Bump port-version

* Update version database

* [pagmo2] Fix vcpkg.json

* update version

* wip update

* versions

* [embree2] deprecate, [openvdb,usd] resolve conflicts, [tbb] update

* Added libxml port.

* Remove port version as it's initial port.

* Added baseline version

* Support only for windows and static

* Allowed building debug version

* update versions

* Update ports/libxpm/portfile.cmake

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Added new lines

* Update ports/libxpm/vcpkg.json

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Update ports/libxpm/portfile.cmake

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Update ports/libxpm/vcpkg.json

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Regenerated versions

* Update ports/libxpm/vcpkg.json

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

* Libxpm is taken from gitlab now.

* Dropped changes against master in original repo for libxpm.

* Dropped libxpm from baseline

* Dropped version for libxpm

* Update cpuinfo

* Updated date of version

* Update version database

* Removed support for arm32 & uwp as library is not supporting it.

* Version regenerated

* Update ports/cpuinfo/vcpkg.json

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* Updated versions

* Initial commit WIP

* Fixed compilation of latest stable version

* Dropped comments

* Switch from version-string to version

* Added versions

* Fixed path of cmake files for other projects

* Updated versions

* Various modernization.

* Fully mark embree2 as deprecated.

* [pagmo2] Disable -Werror

* [cctag] Fix finding and use of TBB.

* [openvdb] Baseline the static versions because they exceed FFFFFFFF in size, and I'm not sure if that's fixable....

* [gazebo] Apply https://github.com/osrf/gazebo/pull/3174 patch to fix TBB.

* Respond to failures in https://dev.azure.com/vcpkg/public/_build/results?buildId=76586

* [pagmo2] Add license. See 19d774fbb6/src/bfe.cpp (L5-L27)

* [tbb] Add license.

* [embree2] Add "license".

* [tbb] Use vcpkg_cmake_config_fixup and fix version as requested by @LilyWangLL

* [usd] Add usd is known broken message.

* [embree2] Remove completely.

* Fix version database.

* Fix usd version database.

* Fix wrong case on Linux.

* Lowercase the tbb directory to get to their configs.

* [cctag] minimize patches

* [tbb] Apply supports expression fix suggested in https://github.com/microsoft/vcpkg/pull/26284#discussion_r967427833

* [usd] Add note about upstream issue.

* [pagmo2] Minimize patch.

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Mathis Logemann <mathisloge@gmail.com>
Co-authored-by: Victor Romero <viromer@microsoft.com>
Co-authored-by: Vladimír Aubrecht <vladimir.aubrecht@me.com>
Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2022-09-23 12:03:33 -07:00
Ray Tang
3dde7849b9
[capnproto] update capnp version to 0.10.2 (#26936)
* update capnp version to 0.10.2

* fix build

* Update ports/capnproto/vcpkg.json

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

* fix after port update

* add license

* update version

* update version

Co-authored-by: Ray Tang <ray.tang@xycapitalgroup.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-09-23 10:13:27 -07:00
Matthew Oliver
ff4bb46b1d
[cgltf] Update to 1.13. (#26805)
* [cgltf] Update to 1.13.

* [cgltf] Add license field.

* Update version.
2022-09-16 14:06:00 -07:00
Peter Adam Korodi
09007f767c
[configcat] Add new port (#26713)
* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* Update ports/configcat/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2022-09-13 16:53:48 -07:00
Ray Tang
610176628f
[crowcpp] Update to 1.0-5 (#26705)
* increment crowcpp version

* fix version

* fix hash

* fix hash

Co-authored-by: Ray Tang <ray.tang@xycapitalgroup.com>
2022-09-07 12:16:07 -07:00
João Barbosa
d8f53e80e6
[crashpad] fix linking on macOS (#26682)
* [crashpad] link libmig_output.a on macOS

* [crashpad] update to latest
2022-09-06 14:54:31 -07:00
Maximilian Downey Twiss
1912e1a397
[cubeb] Add new port (#26648) 2022-09-06 12:52:35 -07:00
Peter Adam Korodi
473e07f877
[cpr] Update to 1.9.2 (#26689)
* [cpr] update to 1.9.2

* [cpr] update to 1.9.2

* [cpr] update to 1.9.2

* [cpr] cpr.json git-tree update
2022-09-06 11:17:45 -07:00
Alexander Rozdaybeda
f4b909297a
[curl] Add Unicode support (#25865)
* Add Unicode support to Curl

* fix curl version

* increase port

* Update ports/curl/vcpkg.json

Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>

* fix hash

* remove error message

* removed condition for windows

* add ENABLE_UNICODE for windows

Co-authored-by: alexander.rozdaybeda <alexander.rozdaybeda@avanquest.com>
Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>
2022-09-02 13:46:16 -07:00
Rémy Tassoux
0a4f1db580
[catch2] Update to 3.1.0 (#25874)
* [catch2] Update to 3.1.0

* [catch2] Update version files

* [catch2] Fix dll intallation paths

* [catch2] Update version files

* [catch2] Fix UWP build failure

* [catch2] Update version files
2022-09-02 10:41:49 -07:00
Lily Wang
c4ac478f67
[crashpad] Install chromeos_buildflags.h (#26593)
* [crashpad] Install chromeos_buildflags.h

* x-add-version
2022-08-31 13:56:12 -07:00
Thomas1664
f571b30b86
[cpuid] Fix library linkage (#26545)
* [cpuid] Fix linkage

* Fix Windows build

* version
2022-08-29 13:19:20 -07:00
Thomas1664
2ab1624cf0
[cgal] Remove docs (#26558)
* [cgal] Remove docs

* version
2022-08-29 12:05:47 -07:00
Thomas1664
de7091ee24
[cocoyaxi] Upstream changed repo name (#26514)
* [cocoyaxi] Fix SHA

* Fix upstream repo name

* version

Co-authored-by: Neo Ko <neo.blackcap@gmail.com>
2022-08-26 12:15:49 -07:00
Daniele Pallastrelli
e049c9cd9f
[cli] Update the version to 2.0.2 (#26411)
* [cli] Update the version to 1.1.1

* [cli] Update the version to 1.2.1

* [cli] Update the version to 1.2.1: fix PR requests

* [aricpp] create a new port (#17162)

* [cli] run the command: ./vcpkg x-add-version --all

* [aricpp] change request for #18048

* Update ports/aricpp/portfile.cmake

* [aricpp] change request for #18048

* Update ports/aricpp/vcpkg.json

* Update ports/aricpp/vcpkg.json

* Update versions/a-/aricpp.json

* Update versions/a-/aricpp.json

* [aricpp] port-version -> 0

* [cli] v. 2.0

* [cli] Update ports/cli/portfile.cmake

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

* Update ports/cli/portfile.cmake

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

* [cli] bump port version

* Update versions/c-/cli.json

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

* [cli] Update the version to 2.0.1

* [cli] Update the version to 2.0.1

* [cli] Update the version to 2.0.1

* update version

* update version

* use version not version-semver

* overwrite version

* add license

* update version

* [cli] update port-version

* format

* add version

Co-authored-by: Daniele Pallastrelli <daniele.pallastrelli@sadel.it>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2022-08-26 11:53:08 -07:00
Adolfo Solis
9eb19776b0
[ceres] Use ceres without gflags for [arm-uwp] build (#26434)
* Use Cmake without gflash for UWP-ARM64 build

* Merge branch 'master' of https://github.com/Microsoft/vcpkg

* Update version database

* Added glog dependencie for not uwp platforms

* Formatted vcpkg.json

* Updated version

* Added MINIGLOG Feature in uwp

* Update version database

* Changed platform support for glog

* Update version database

Co-authored-by: Adolfo Solis <asolis@polyworksmexico.com>
2022-08-24 08:59:33 -07:00
Alexander Neumann
52bd38fdf0
[civetweb] use newer scripts (#26250)
* [civetweb] use vcpkg-cmake

* v db

* add patch to fix build

* v db
2022-08-18 10:59:28 -07:00
Alexander Neumann
28effe75c4
[c89stringutils] remove forced flags (#26249)
* c89stringutils remove flags

* v db

* remove code

* v db
2022-08-15 11:33:02 -07:00
Alexander Neumann
13e9aea04a
[cpr] disable werror (#26252)
* [cpr] disable werror

* v db
2022-08-10 11:28:51 -07:00
Alexander Neumann
63449f5c8d
[crc32c] Clang-cl fix (#26253)
* [crc32c] fix clang-cl builds.

* v db
2022-08-10 11:24:20 -07:00
Alexander Neumann
8056e214c5
[cppcms] Fix narrowing for clang-cl builds (#26251)
* [cppcms] fix narrowing error with clang-cl

* v db
2022-08-10 11:23:31 -07:00
Lily Wang
e47ff308b0
[crashrpt] Fix build error (#26231)
* [crashrpt] Fix build error

* x-add-version

* fix build error

* add license

* x-add-version

* Correct license

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-09 13:58:37 -07:00
GPUCode
c1f48cbfbe
[cryptopp]: Fix compilation with clang-cl (#26151)
* cryptopp: Fix compilation with clang-cl

* Add clang-cl 12.0+ to supported configurations
* Use MSVC path to detect CRYPTOPP_CXX17_UNCAUGHT_EXCEPTIONS

* cryptopp: Update port version

* cryptopp: Fix clang-cl SIMD flag detection

* Patch CheckCompileLinkOption to use try_compile on all platforms
* Use GNU path when detecing SSE options with clang-cl
2022-08-05 23:33:42 -07:00
Stefano Sinigardi
acb370dd6d
[OpenCV] update to v4.6.0 (#25431)
* [OpenCV] update to v3.4.18 and v4.6.0
enable python2 in vcpkg-get-python-package

* fix references

* remove python2 from testing

* restore python2 tests only on windows&x64

* fix references

* [OpenCV2] add jasper patch

* fix references

* update handling multiple versions

* add usage files

* [dbow] fix build

* [dbow] fix version

* fix references

* remove ipp from vcpkg-ci-opencv for opencv3

* [OpenCV2] fix CRT linking with static libs

* fix references

* [dbow3] add support clause now that is CI tested
[cctag] enable opencv4, fix build on osx

* fix references

* [OpenCV2] fix patch

* fix references

* [libharu] bump version

* fix references

* [rtabmap] fix for opencv 4.6

* [rtabmap] fix manifest

* fix references

* remove llvm dependency to ease CI load

* version

* overwrite version

* fixes for mingw

* add mingw patch

* fix references

* [OpenCV2] fix generated config on win32

* fix references

* update version

* update version

* overwrite baseline

* cleanup after merge

* fix references

* [openmvs] trying to diagnose the problem - DO NOT MERGE

* fix references

* restore port version

* fix references

* Revert "[openmvs] trying to diagnose the problem - DO NOT MERGE"

This reverts commit 8bfd0ff4f9.

* Revert "fix references"

This reverts commit 0e915f6eef.

* skip opencv2 and opencv3

* remove again opencv2/3 from vcpkg-ci-opencv

* apply fixes from review

* fix references

* wrong checksum (tested on windows)

* Github-actions fixes (#2)

* Update opencv4.json

* fix github-actions issues

* formating vcpkg.json

* update git-trees

* fix rtabmap license

* fix references

* fix also dbow3 license

* fix references

* [cctag] remove unnecessary patch section

* fix references

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: Matthieu Penant <matthieu.penant@seika.ca>
Co-authored-by: Matthieu Penant <thieum22@hotmail.com>
2022-08-04 17:21:59 -07:00
Alexander Neumann
5bb332b432
[cjson] respect toolchain flags (#26094)
* cjson respect toolchain flags and add license

* v db
2022-08-02 23:21:20 -07:00
Maxim Ivanov
a79bb7b608
[curl] Fix SSL on iOS (#26060)
* Fix SSL on iOS

Enables secure transport SSL backend on iOS.

When CURL_CA_BUNDLE is set (defaults to /etc/ssl/cert.pem) curl sets it as CA for every request, but on iOS this file is missing and curl's `sectransp` SSL implementation can't deal with it, failing the request completely.

This change makes CURL_CA_BUNDLE to be unset, much like CURL_CA_PATH so that `sectransp` uses system CA store.

* Update versions/c-/curl.json

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

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2022-08-02 23:20:19 -07:00
Alexander Neumann
292b244568
[Cairo] fix clang-cl build (#26056)
* [cairo] fix clang-cl build

* v db
2022-08-01 14:21:17 -07:00