Commit Graph

16319 Commits

Author SHA1 Message Date
Chuck Walbourn
bc194f0f1b
[xaudio2redist] port updated to version 1.2.9 (#25060)
* [xaudio2redist] port updated to version 1.2.9

* Update baseline

* Minor code review

* Update baseline'

* Update ports/xaudio2redist/portfile.cmake

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

* Update baseline

* revert portfile.cmake

* update version

* replace deprecated vcpkg_extract_source_archive_ex with second overload of vcpkg_extract_source_archive

* Update baselne

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-06-06 12:38:56 -07:00
Matthieu Penant
57ef47d00c
[hdf5] Update to 1.12.2 (#24758)
* [hdf5] Update to 1.12.2

* Update hdf5.json

* add new tool to list

* Update hdf5.json

* revert hdf5 subdir in share + special tool

* Update hdf5.json

* add license (null -> custom license)

* formatting

* Update hdf5.json

* tool is optional

* Update hdf5.json

* fix guard

* Update hdf5.json

* attempt to make hdf5perf tool dependent on feature

* Update hdf5.json

* fix hdf5.json

* Update hdf5.json

* remove parallel patch per comment

see https://github.com/HDFGroup/hdf5/pull/860

* Update hdf5.json

* fix MATCHES vs IN_LIST

* Update hdf5.json
2022-06-06 12:37:54 -07:00
LilyWangLL
3e7517b24f
[libhv] Export CMake config files (#25042)
* [libhv] Export CMake config files

* x-add-version

* update patch

* x-add-version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-06-06 09:45:02 -07:00
Frank
d431830118
[utf8proc] update to 2.7.0 (#25088)
* utf8proc update to 2.7.0

* update versions

* format patch

* overwrite version

* add license

* update version
2022-06-06 09:42:50 -07:00
blavallee
afe45473f4
[Bitmagic] Update to 7.11.2 (#25049)
* [bitmagic] Update to 7.11.2

* add SHA512
2022-06-06 09:22:45 -07:00
Szabolcs Horvát
64ede845fa
[igraph] update to 0.9.9 (#25065)
* [igraph] update to 0.9.9

* [igraph] patch vendored GLPK to fix UWP support

* [igraph] x-add-version
2022-06-06 09:22:27 -07:00
Arthur Sonzogni
0f0422683e
[ftxui] update to 3.0.0 (#25063)
Add version 3.0.0.
https://github.com/ArthurSonzogni/FTXUI/releases/tag/v3.0.0

Needed by one user:
https://github.com/ArthurSonzogni/FTXUI/discussions/400#discussioncomment-2877222
2022-06-06 09:21:14 -07:00
Buck Yeh
67c2bdcaa4
[buck-yeh-bux] Upgrade to 1.6.5 (#25072)
* [bux] Add new port

* Corrections according to Create Pull Request suggested questions

* SHA512

* Mark fails into .\scripts\ci.baseline.txt

* Mark fails into .\scripts\ci.baseline.txt

* No need of "port-version": 1 in vcpkg.json

* Update version database

* Update ports/bux/portfile.cmake

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

* Update ports/bux/portfile.cmake

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

* Update ports/bux/portfile.cmake

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

* Update ports/bux/vcpkg.json

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

* Update bux.json

* Update ports/bux/vcpkg.json

* update version

* Update scripts/ci.baseline.txt

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

* update bux support

* update version

* update version

* Rename bux to buck-yeh-bux

* Update version database

* [buck-yeh-bux] upgrade to v1.5.0

1. [New] `bux::C_ParaLog` is ready for a variety of parallel logging configurations, filtered or unfiltered.
2. [New] Necessary helper classes for implementation _s.t_ logger users no longer need to declare child source instances explicitly.
3. [New] Add methods to `ParaLog.h` & `SyncLog.h` to support testability.
4. [New] Add unit test cases to `ParaLog.h` & `SyncLog.h` (test_paralog & test_logger)
5. [New] Update what are found in `test/` to `test/archlinux/aur_poc/`
6. [Bug] `std::uniform_int_distribution<unsigned char>` no longer allowed.
7. [Change] `CUR_FUNC_` for Windows (MSVC)
8. [Change] `tbb` is no longer implicitly needed by C++ standard library.
9. [Change] `smoke_filtlog.cpp` verifies 2-level log filters ok.

* Missing comma in versions/b-/buck-yeh-bux.json

* buck-yeh-bux 1.6.0

* Corrections made according to NancyLi1013's requests in PR #20813

* Fix SHA key in versions/b-/buck-yeh-bux.json

* Update to buxk-yeh-bux v1.6.2

* [buck-yeh-bux-mariadb-client] The first release

* Add dependency to libmariadb

* Inccorect git-tree value in versions/b-/buck-yeh-bux-mariadb-client.json

* linux build is enabled

* [buck-yeh-bux] Upgrade to 1.6.3 to allow u64-linux

* linux build is disabled again for not recognizing C++20 header <concpts> yet

* Mark vcpkg.json to support Linux but ci.baseline.txt to fail the CI build

* Repair buck-buck-yeh-bux in version database.

* [buck-yeh-bux] Upgrade to 1.6.5

* [buck-yeh-bux] Upgrade to 1.6.5

* Add "license" field

* Correction nade by `./vcpkg format-manifest ports/buck-yeh-bux/vcpkg.json`

* Update according to `git rev-parse HEAD:ports/buck-yeh-bux`

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-06-06 09:20:26 -07:00
Chuck Walbourn
faed44dfa0
[directx-dxc] port added to provide latest DirectX 12 HLSL Shader Compiler (#25020)
* [directx-dxc] new port for DirectX HLSL Compiler

* Reformat

* Update baseline

* It's not strictly a tool only port

* Update baseline

* Code review feedback

* Update baseline

* Update ports/directx-dxc/portfile.cmake

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

* Update ports/directx-dxc/portfile.cmake

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

* Update ports/directx-dxc/portfile.cmake

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

* Refresh baseline

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2022-06-03 19:51:49 -07:00
Zac Walker
d090b933e9
[getopt-win32] ARM64 support (#24963)
* [getopt-win32] ARM64 support

* retrigger checks

* updated git-tree sha

* Specify ports that do not support ARM but were enabled by getopt-win32 adding support.

* Upated SHA's

* Update ports/getopt-win32/portfile.cmake

Formatting indentation fix.

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* Formatting indentation fix.

* Update version database

* [getopt-win32] Use CMake

* Updating versions

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-06-03 15:13:55 -07:00
JonLiu1993
38bb87c557
[SDL] enable hidapi (#25022)
* [SDL] enable hidapi

* update version

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2022-06-02 15:31:59 -07:00
JoergAtGithub
d9e6139cd4
[hidapi] Update to 0.12.0 (#25008)
* Updated to latest release:
https://github.com/libusb/hidapi/releases/tag/hidapi-0.12.0

* Update SHA

* SHA = 0

* Overwrite version

* SHA512

* version

* Removed failing line introduced in #22320

* version

* Added vcpkg_replace_string again, now for libhidapi.cmake instead of hidapi.cmake

* x-add-version
2022-06-02 15:21:56 -07:00
Lanyi
2aed520ed7
[nethost] Update nethost (#25004)
* update nethost

* bump nethost version

* Add CMake exports in an unofficial- namespace
https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#add-cmake-exports-in-an-unofficial--namespace

* fix port version and deprecated functions

* change nethost version date to version

* update usage

* add quotes to paths and export targets directly

* bump nethost version

* [nethost] Only build one flavor

* fix build error

* bump nethost version

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-06-02 15:20:55 -07:00
Daniel Schürmann
abb073fc56
[qtkeychain] Fix the CMake export target on windows (#25018)
* [qtkeychain] Fix the CMake export target on windows

* [qtkeychain-qt6] Fix the CMake export target on windows
2022-06-02 15:18:27 -07:00
Sutou Kouhei
43c85d7a8f
[xsimd] Update to 8.1.0 (#25030)
* [xsimd] Update to 8.1.0

* Add missing license information

* Update version
2022-06-02 15:15:09 -07:00
Jack·Boos·Yu
a137bd04ce
[hdf5] Fix feature parallel on Linux (#25036)
* [hdf5] Fix feature parallel on Linux

* version

* Apply suggestions

* version
2022-06-02 15:14:37 -07:00
Cheney Wang
9835eb1dfd
[b64] Add target include directories and export config.cmake (#25037)
* [b64] Add target include directories and export config.cmake

* Use unofficial-b64

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-06-02 15:13:27 -07:00
Cheney Wang
3c0366e161
[angle] Enable angle test in CI (#24997)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-06-02 13:37:58 -07:00
Ryan A. Pavlik
850ba1ac73
[boringssl] Remove -WX and -Werror (#24899)
* boringssl: Add a patch to disable another warning breaking build for VS2022.

Filed upstream as https://bugs.chromium.org/p/boringssl/issues/detail?id=495

* Update versions

* format portfile.cmake

* x-add-version

* Update patch, remove -WX and -Werror

* x-add-version

* update patch's name

* x-add-version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-06-02 12:55:46 -07:00
day253
819a768249
[brpc] Updata to 1.1.0 (#24975)
Co-authored-by: daijunkai <daijunkai@ishumei.com>
2022-06-02 12:53:28 -07:00
Laurent Rineau
8d41d43e1f
[cgal] Add boost-multi-array to deps (#24803)
* Add boost-multi-array to deps of cgal port

* Fix version and formatting of manifest

* ./vcpkg x-add-version --all
2022-06-02 10:56:30 -07:00
talregev
a2d8a7cbb1
[fontconfig][freetds][qtwebengine] Take gperf from vcpkg (#24677)
* Take gperf from vcpkg tool if possible

* [gperf] Install binary into tools/gperf/

* Fix kf5codecs gperf bug

* Add PREPEND to freetds port

* fix gperf for qtwebengine

* make gperf modern port

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-06-01 17:13:53 -07:00
Carlos O'Ryan
a91c2d160f
[google-cloud-cpp] update to latest release (v1.41.0) (#25032) 2022-06-01 16:31:46 -07:00
Robert Schumacher
c48c0c05bd
[ci.baseline.txt] Revert #24959 because ICE still exists (#25029) 2022-06-01 13:42:40 -07:00
Robert Schumacher
f78f4440df
[python3] Do not ensurepip. Provide venv instructions. (#24906)
* [python3] Bootstrap pip with ${CURRENT_INSTALLED_DIR}

* [python3] Disable ensurepip -- add venv usage instructions

Co-authored-by: Max Khon <fjoe@samodelkin.net>
2022-05-31 16:20:33 -07:00
Fei Chong
145848fb45
[qt5-webengine]: fix typo (#25012) 2022-05-31 16:17:00 -07:00
Mengna Li
f14179a5d2
[openvpn3] Export cmake target (#24955)
* Add Config.cmake.in

* export cmake targets

* update namespace
2022-05-31 16:16:07 -07:00
LilyWangLL
49cfe5e329
[imgui] Add supports for features dx*-binding and metal-binding and osx-binding (#24999)
* [imgui] Add supports for features dx-binding and metal-binding and metal-binding

* x-add-version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-05-31 16:00:00 -07:00
Jack·Boos·Yu
c34f577c4d
[rtmidi] Fix cmake usage (#24994)
* [rtmidi] Fix cmake usage

* version

* change to version

* version
2022-05-31 15:37:43 -07:00
myd7349
2d2f0230e7
[flecs] Add new port (#24980)
* [flecs] Add new port

Fix #10774.

* [flecs] Add version stuffs

* [flecs] Disable UWP support

GetModuleHandle doesn't support UWP.

* [flecs] Overwrite version

* [flecs] Add vcpkg-cmake-wrapper.cmake

* [flecs] Overwrite version
2022-05-31 15:35:57 -07:00
myd7349
018b48e777
[yyjson] Update to 0.5.0 (#24979)
* [yyjson] Update to 0.5.0

* [yyjson] Bump version
2022-05-31 15:14:16 -07:00
Roger Leigh
53842d61c9
[tiff] 4.4.0 (#24986) 2022-05-31 15:13:56 -07:00
autoantwort
0e68bd8d02
[openmvg] no absolute paths (#24850) 2022-05-31 15:12:22 -07:00
autoantwort
9feca681ef
[openmvs] no absolute paths (#24848) 2022-05-31 15:12:09 -07:00
Bernhard Manfred Gruber
8f77dbb04f
[Vc] Update to 1.4.3 (#24880)
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2022-05-31 13:47:45 -07:00
Kai Pastor
d953973cfb
[libpq] Cleanup dependencies, features and autotools patches (#24941)
* Consolidate autotools patches with pkg-config

Fixes mingw builds.

* No msbuild limitations for mingw

* Implement readline support

* Remove features which never built

* Bonjour support is osx only

* Move remaining support checks to manifest

* Remove libpq uwp fail from ci baseline

* Update versions
2022-05-27 17:03:32 -07:00
David Hrdlička
5739a74ef0
[qtbase] fix broken gui build (#24917)
* [qtbase] add `thread` feature

* [qtbase] add version
2022-05-27 16:46:07 -07:00
Kai Pastor
c1ee7c6ab4
[gdal] Use pkg-config to find zlib (#24931)
* Use pkg-config for zlib discovery

* Update versions
2022-05-27 16:38:28 -07:00
eao197
0371f46507
[restinio] Update to 0.6.15 (#24936)
* RESTinio updated to v0.6.15.

* RESTinio-0.6.15 added to baseline.

* Update ports/restinio/vcpkg.json as suggested.

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

* Update baseline to RESTinio-0.6.15.

* Remove additional version entry

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
2022-05-27 16:37:49 -07:00
Cheney Wang
8cfe2589b7
[libgo] Fix include directory not exposed by target (#24958)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-05-27 13:25:59 -07:00
LilyWangLL
e42e5115f6
[rsocket] Remove from ci.baseline.txt (#24959)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-05-27 13:24:51 -07:00
Ian Cook
d8a31a97c5
[arrow] Update to 8.0.0 (#24714)
* Bump version to 8.0.0

* Update version files

* Update patches

* Update version files

* Add patch for MSVC 2022 compat

* Update version files

* [arrow] Minimize dependencies patch

* [arrow] Fix issue with getting brotli include dir for dynamic targets

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-05-27 13:24:32 -07:00
Robert Schumacher
36b6831d19
[docs] Initial addition of CLI Reference docs (#24754)
* [docs] Initial addition of CLI Reference docs

* PR comments round 1

* [docs] Fix manifests.md TOC

* [docs] Sort common options

* [docs] Apply PR comments
2022-05-27 09:34:11 -07:00
Eric Kilmer
a97ebbef7f
[grpc] Fix path quoting (#24948)
* [grpc] Fix path quoting

* Update version
2022-05-26 15:24:58 -07:00
Alexander Neumann
9ab3344046
[hwloc|hpx] Update to latest version (#24918)
* update hpx and hwloc

* v db

* remove unnecessary patch

* v db

* allow CMAKE_CXX_STANDARD to be set

* v db
2022-05-26 13:14:21 -07:00
Chuck Walbourn
851eef78e5
[dstorage] port updated for 1.0.2 release (#24919)
* [dstorage] update port for 1.0.2 release

* Documentation link update

* Update baseline
2022-05-26 13:12:36 -07:00
autoantwort
af650ee001
[elfutils] remove debug scripts (#24915) 2022-05-26 13:11:21 -07:00
Jack·Boos·Yu
75536e7c61
[mpi/msmpi] Add cmake wrapper to fix bug getting MPI_${LANG}_ADDITIONAL_INCLUDE_DIRS when calling FindMPI.cmake on Windows (#24746)
* [mpi] Add cmake wrapper to fix bug getting MPI_${LANG}_ADDITIONAL_INCLUDE_DIRS when calling FindMPI.cmake

* version

* Move wrapper to msmpi, only copy the wrapper in the meta port installation

* version

* typo

* version

* Apply suggestion

* version

* move unset before _find_package

* version

* Add double quotes

* version

* Fix

* version

* Don't double quote list!

* version

* Apply suggestion

* version
2022-05-26 13:05:01 -07:00
然Y
90024c5770
[air-ctl] add new port (#24837)
* add port ctl

* update version database

* use vcpkg_from_github

* update version database

* rename air-ctl

* .

* update version

* Update portfile.cmake

* update version

Co-authored-by: 然Y <inie0722.gmail.com>
2022-05-26 13:02:15 -07:00
Jack·Boos·Yu
20907dc8bf
[wxwidgets] Fix find dependency pcre2 (#24874)
* [wxwidgets] Fix find dependency pcre2

* version

* Use pcre2.pc

* version

* Fix double quotes

* version

* Use PC_PCRE2_LINK_LIBRARIES instead of target name to fix wx-config content

* version

* Set wxUSE_SECRETSTORE to FALSE to avoid introduce system pcre in wx-config

* version
2022-05-25 13:55:25 -07:00