Commit Graph

17530 Commits

Author SHA1 Message Date
Glen Chung
2d6279beda
Improve Target Architecture Detection on ARM64 Windows (#27479)
- Fixes #27477

Co-authored-by: Cheney Wang (Beyondsoft Corporation) <v-xincwa@microsoft.com>
2022-11-17 22:48:47 -08:00
JonLiu1993
04429e4938
[flatbuffers] update to v22.10.26 (#27298) 2022-11-17 22:47:35 -08:00
FW
ca519c8e85
[mp3lame] Use list append for setting options (#27234) 2022-11-17 22:30:59 -08:00
Lily Wang
9d145e882e
[folly] Fix incorrect option of zlib from PR 27728 (#27864)
* [folly] Fix incorrect option of zlib from  PR 27728

* x-add-version

* apply suggestion

* x-add-version
2022-11-17 13:00:20 -08:00
Alexander Neumann
3776224fd2
[qwt|vcpkg-qmake] Update and switch to Qt6 (#22012) 2022-11-17 00:35:23 -08:00
Billy O'Neal
2c102ee932
[taglib] Disable tests and examples. (#27859) 2022-11-16 15:59:48 -08:00
Lily Wang
8edc6da292
[folly] Fix feature's find_dependency (#27728)
* [folly] Fix feature's find_dependency

* x-add-version

* fix build error

* x-add-version

* update patch

* x-add-version

* not NOT for _REQUIRE_ find package

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-16 14:04:36 -08:00
Artem Shubovych
2ef381ddf7
[antlr4] Update antlr4 to v4.11.1 (#27720)
* Update antlr4 to version 4.11.1 and use GitHub instead of website downloads

* Remove unused patch files

* Run x-add-version

* Remove single-use variable and enforce vcpkg version

* x-add-version

* Use VERSION variable which is generated by vcpkg from vcpkg.json

* Add quotes, remove variable-used-once.

* Minimize patch.

* Update version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-16 13:37:32 -08:00
百地 希留耶
d51b969a7d
[spdlog] Update to 1.11.0 (#27771)
* [spdlog] Update to 1.11.0

* [spdlog] backporting https://github.com/gabime/spdlog/pull/2545

* [spdlog] Add 1.11.0 to versions file

* Remove patch header, add link to upstream merged PR, add quotes.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-16 13:32:00 -08:00
SvenPStarFinanz
b3bf291c9a
[Sqlitecpp] update to 3.2.0 (#27807)
* [SQLiteCpp] Update to 3.2.0

* x-add-version

* Update ports/sqlitecpp/portfile.cmake

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

* Update ports/sqlitecpp/portfile.cmake

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

* Updating to vcpkg_cmake_* functions.

* x-add-version

* Update ports/sqlitecpp/portfile.cmake

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

* x-add-version

* Update ports/sqlitecpp/vcpkg.json

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

* Update ports/sqlitecpp/vcpkg.json

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

* corrected

* x-add-version

* Add comment about new setting to indicate that it doesn't conflict with VCPKG_CRT_LINKAGE, add quotes and formatting.

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-16 13:20:56 -08:00
An Tao
54ff72895e
[drogon] Update to 1.8.2 (#27776)
* [drogon] Update to 1.8.2

* Update ports/drogon/vcpkg.json

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

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2022-11-16 13:07:59 -08:00
Bernhard Manfred Gruber
6d5b04938e
[alpaka] Fix Boost version constraints (#27856) 2022-11-16 13:05:31 -08:00
Alexander Neumann
90b616f184
[vcpkg.cmake] fix find_package not restoring variables correctly. (#27689)
* [vcpkg.cmake] fix find_package not restoring variables correctly.

* bit of formatting

* wording

* remove unused variable

* add extra spaces

* remove OUTPUT_FORMAT DECIMAL for older cmake version

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-11-16 09:56:08 -08:00
Kai Pastor
dca3c4f948
Parallelize symbol collection for renaming (#27819) 2022-11-16 09:02:05 -08:00
Frank
90b5fb836c
[daw-json-link | daw-header-libraries] update to latest version (#27821)
* [daw=json-link] update to 3.7.1 and [daw-header-libraries] update to 2.75.0

* update version
2022-11-15 13:52:37 -08:00
sean
4ba2ecc101
[fastgltf] Update to 0.2.0 (#27816)
* [fastgltf] Update to 0.2.0

* Versions
2022-11-15 13:52:13 -08:00
yardenshafir
88dc9ca242
update pe-parse to version 2.1.0 (#27811) 2022-11-15 13:51:52 -08:00
Adorjan White
46690e2ea5
[Basisu] Fix MinGW build failure (#27760)
* Patch Basisu to include <libgen.h> for MinGW

* Bump Basisu port version

* Fix unescaped backslash in path to gperf

* Use || instead of or, honestly I don't know why this worked

* Revert "Fix unescaped backslash in path to gperf"
Will make the change to fontconfig in another branch
This reverts commit 6894e4583a.

* Put portfile patches on separate lines

* Update basisu.json

* Update basisu.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-11-15 13:51:23 -08:00
JonLiu1993
6a7131cac4
[usockets] update to 0.8.2 (#27823)
* [usockets] update to 0.8.2

* update version

* update ref

* update version
2022-11-15 11:26:20 -08:00
Vitalii Koshura
6e4fbee0d1
[boinc] update to 7.20.4 (#27802)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-11-14 21:34:39 -08:00
An Tao
d2e2e3d373
[trantor] Update to 1.5.8 (#27777)
* [trantor] Update to 1.5.8

* Format..
2022-11-14 21:34:16 -08:00
JonLiu1993
45113acf59
[pugixml] update to 1.13 (#27625)
* [pugixml] update to 1.13

* update version

* remove patch

* update version

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-11-14 21:33:34 -08:00
BullyWiiPlaza
41b95a3c7d
[kissnet] create a new port (#27529)
* Add port kissnet

* Small fixes again according to the GitHub bot

* Update ports/kissnet/portfile.cmake

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

* Bump port version

* Update ports/kissnet/portfile.cmake

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

* Overwrite version

* Only copy header and add usage

* Add version

* Update ports/kissnet/portfile.cmake

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

* version

* vdb

* Add quotes, remove 'add 1 to x' comments.

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-14 21:32:25 -08:00
Rémy Tassoux
1ecdbe80b3
[joltphysics] Add new port (#27715)
* [joltphysics] New port

* [joltphysics] Update version files

* [joltphysics] Update version files

* [joltphysics] Fix libraries installation on Linux and MacOS

* [joltphysics] Update version files

* [joltphysics] Update to latest commit (compile fixes for MSVC 17.4)

* [joltphysics] Update version files

* [joltphysics] Remove extra version entry

* Update ci.baseline.txt

[joltphysics] Revert ci.baseline changes

* [joltphysics] Update to 2.0.1

* [joltphysics] Update version files
2022-11-14 21:30:00 -08:00
Kai Pastor
783e2d8e99
[libgnutls] Update, feature 'nls' (#27783)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-14 16:54:13 -08:00
Romain Pokrzywka
c58ae39a72
[spdlog] Fix non-Windows builds with wchar feature enabled (#27740)
- Defining SPDLOG_WCHAR_TO_UTF8_SUPPORT on non-Windows platforms
  triggers an #error, restrict the wchar feature to Windows
- update port-version + vcpkg x-add-version spdlog
2022-11-14 15:27:02 -08:00
Kai Pastor
6fe2b934fd
[cmake-user] Don't use internal toolchains (#27782)
* Don't use internal vcpkg toolchains

* Modernize

* Test SQLite3
2022-11-14 15:18:05 -08:00
Kai Pastor
89a2b29130
[libgpg-error,libgcrpyt,libassuan,gpgme] Update, official mirrors, mingw, cross builds (#27668)
* Use VERSION

* Add nls feature and gettext deps

* Fix export of libintl dep

* Fix mingw on windows

* Fix crossbuilds

* Cleanup

* Keep translations for nls

* Add license

* [shiftmedia-libgpg-error] Split from pristine source port, update

* [libgpg-error] Update, official tarballs, cross builds

* [libgcrypt] Official tarballs, fix cross builds

* [libgcrypt] Update copyright

* [libassuan] Update, official tarballs, cross builds

* [gpgme] Update, cleanup

* [gpgme] Update copyright

* Update versions

* [shiftmedia-libgcrypt] Update

* No port libgpg

* Add missing version file

* Use make OPTIONS

* Update versions

* Revise build-tools pattern
2022-11-14 15:12:05 -08:00
autoantwort
c1c8763f7e
[minc] fix feature (#27784) 2022-11-14 14:36:42 -08:00
Cheney Wang
dc96e73301
[discordcoreapi] Update to latest for fixing error C2664 in latest MSVC tools (#27773) 2022-11-14 14:35:03 -08:00
Gregor Jasny
d1acf433d8
[prometheus-cpp] Update to version 1.1.0 (#27780) 2022-11-14 14:30:49 -08:00
Gregor Jasny
98e198574e
[benchmark] update to version 1.7.1 (#27779)
Fix: #27673
2022-11-14 14:30:32 -08:00
Arsen Tufankjian
0d9e169414
[spirv-tools] Updating to v2022.4 (#27762)
* Updating port to 2022.4

* Updating version
2022-11-14 14:30:12 -08:00
complexlogic
5ec5544163
[taglib] Update to 1.13 (#27751)
* [taglib] Update to 1.13

* update

Co-authored-by: complexlogic <complexlogic@users.noreply.github.com>
2022-11-14 14:29:50 -08:00
omartijn
5d7ad6b5ae
[ffmpeg] Update to 4.4.3 (#27713)
* Update ffmpeg to 4.4.3

- Backport fix for h.264 hardware decoding on M1 macs
- ffmpeg links against built-in atomic, not a findable lib

* add missing extension for new patch

* version!

Co-authored-by: Martijn Otto <martijn@resolume.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2022-11-14 14:29:28 -08:00
Bernhard Manfred Gruber
5ad884fb6a
[xsimd] Update to version 9.0.1 (#26501)
* [xsimd] Update to version 9.0.1

* Add keyword FEATURES for vcpkg_check_features

* x-add-version

Co-authored-by: Lily Wang <494550702@qq.com>
2022-11-14 14:28:09 -08:00
Gregor Jasny
2fce47b15c
[function2] Update to version 4.2.2 (#27785) 2022-11-14 14:17:58 -08:00
Alexander Neumann
f28896c39f
[vcpkg baseline] Fix libxmu dep (#27791)
* add libxext as a dependency

* v db

* dlopen on windows = no

* v db

* bump version

* v db
2022-11-14 12:04:16 -08:00
Alexander Neumann
6f7ffeb18f
[many ports] Add X windows part 11/N (#27441)
* [libice] replace macros with typedefs

* [libx11] fix dl linkage on linux and cleanup the cmake wrapper.

* [libxxf86vm] add port

* [libxtst] add port

* [libxt] add port

* [libxmu] add port

* [libxaw] add port

* bump port version

* v db

* fix libxpm and maybe cross libxt

* malloc returns null for cross builds

* fix typo

* fix stuff

* v db

* fix stuff ?

* WIP commit

* libxt cross fix

* add todo

* fix libxaw

* xcb add some fixes.

* fix todos

* fix arm ?

* fix path

* bump some versions

* shorten comment

* format manifest

* v db

* fix stuff

* ci baseline

* v db

* adjust libx11 wrapper again

* v db

* add license

* remove doubled entry from v db

* v db

* libxmu remove global variable.

* correctly split unistd.patch and apply it

* disable thread safe init in libx11 on windows

* v db

* libx11 append options correctly.

* v db

* still not correct.

* v db
2022-11-11 17:32:25 -08:00
Sutou Kouhei
59b58fc56d
[arrow] Update to 10.0.0 (#27687)
* [arrow] Update Apache Arrow to 10.0.0

* Update versions

* Simplify and make more robust

* Use vcpkg_check_features()

* Use lower case for CMake package name

* Update version
2022-11-11 14:36:32 -08:00
Roger Leigh
299b1e17df
[xalan-c] delist port (#27401)
* [xalan-c] deprecate port

The Xalan-C project is being retired upstream and moved to the Apache
Attic.

* [xalan-c] update versions

* Remove from the baseline entirely.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-11-11 14:28:27 -08:00
Kai Pastor
f32fc13dbe
[openssl] Revise jom/nmake support (#27150)
* Use vcpkg_build_nmake for windows incl. uwp

Use prerun shell for configuration

* [openssl] Generate OPENSSL_VERSION_MAJOR/MINOR/FIX

* Update versions

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-11 14:12:15 -08:00
val
f7a537d6be
[docs] Document overlay ports/triplets in vcpkg-configuration.json (#27172)
* Update registries.md

* fixed typo

* fixed typo

* fixed wording and added link to spec

* explaining port resolution

* changed wording

* Victor's suggestion

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>

* Added documentation on embedding configuration in manifest

* fixed path example

* typo

* Added info on paths accepted by overlays configured on the manifest

* changed example of absolute path to relative

* Changed wording according to comments

* fixed link to triplets doc

* Update docs/users/manifests.md

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>

* Format of registries documentation

Co-authored-by: Valeria Conde <t-vconde@microsoft.com>
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2022-11-11 12:54:00 -08:00
Billy O'Neal
8430e98114
Update vcpkg-tool to 2022-11-10. (#27764) 2022-11-11 12:53:43 -08:00
JonLiu1993
174be48039
[libpng] update to 1.7.38 (#27721)
* [libpng] update to 1.7.38

* update version

* update patch

* update version
2022-11-11 12:24:53 -08:00
Kai Pastor
895072c824
[vcpkg_build_make] Correctly use arg_OPTIONS, not arg_MAKE_OPTIONS (#27675)
* Correctly use arg_OPTIONS, not arg_MAKE_OPTIONS

* CI
2022-11-11 10:33:51 -08:00
Arsen Tufankjian
8e74630b9e
[spirv-headers] Update to latest version and properly installing the target (#27761)
* Updating port to latest version and to properly install a target

* Formatting

* Update version
2022-11-11 09:19:11 -08:00
Arsen Tufankjian
f1d5c51f17
[mimalloc] Allowing arm64 builds (#25265)
* Updating port to just upgrade mimalloc to v2.0.7 which fixes arm64 on windows

* Updating version

* Adding hash. Oops

* Updating version

* Updating supports field

* Updating version
2022-11-11 09:17:16 -08:00
Alessandro Vergani
cbe83d2d6a
[entt] Update to 3.11.0 (#27731)
* [entt] Update to 3.11.0

* Remove port-version

* Remove wrong version
2022-11-11 09:12:43 -08:00
Arsen Tufankjian
4ecb439d8d
[vulkan-headers] Update port to latest 1.3.234 version (#27746)
* Updating port

* Updating version

* Adding accidentally removed license

* Version

* Bumping to the more recent 1.3.234

* Updating version

* Installing target

* Formatting

* Updating version
2022-11-11 09:10:45 -08:00