Commit Graph

3723 Commits

Author SHA1 Message Date
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
Tom Tan
ce4aaba77f
[opentelemetry-cpp] update version to 1.5.0 (#26234) 2022-08-09 13:44:03 -07:00
MikeG
7ef97003d7
[aws-c-*] update aws-c-common and aws-c-io (#26230)
* aws-c-common from 0.6.9 -> 0.6.20
* aws-c-io from 0.10.7 -> 0.10.22
2022-08-09 13:34:13 -07:00
Jack·Boos·Yu
6e5edabf65
[harfbuzz] Fix build error (#26229)
* [harfbuzz] Fix build error

* version
2022-08-09 13:33:30 -07:00
Francisco Facioni
4b4766c793
[breakpad] Update to 2022.07.12 (#26232)
* [breakpad] Update to 2022.07.12

* Also add arm64-windows to 'supports' because pe_util.cc(280) assumes IMAGE_RUNTIME_FUNCTION_ENTRY has a member UnwindInfoAddress which is only true on x86 and x64.

(Note that _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY, _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY, and _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY do not have this member)

Simplifying to CNF:
!uwp & !(windows & (arm | arm64 | alpha)) // except of course alpha doesn''t exist
!uwp & (!windows | !(arm | arm64))
!uwp & (!windows | (!arm & !arm64))
!uwp & (!windows | !arm) & (!windows | !arm64)

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-09 13:28:25 -07:00
Jack·Boos·Yu
8a23d2e124
[pybind11] Fix usage (#26239)
* [pybind11] Fix usage

* version
2022-08-09 11:56:06 -07:00
Eric Kilmer
a7466798d4
[grpc] Fix protobuf protoc executable variable (#26199)
* [grpc] Fix protobuf protoc executable variable

* Update versions
2022-08-09 11:51:49 -07:00
GPUCode
a0454d6e18
libusb: Fix compilation on MinGW (#26152)
* libusb: Fix compilation on MinGW

* libusb: Update port version
2022-08-08 12:14:26 -07:00
Thomas1664
31194760c2
[rapidjson] Fix cmake config (#26165)
* [rapidjson] Fix cmake config

* version

* There are no pc files on Windows

* version

* Different config paths on Windows

* version

* Fix config path

* version

* Upstream messed up cmake config on Windows

* version

* Remove PACKAGE_NAME on Windows

* version

* Fix config location

* version

* Revert FILE_DISAMBIGUATOR removal because it invalidates existing downloads for no reason.

* Fix version DB

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-08 12:09:35 -07:00
Francisco Facioni
30619e717a
[libsrt] Update to 1.5.0 (#26219)
* [libsrt] Update port to 1.5.0

* Remove unnecessary port-version and ci.baseline.txt entries.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-08 12:08:40 -07:00
Florian Albrechtskirchinger
82da19b369
[pdal] Prepare for nlohmann-json 3.11.x (#26206)
* [pdal] Prepare for nlohmann-json 3.11.x

In nlohmann-json 3.11.0, json_fwd.hpp changed.
Replace PDAL's internal copy of the file as part of the de-vendoring
process.

* [pdal] Bump port version

* [pdal] Add dependency nlohmann-json

* [pdal] Update versions
2022-08-08 12:07:58 -07:00
Harshavardhana
bea0562dbb
[minio-cpp] chore(version): updated to v0.1.0 (#26145) 2022-08-08 12:01:04 -07:00
Fawdlstty
88f70923c9
[libfv] update libfv version to v0.0.8 (#26210)
* update libfv version

* run vcpkg x-add-version --all
2022-08-08 11:55:40 -07:00
Connor Broyles
fe8bfdaa06
[azmq] update to v1.0.3 (#26212)
* Update azmq to v1.0.3

* Clarify version in comment
2022-08-08 11:55:26 -07:00
RealTimeChris
3c2ab5f8e2
[DiscordCoreAPI] Update to version 2022-08-07 (#26216)
* Updates!

* Updates!

* Updates!

* Updates!

* Updates!

* Updates!

* Updates!

* Updates!

* Updates!

* Updates!

* Updates!

* Updates!

* Updates!

* Updates!
2022-08-08 11:55:07 -07:00
Azure SDK Bot
f44ee28a2d
[azure-storage-blobs-cpp] Update to 12.5.0 (#26222)
## 12.5.0 (2022-08-08)

### Features Added

- Features in `12.5.0.beta1` and `12.5.0.beta2` are now generally available.
2022-08-08 11:54:50 -07:00
Frank
e4eb7d6d5f
[glad] update to v0.1.36 (#26227)
* [glad] update to v0.1.36

* update version

* update

* overwrite version
2022-08-08 11:54:00 -07:00
Frank
8c23fb816f
[expected-lite] update to v0.6.2 (#26225)
* [expected-lite] update to v0.6.2

* update version
2022-08-08 11:53:28 -07:00
Cheney Wang
137dd8ec8f
[tree-sitter] Remove the invalid records (#26224) 2022-08-08 11:14:37 -07:00
Joel Falcou
75260879ed
[eve] Update to latest version (#26173)
* Updated EVE ports

* Added versions changes

* Fix date in eve ports

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

* Update versions

* Fix version database.

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-07 20:57:41 -07:00
kylo252
8da0ddec98
[tree-sitter] fix typo in version number (#26209) 2022-08-07 20:54:05 -07:00
Alexander Neumann
9b22b40c6c
[gts] fix build with clang-cl (#26184)
* gts fix dllexport definitions.

* v db

* Revert trailing whitespace addition.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-06 00:16:14 -07:00
Arsen Tufankjian
778c58db3b
[spirv-tools] Updating port from 2022.1 to 2022.2 (#26197)
* Updating spirv-tools port

* Updating spirv-tools port version
2022-08-06 00:04:35 -07:00
Arsen Tufankjian
674ea1427e
[spirv-headers] Updating to latest version (#26196)
* Updating spirv-headers version

* Updating spirv-headers version
2022-08-06 00:04:23 -07:00
Arsen Tufankjian
d87009a62b
[vulkan-headers] Updating port to latest version (#26194)
* Updating vulkan headers to latest

* Formatting manifest

* Updating version
2022-08-06 00:04:01 -07:00
Cheney Wang
b939b6a8da
[ffmpeg] Fix prefix detection (#26163) 2022-08-05 23:58:44 -07:00
Jack·Boos·Yu
f3e60821bc
[vcpkg baseline][libcaer] Disable parallel configure (#26180)
* [vcpkg baseline][libcaer] Disable parallel configure

* version

* version

* version
2022-08-05 23:57:32 -07:00
Alexander Neumann
1a5244ef8b
[Luasocket] fix builds without pdbs (#26185)
* luasocket: only rename pdbs if they exist

* v db
2022-08-05 23:50:01 -07:00
Alexander Neumann
493fa22207
[graphene] fix clang-cl build (#26183)
* graphene fix build with clang-cl

* v db
2022-08-05 23:48:52 -07:00
Alexander Neumann
b74f8f68b4
[arrow] fix build with clang-cl (#26182)
* arrow: fix build with clang-cl and some minor fixes

* v db
2022-08-05 23:48:36 -07:00
Azure SDK Bot
73cdecc07a
[azure-core-tracing-opentelemetry-cpp] Update to 1.0.0-beta.3 (#26176)
## 1.0.0-beta.3 (2022-08-04)

### Other Changes

- Removed hard dependency on `opentelemetry-cpp` package version.
2022-08-05 23:48:10 -07:00
Daniil Goncharov
05d0035210
[nameof] Update to 0.10.2 (#26168)
* [nameof] Update to 0.10.2

* vcpkg x-add-version nameof

* modernization

* overwrite-version

* license

* overwrite-version

* fix review

* overwrite-version
2022-08-05 23:47:46 -07:00
Daniil Goncharov
c567729cbc
[magic-enum] Update to v0.8.1 (#26166)
* [magic-enum] Update to v0.8.1

* vcpkg x-add-version magic-enum
2022-08-05 23:47:19 -07:00
kylo252
00413b7537
[tree-sitter] add new port (#26058)
* [tree-sitter] add new port

* ci: test support for uwp

* fixup: address review comments

* chore: update git-version

* fixup: skip removing non-existent binaries

* refactor: patch the upstream pkgconfig instead

* fixup: remove unnecessary vcpkg-cmake-wrapper

this is only used for overriding CMake's builtins

* Bump cmake_minimum_required

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Fix version database

Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-08-05 23:46:37 -07:00
Nursultan Zarlyk
5843d817ec
[botan] Add arm64-windows support (#26156)
* Fix botan:arm64-windows

* Add version

* Add no support for arm-uwp

* Fix SHA for botan

Co-authored-by: Nursultan Zarlyk <nzarlyk@microsoft.com>
2022-08-05 23:35:40 -07:00
Osyotr
3cd26e8f4e
[ace] Update to 7.0.8 (#26155) 2022-08-05 23:34:13 -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
Kai Pastor
dba0645e88
[dlib] Fix pc file, cleanup, drop lib suffixes for MSVC (#25997)
* Minor cleanup, drop debug postfix

* Force finding packages without patch

* Trim and rename dependencies patch

* Fix pc file, disable MSVC config postfix

* Disable random libwebp dependency

* Update versions
2022-08-05 23:25:53 -07:00
Alexander Neumann
4614a12dd2
[boost] Look for /Zi and other flags (#25863)
* minor fixes to the boost build helper

* v db

* use the correct extra % instead of '

* v db

* bump port-version

* v db
2022-08-05 23:15:45 -07:00
Thomas1664
3887833719
[urdfdom] Update to 3.1.0 (#25591)
* [urdfdom] Update to 3.1.0

* Enable static builds

* version

* Remove from ci baseline

* Update headers as well

* use version

* version

* Update dartsim

* version

* only dynamic

* version

* Fix version

* version

* Update dartsim

* version

* [dartsim] update to fix Windows build failure

* Add fmt dependence

* urdfdom supports

* Update ref

* license

* version

* dartsim isn't supported on 32 bits anymore

* version

* [dartsim] update to 6.12.2

* version

* maybe unused

* version

* Fix patch

* version

* cr urdfdom-headers

* dartsim

* urdfdom

* version

* license

* version
2022-08-05 23:09:54 -07:00
Kai Pastor
498c6e90a1
[openssl] Fix pc files (#26170)
* Fix openssl libdir

* Update versions
2022-08-05 10:30:55 -07:00
Alexander Neumann
52b6604253
[libpq] update to 14.4 and pass flags in msbuild (#26051)
* update libpq and pass flags to msbuild

* v db

* readd patch for linux

* v db

* readd patch

* v db

* Update ports/libpq/patches/fix-configure.patch

* v db

* use #pragma x_macro

* v db

* CI retrigger
2022-08-04 19:31:00 -07:00
Barak Shoshany
02b300f2a2
[bshoshany-thread-pool] Updated to v3.3.0 (#26154)
* [bshoshany-thread-pool] Updated to v3.3.0

* [bshoshany-thread-pool] Updated to v3.3.0

* Update ports/bshoshany-thread-pool/portfile.cmake

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

* Update ports/bshoshany-thread-pool/portfile.cmake

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

* [bshoshany-thread-pool] Fixed SHA

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-08-04 19:29:28 -07:00
Kai Pastor
df806d3a4b
[sdl2-ttf,tgui,sfml] Update sdl2-ttf to 2.20.0, revise dependencies import and export (#26026)
* [sdl2-ttf] update to 2.20.0

* update version

* add license

* update version

* del unused function

* overwrite version

* Fix sdl2-tff

* Increase version

* version

* Fix config export/import

* version

* Fix sdl2pp

* Fix SDL2_ttf import

* Fix sdl2pp

* Try again

* ...

* shared

* Fix patch

* not win32

* revert

* Fix import name

* Fix tgui

* version

* CR

* version

* CR

* version

* license

* version

* update port version

* version

* Fix patch

* version

* Fix patch

* version

* Update patch

* version

* Fix tgui

* add feature harfbuzz

* version

* Fix feature

* version

* Fix mingw

* Trim patching

* Explicit usage

* [sfml] Fix OpenGL dependency

* [sfml] Transform freetype patch and config fixup

* [sfml] Transform stb patch

* [tgui] Revise port

* [tgui] Extend config patching, merge into dependencies patch

* [tgui] Devendor stb

* [tgui] Revise feature dependencies

* [tgui] Omit pc files (too many inconsistencies)

* [milerius-sfml-imgui] Fixup

* Update versions

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
2022-08-04 19:18:37 -07:00
friendlyanon
714722bb08
[stb] Add stb_perlin.h (#25812)
Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>
2022-08-04 18:47:36 -07:00
Frank
578a0c61a4
[libvpx] update version to 1.12.0 (#26159)
* [libvpx] update version to 1.12.0

* update version

* update patch

* overwrite version
2022-08-04 18:14:24 -07:00
Osyotr
eb40ddf467
[opencc] Update to 1.1.4, fix x64-linux-dynamic build (#25821)
* [opencc] Update to 1.1.4, fix x64-linux-dynamic build

* Use vcpkg_copy_tools

* v db

Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-08-04 17:54:38 -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
Connor Broyles
5e77198e98
[osgearth] Fix errors that occur in the osgearth config file on some platforms (#26024)
* Fix target export in osgearth config

* Update port

* Update ports/osgearth/fix-osgearth-config.patch

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-08-04 15:48:49 -07:00
sean
e2a71489b1
[fmt] Update to 9.0.0 (#25658)
* [fmt] Update to 9.0.0

* update version

* write version

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2022-08-04 14:09:02 -07:00