Commit Graph

315 Commits

Author SHA1 Message Date
Cheney Wang
740c7e31b0
[nanopb] update to 0.4.8 (#37619) 2024-03-28 13:57:12 -07:00
Jia Yue Hua
7989da9b9a
[nss] update to 3.99 (#37641) 2024-03-25 15:54:30 -07:00
Thomas1664
2a80329d59
[nghttp2] Update to 1.60.0 (#37668) 2024-03-25 15:37:54 -07:00
Jia Yue Hua
3ba907211b
[neargye-semver] update to 0.3.1 (#37675) 2024-03-25 15:36:09 -07:00
Eric Kilmer
9b11c9db80
[nanobind] New port (#35488) 2024-03-21 19:29:04 -07:00
Billy O'Neal
898b728edc
Update vcpkg-tool to 2024-03-14. (#37492)
https://github.com/microsoft/vcpkg-tool/releases/tag/2024-03-14
2024-03-19 16:49:04 -07:00
ZYXeeker
49e80bf57c
[nanomsg] Update nanomsg_BINDIR check (#37529) 2024-03-19 13:11:58 -07:00
Jia Yue Hua
72c38122da
[nameof] update to 0.10.4 (#37308)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-12 14:59:05 -07:00
Jia Yue Hua
44556b963b
[nanomsg] update to 1.2.1 (#37311)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-11 13:11:21 -07:00
Jia Yue Hua
097cbe6350
[numactl] update to 2.0.18 (#37321)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-11 13:11:08 -07:00
Jia Yue Hua
c79212bf6e
[nss] update to 3.98 (#37323)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-11 13:07:56 -07:00
Lily Wang
a5d9b1fb10
[nng] Update to 1.7.3 (#37248)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes #37241.
All features passed with following triplets:
```
x86-windows
x64-windows
x64-windows-static
```
Usage test passed on `x64-windows`.
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->



- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.



<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-03-07 22:48:30 -08:00
Alexander Neumann
7965f915f8
[nlopt] fix paths in cmake config being one too deep (#37236) 2024-03-07 22:03:48 -08:00
Cheney Wang
716f70cce3
[nu-book-zxing-cpp] update to 2.2.1 (#37027)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes https://github.com/microsoft/vcpkg/issues/37017

No feature need to be tested.
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.


<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-03-01 15:03:39 -08:00
Kai Pastor
a6bb03dedf
[netcdf-c] Fix static linkage of libm (#36951)
Ensure that static CRT linkage actually prefers `libm.a`.
2024-02-28 17:11:12 -08:00
jim wang
19444600bf
[ncnn] Update to 20240102 (#35978)
Fixes https://github.com/microsoft/vcpkg/issues/35977

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.


Usage test pass with following triplets:

```
x86-windows
x64-windows
x64-windows-static
```
2024-02-21 22:12:25 -08:00
Justen Di Ruscio
441831b902
[neargye-semver] use find-package support in vcpkg port (#36862)
Originally, this port copied the single header provided by the upstream
into the install destination. This required consumers to use the package
via `find_path(semver.hpp)`, which is less robust, is inconsistent, and
doesn't use targets.

These changes update the vcpkg port to leverage the config-file package
offered by [neargye/semver](https://github.com/Neargye/semver). With
this, consumers use the package through `find_package(neargye-semver
CONFIG), and the target `semver::semver`.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- ~[ ] SHA512s are updated for each updated download.~
- ~[ ] The "supports" clause reflects platforms that may be fixed by
this new version.~
- ~[ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- ~[ ] Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 09:28:24 -08:00
Kai Pastor
50e31cc20e
[nanosvg] Update (#36799)
plus minor portfile changes.
2024-02-17 01:18:24 -08:00
Alexander Neumann
2302ee8de0
[netgen] make usable (#36657)
* [netgen] update, add python feature and fix dll loader error.

* format manifest

* v db
2024-02-08 22:56:21 -08:00
Jia Yue Hua
0eaccffc2d
[numactl] update to 2.0.17 (#36414)
* [numactl] update to 2.0.17

* [numactl] update to 2.0.17
2024-01-29 11:46:43 -08:00
Alexis La Goutte
96b4a81988
[ngtcp2] Update to 1.2.0 (#36388) 2024-01-26 09:40:04 -08:00
Alexis La Goutte
27f1235c73
[nghttp2] update to 1.59.0 (#36297) 2024-01-22 10:57:41 -08:00
Alexander Neumann
0258ea3338
[netgen] occ 7.8 fix (#36259)
* remove accidental , from patch

* [netgen] fix build with occ 7.8

* bump port version

* v db
2024-01-19 12:29:00 -08:00
Saad
234d20e484
[nanojsonc] Add new port (#34909)
* Create nanojson (JSON Parser for C/C++)

Event-Driven JSON Parser for C/C++

* Creating nanojson port

Event-Driven JSON Parser for C/C++

* init

* update nanojson

* update sha512

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

* update version

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

* update copy license

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

* update dependencies

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

* update vcpkg

* update license filename

* deleted license

* update

* update hash

* update

* update

* update

* [saadshams-nanojson] Add new port

* update version

* never agreed to the name, it was published without consent

* rebranded as nanojsonc

* update hash

* update

* update

* update

* format vcpkg.sjon

* update version

* update version

* update

* update

* update

* update

* fix error

* update version

* update

* update

* update

fixed share

* update

* update

* formating vcpkg.json

* update version

* additional empty line

* update version

---------

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2024-01-17 15:40:23 -08:00
Alexander Neumann
763a397e30
[netgen] add new port (#31288)
* [netgen] add new port

* v db

* fix config path for linux

* v db

* add supports

* figure out CI error

* fix the path correctly

* v db

* fix install layout

* v db

* more cleanup

* v db

* fix cmake usage and missing filesystem include

* v db

* disable parallel configure

* v db

* update to latest tag

* v db

* control cmake install loc

* v db

* more install control for mac

* v db

* more mac fixes

* v db

* remove old version

* replace cgns patch

* v db

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2024-01-16 15:04:21 -08:00
Mengna Li
e45bb5052f
update to 1.6.0 (#35749) 2023-12-18 13:26:22 -08:00
Ali Saki
a78464841a
[node-api-headers/node-addon-api] update node-api-headers to 1.1.0, and update node-addon-api to 7.0.0 (#35658)
* [node-api-headers] update to version 1.1.0

* [node-addon-api] update to version 7.0.0

* Update version database
2023-12-15 15:33:44 -08:00
Kent
efe9c8a3e3
[nlohmann-json] version 3.11.3 (#35385)
* nlohmann-json version 3.11.3

* ./vcpkg x-add-version --all

* Update ports/nlohmann-json/portfile.cmake

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

* Update nlohmann-json.json

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-12-01 02:13:48 -08:00
Mengna Li
e13d13cf84
update to 1.5.1 (#35388) 2023-11-28 21:40:40 -08:00
Alexis La Goutte
79156b6b93
[ngtcp2] Update to 1.1.0 (#35362) 2023-11-27 22:45:48 -08:00
Alexis La Goutte
71283c8cd4
[nghttp3] udpdate to 1.1.0 (#35364) 2023-11-27 22:43:33 -08:00
autoantwort
cd5e746ec2
[nanodbc] no uwp (#35251) 2023-11-23 22:54:52 -08:00
autoantwort
8a098f6b33
[nana] no uwp (#35254) 2023-11-22 14:33:28 -08:00
Henrik Gaßmann
47a7913e51
[ned14-internal-quickcpplib] Update to 2023-11-22 (#35266) 2023-11-22 14:29:26 -08:00
Julian Xhokaxhiu
dfbe9e7652
[nethost] Bump to 8.0.0 (#35158)
* [nethost] Bump to 8.0.0

* vcpkg x-add-version --all

* Apply suggestions in PR

* vcpkg x-add-version --all

* Fix license install

* vcpkg x-add-version --all

* Apply suggestions in PR

* vcpkg x-add-version --all
2023-11-21 18:59:24 -08:00
Aleksei Shpakovskii
7a1e53592c
[nayuki-qr-code-generator] add license (#35155)
* [nayuki-qr-code-generator] add license

* Update version database
2023-11-16 19:44:41 -08:00
Jia Yue Hua
7085a5eaf2
[nuspell] update to 5.1.4 (#35132)
* [nuspell] update to 5.1.4

* [nuspell] update to 5.1.4
2023-11-16 12:49:12 -08:00
Jia Yue Hua
2b14b606ce
[numcpp] update to 2.12.1 (#35102)
* [numcpp] update to 2.12.1

* [numcpp] update to 2.12.1
2023-11-14 17:09:51 -08:00
Henrik Gaßmann
426dcc68e0
[llfio,ned14-internal-quickcpplib,outcome,status-code] Update to 2023-11-06 (#34935)
* [ned14-internal-quickcpplib] Update to 2023-11-06

* [status-code] Update to 2023-11-0

* [outcome] Update to 2.2.7

* [llfio] Update to 2023-11-06

* Update version database

* [outcome,llfio] Fix find_dependency usage
2023-11-14 13:11:02 -08:00
Jia Yue Hua
4e17591500
[nsync] update to 1.26.0 (#35037)
* [nsync] update to 1.26.0

* [nsync] update to 1.26.0
2023-11-14 12:56:13 -08:00
Jia Yue Hua
17c58325f4
[numactl] update to 2.0.16 (#35038)
* [numactl] update to 2.0.16

* [numactl] update to 2.0.16
2023-11-14 12:55:52 -08:00
autoantwort
c75ff8cf3b
[nng] no uwp (#35045) 2023-11-14 00:25:44 -08:00
MonicaLiu
9868b80bef
[ncnn] Update to 20231027 (#35016)
* update ncnn

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-11-10 11:24:39 -08:00
Alexis La Goutte
7474066ca4
[nghttp2] update to 1.58.0 (#34819) 2023-10-31 11:56:04 -07:00
Alexis La Goutte
d6eb444c39
[ngtcp2] Update to 1.0.1 (#34698) 2023-10-25 07:09:43 -07:00
Alexis La Goutte
cd3504e210
[ngtcp2] update 1.0.0 (#34527) 2023-10-18 10:07:58 -07:00
Alexis La Goutte
c1081fe6df
[nghttp3] update to 1.0.0 (#34528) 2023-10-17 10:36:38 -07:00
JonLiu1993
f01fe7c207
[nifticlib] update to 2022-07-04 to add include path to fix breaks app build (#34467)
* [nifticlib] Add include path to fix breaks app build

* update version

* [nifticlib] update to commit 2022-07-04

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-10-16 12:13:13 -07:00
Alexis La Goutte
48d59dee73
[nghttp2] update to 1.57.0 (#34413)
Fix  CVE-2023-44487 (https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg)
2023-10-12 20:12:53 -07:00
Alexander Neumann
3199b26459
[winpcap] fix build (#34298) 2023-10-10 15:01:19 -07:00
Kai Pastor
00f32b31ed
[netcdf-c] Fix dependency import/export (#34014) 2023-10-03 20:40:26 -07:00
autoantwort
e006ea4f2c
[nanodbc] fix build (#34112) 2023-10-02 20:31:05 -07:00
jtippet
632e432eba
[ndis-driver-library] Add new port at v1.2.0 (#34012)
* [ndis-driver-library] Add new port at v1.2.0

* [ndis-driver-library] Add SPDX tag of license

* [ndis-driver-library] target tags instead of commits

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

* [ndis-driver-library] Fix hash

---------

Co-authored-by: Jeffrey Tippet <jtippet@ntdev.microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-09-27 01:29:18 -07:00
Jia Yue Hua
3cc2377d21
[numcpp] udpate to 2.11.0 (#33981)
* [numcpp] udpate to 2.11.0

* fix deps
2023-09-25 23:38:52 -07:00
Taylor Foxhall
7c4925fd59
Fix ntf-core builiding on x86_64 Linux (#33562) 2023-09-13 16:10:25 -07:00
Alexis La Goutte
7fe63d9109
[nghttp3] update to 0.15.0 (#33642) 2023-09-08 00:10:13 -07:00
Alexis La Goutte
8fdd90e72d
[ngtcp2] update to 0.19.1 (#33647) 2023-09-08 00:10:01 -07:00
Alexis La Goutte
4a7bbbe140
[nghttp2]: update to 1.56.0 (#33630) 2023-09-07 15:02:20 -07:00
jim wang
df2550378e
[ngspice] update version to 41 (#33549) 2023-09-05 22:41:54 -07:00
Qingnan Duan
73827e6bfa
[nyan-lang] Add new port nyan-lang (#32250)
* Port v0.1 but it does not compile

* Install the latest version

* Rename to nyan-lang

* Format manifest

* x-add-version

* Use new functions

* Format json

* Fix version

* Update version and handle tools

* Fix version and SHA512

* Fix version

* x-add-version

* Resolve comments

* Declare supported triplets

* Format manifest

* x-add-version

* Add back CMP0074

* x-add-version

* Add patch for UWP

* x-add-version

* Skip UWP builds

* x-add-version

* Apply review comments

* x-add-version
2023-09-01 11:31:34 -07:00
Taylor Foxhall
3f6e8e9c09
[ntf-core] new port (#32855) 2023-08-31 13:53:07 -07:00
Frank
42bd1e8994
[nanopb] Remove python path (#33348)
* [nanopb] Remove python path

* version

* fix tool

* version
2023-08-28 13:25:43 -07:00
Alexander Neumann
de2e526fbc
[ngspice] msbuild (#33160)
* ngspice msbuild

* v db

* Update ports/ngspice/portfile.cmake

* fix install

* v db
2023-08-15 16:45:38 -07:00
Alexander Neumann
628c0143b8
[nmap] msbuild (#33143)
* [nmap] msbuild

* cleanup

* port bump

* v db
2023-08-15 16:41:15 -07:00
Weihang Ding
2ab975eee9
[nanobench] Bump to 4.3.11 (#32925)
* [nanobench] Bump to 4.3.11

* update version database
2023-08-04 06:54:38 -07:00
Weihang Ding
6359f49021
[nanoprintf] Bump to 0.3.4 (#32947)
* [nanoprintf] Bump to 0.3.4

* update version database
2023-08-04 06:47:50 -07:00
Alexis La Goutte
8bb296c58a
[nghttp3]: update to 0.14.0 (#32860) 2023-08-01 09:20:59 -07:00
Alexis La Goutte
b203463184
[ngtcp2]: update 0.18.0 (#32861) 2023-08-01 09:20:43 -07:00
Alexis La Goutte
a003690587
[nghttp2]: update to 1.55.1 (#32746)
Fix CVE-2023-35945 and GHSA-jfxv-29pc-x22r (https://github.com/envoyproxy/envoy/security/advisories/GHSA-jfxv-29pc-x22r)
2023-07-26 10:49:44 -07:00
MonicaLiu
15d03e487c
[nu-book-zxing-cpp] Update to 2.1.0 (#32562) 2023-07-14 16:52:10 -07:00
Alexis La Goutte
61e6021b0b
[nghttp2]: update to 1.55.0 (#32535) 2023-07-12 22:55:57 -07:00
xiaozhuai, Weihang Ding
81d262e853
[nameof] Bump to 0.10.3 (#32523)
* [nameof] Bump to 0.10.3

* update version database
2023-07-12 13:06:59 -07:00
Alexis La Goutte
97d9f68cef
ngtcp2: update 0.17.0 (#32501) 2023-07-11 11:20:06 -07:00
Alexis La Goutte
ff39d70a4c
nghttp3: update 0.13.0 (#32502) 2023-07-11 11:19:30 -07:00
MonicaLiu
b74dfa1fe1
[nowide] Update to 11.3.0 (#32296)
* update nowide

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-06-30 17:35:35 -07:00
MonicaLiu
bf7748b51a
[nanoflann] update to 1.5.0 (#32093)
* update nanoflann

* update version

* fix dependency nanoflann

* update version

* Modify EOF to LF

* update git-tree

* Modify MAYBE_UNUSED_VARIABLES

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-06-21 17:59:59 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
Billy O'Neal
5e77bc0a8c
[nifly] Fix missing headers (#31998) 2023-06-14 16:25:50 -07:00
Jia Yue Hua
382746822d
[matplotplusplus,nodesoup] update to v1.2.0,add new port (#31796)
* [matplotplusplus] update to 2023-02-17

* [matplotplusplus] fix installation of matplot_opengl

* [matplotplusplus] remove the opengl patch as it merged upstream

* [matplotplusplus] try to fix filesystem for osx

* fix deps

* fix deps

* fix deps

* [matplotplusplus]: update to v1.2.0

* fix deps

* disable sanitizer

* fix opengl feature

* fix-dependencies

* [nodesoup]: add new port

* nodesoup

* fix deps

* fix nodesoup namespace

* fix deps

* fix deps

* fix

* fix

* fix deps

* fix deps

* fix deps

* fix deps

---------

Co-authored-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
2023-06-14 12:50:43 -07:00
Mickaël Thomas
1ba9a2591f
[nrf-ble-driver] Fix incorrect tag, version number & compilation with gcc-11.2.0 (#31873)
* [nrf-ble-driver] fix compilation with gcc 11.2.0

PR: https://github.com/NordicSemiconductor/pc-ble-driver/pull/272

* [nrf-ble-driver] fix version & use correct tag

- Fixed version inconsistency (#28036)
- Used correct tag with precompiled hex files
2023-06-12 16:55:21 -07:00
Pierre Gergondet
db2071b449
[nanomsg] Remove nanomsg_BINDIR check as needed (#31553) 2023-06-08 10:21:51 -07:00
Alexis La Goutte
44eab3705d
nghttp2: update to 1.54.0 (#31877) 2023-06-08 09:57:13 -07:00
Alexis La Goutte
1e334d770a
[ngtcp2] enable arm with uwp and update to 0.16.0 (#30593)
* ngtcp2: update to 0.15.0

* ngtcp2: ngtcp2 now build with ARM32 (uwp)

* ngtcp2: update to 0.16.0
2023-06-07 12:11:55 -07:00
Alexis La Goutte
259762c386
nghttp3: update to 0.12.0 (#31829) 2023-06-06 12:27:45 -07:00
Alexis La Goutte
08e86f83af
nghttp2: update to 1.53.0 (#31406)
and remove unnecessary cmake options
2023-05-17 08:38:57 -07:00
Alexis La Goutte
7657ac1077
nghttp3: update to 0.11.0 (#31405) 2023-05-13 09:35:10 -07:00
JonLiu1993
2f1d20a769
[numcpp] update to 2.10.1 (#26482)
* [NumCpp] update to 2.8.0

* update version

* [numcpp] update to 2.10.1

* update vcpkg.json

* update version
2023-05-10 11:27:54 -07:00
Kai Pastor
1f94beda2b
[nettle] Switch from yasm to clang (#30175)
* Add export list generation [skip actions]

* Refresh exports using dumpbin

* [nettle] Update to 3.8.1 [skip actions]

* Disable testsuite and examples [skip actions]

* Update exports for x64 [skip actions]

* Update exports for x86 [skip actions]

* Finish update

* [shiftmedia-libgnutls] Fix 'supports'

* Build arm

* Switch from yasm to clang

* Revise msvc support patch

* Add feature to control tools

* Fix DLL installation

* [skip actions]

* Cleanup
2023-05-08 15:54:25 -07:00
Leonid Pospelov
7c4f51feb0
[node-api-headers] add usage (#31186)
* [node-api-headers] add usage

* port-ver

* .

* .

* Update usage

* Update node-api-headers.json
2023-05-04 10:22:22 -07:00
Billy O'Neal
7e03daeb09
[nu-book-zxing-cpp] Enable stack protector, UWP (#31178)
Applies upstream commit accced21bae23320aad47b295de1085ab4e561b5 which appears to fix UWP and enables the stack protector.

Alternative to: https://github.com/microsoft/vcpkg/pull/29311

Resolves: https://github.com/microsoft/vcpkg/issues/29310
2023-05-01 11:43:15 -07:00
Kai Pastor
cab9ef581c
[ngtcp2] Update, fix config, cleanup (#31073) 2023-04-24 18:34:17 -07:00
Leonid Pospelov
a867a14f2f
[node-addon-api] Update to 6.1.0 (#31020)
* .

* .
2023-04-21 15:51:58 -07:00
Leonid Pospelov
1a21cbb35b
[node-api-headers] Update to 1.0.0 (#31019)
* [node-api-headers] Update to 1.0.0

* update-version
2023-04-21 15:51:49 -07:00
autoantwort
6b718b896b
[netcdf-c] fix feature nczarr-zip (#30938) 2023-04-19 14:43:12 -07:00
Leonid Pospelov
e4c66a59d9
[node-api-headers] add missing compile definitions (#30903)
* [node-api-headers] add missing compile definitions

* add ver

* spelling

* add-ver
2023-04-17 15:36:48 -07:00
Leonid Pospelov
78c1f5bc5e
[node-api] rework port, rename to node-api-headers, apply upstream's versioning (#29743) 2023-04-13 12:50:12 -07:00
autoantwort
5b11232d00
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry

* [many-ports] don't use deprecated functions (autogenerated)

* atkmm: Fix license.
gperftools: Reformat vcpkg_check_features call.
gsl: Fix license.
libpff: Fix license.
pangomm: Fix license.
qtbase: Revert, only comment changes.
type-lite: Reformat vcpkg_check_features and actually use the feature options.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-13 09:13:15 -07:00
Mengna Li
a095d44135
[ngspice] update to 39 (#30499)
* update to 39

* update
2023-03-30 13:36:40 -07:00
Alexis La Goutte
89d6dc6009
[nghttp3 | ngtcp2] Update nghttp3 ngtcp2 (#30463)
* nghttp3: Update to 0.10.0

* ngtcp2: Update to 0.14.0
2023-03-28 13:39:48 -07:00
autoantwort
d1e2ff0c34
[nghttp2-asio] remove feature (#30405) 2023-03-27 11:59:32 -07:00