Commit Graph

784 Commits

Author SHA1 Message Date
Kai Pastor
d5551b8e6e
[curl] General LDAP support, test port (#37152) 2024-03-13 15:48:53 -07:00
Rémy Tassoux
ca00cb2cbf
[catch2] Update to 3.5.3 (#37198)
Update catch2 port from 3.5.2 to 3.5.3 :
https://github.com/catchorg/Catch2/releases/tag/v3.5.3

- [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-07 22:39:10 -08:00
MonicaLiu
4f555033d3
[chakracore] Avoid using MSVC-internal _STRINGIZE (#37242)
Microsoft's C++ standard library recently merged microsoft/STL#4405 to
remove the internal `_STRINGIZE` macro. `chakracore` was using this MSVC
internal macro, so `avoid_msvc_internal_STRINGIZE.patch` was added to
adapt it to the microsoft/STL changes. Reference:
https://github.com/chakra-core/ChakraCore/pull/6970.

- [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.

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-03-07 22:03:05 -08:00
Jia Yue Hua
683c1dfd2d
[glog] update to 0.7.0 (#37071)
- [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-05 02:23:38 -08:00
Bruce Mitchener
5824bacc36
[c-ares] Update to 1.27.0 (#36989)
- [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.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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-01 16:31:38 -08:00
Jeremy Rifkin
783130425b
[cpptrace] Add 0.4.1 (#37014)
- [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.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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.

---------

Co-authored-by: MonicaLiu <liuyumei01@beyondsoft.com>
2024-03-01 15:22:34 -08:00
John Buonagurio
50309c8a89
[ceres] Add feature schur (#36792)
This small PR adds a default feature `schur` to control the
`SCHUR_SPECIALIZATIONS` option in Ceres. It remains on by default.

As described briefly in the
[documentation](http://ceres-solver.org/installation.html#options-controlling-ceres-configuration),
`SCHUR_SPECIALIZATIONS` enables some template specializations which
improve runtime performance of the `SPARSE_SCHUR` solver, but it
requires a large number of explicit instantiations and generates large
object files—large enough to require `/bigobj` in MSVC. This can cause
issues with some compilers particularly in constrained environments.

- [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-27 00:44:07 -08:00
Alexey Rochev
f9209245ca
[cxxopts] Update to 3.2.1 (#36956)
- [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.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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-27 00:13:45 -08:00
Cheney Wang
4324a46e78
[chipmunk] Export targets for usage (#36530)
<!-- 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/36162

Export the targets for usage.
Usage test passed with following triplets:
```
x86-windows 
x64-windows 
x64-windows-static 
```
<!-- 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-02-21 22:46:03 -08:00
Lily Wang
1580d22385
[cairo] Update to 1.18.0 (#36444)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes #36397
<!-- 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.~~
- [x] 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.

All features passed with following triplets:
```
x86-windows
x64-windows
x64-windows-static
```
Usage test passed on `x64-windows`.

<!-- 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-02-21 22:35:32 -08:00
Jean-Sebastien Paquet
92d6736716
[cwapi3d] Add CwAPI3D port (#36798)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] 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.
- [x] 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).
- [x] The versioning scheme in `vcpkg.json` matches what upstream says.
- [x] The license declaration in `vcpkg.json` matches what upstream
says.
- [x] The installed as the "copyright" file matches what upstream says.
- [x] The source code of the component installed comes from an
authoritative source.
- [x] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is in the new port's versions file.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 22:14:06 -08:00
Alonso Schaich
5fd47c1099
[cxxopts] Update to 3.2.0 (#36779)
Fixes #36778

- [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.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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-15 23:17:06 -08:00
Bruce Mitchener
9854d1d922
[cglm] Enable for uwp (#36704) 2024-02-13 13:30:43 -08:00
Jeremy Rifkin
07a2f8c2a9
[cpptrace] Update port to v0.4.0 (#36572)
* Prepare for 0.4.0

* Version update

* Patch from upstream

* bump

* Update hash

* Fixes

* Bump

* rc2

* Bump

* Forgot to update hash

* bump

* Now ready to go

* bump
2024-02-12 14:12:19 -08:00
Frank
fce5c633c8
[curl] Update version to 8.6.0 (#36630)
* [curl] Update version to 36597

* version
2024-02-08 22:56:57 -08:00
Jia Yue Hua
4121864a82
[cpp-httplib] update to 0.15.3 (#36617)
* [cpp-httplib] update to 0.15.3

* [cpp-httplib] update to 0.15.3
2024-02-07 12:40:52 -08:00
Patrik Huber
40c03b650f
[cli11] Update to v2.4.0 (#36589)
* Updated CLI11 version and hash to v2.4.0

* Ran vcpkg.exe x-add-version cli11

* Skip CLI11 build on UWP

CLI11's Unicode support doesn't build on UWP. As UWP is deprecated, it most likely won't be supported in the future.

* Removed cli11 from scripts/ci.baseline.txt

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* Added supports: !uwp to ports/cli11/vcpkg.json

cli11 Unicode support doesn't work on UWP

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* Updated versions/cli11.json

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Patrik Huber <p.huber@mimetrik.co.uk>
2024-02-07 12:39:54 -08:00
Jia Yue Hua
2722138ac1
[cppad] update to 20240000.2 (#36619)
* [cppad] update to 20240000.2

* [cppad] update to 20240000.2
2024-02-07 12:36:37 -08:00
Jia Yue Hua
5f6070e510
[cgicc] update to 3.2.20 (#36599)
* [cgicc] update to 3.2.20

* [cgicc] update to 3.2.20

* [cgicc] update to 3.2.20

* [cgicc] update to 3.2.20
2024-02-07 12:33:25 -08:00
Jia Yue Hua
2e59b8243b
[cwalk] update to 1.2.9 (#36620)
* [cwalk] update to 1.2.9

* [cwalk] update to 1.2.9

* bde config fix
2024-02-07 12:29:55 -08:00
Jia Yue Hua
99369e3127
[cyclonedds, cyclonedds-cxx] update to 0.10.4 (#36624)
* [cyclonedds] update to 0.10.4

* [cyclonedds] update to 0.10.4

* [cyclonedds-cxx] update to 0.10.4

* [cyclonedds-cxx] update to 0.10.4
2024-02-07 12:27:28 -08:00
John Willard
3975146c8a
[json-c] update to 0.17 2023-08-12 (#34381)
* [json-c] update to version 0.17 2023-08-12

* [json-c] update version database

* [clamav] update to version 0.103.11

* [clamav] update version db

* [clamav] add patch to compile isnt.cpp on windows

* [clamav] update version db

* [clamav] remove extra port version

* [clamav] update version db

* fix cmakelists.txt

* update version

* fix cmakelists.txt

* update git-tree

* remove fix-cmakelists.patch

* update git-tree

* format

* update git-tree

---------

Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2024-02-06 12:45:43 -08:00
Jia Yue Hua
2b66c255a7
[clap-cleveraudio] update to 1.2.0 (#36601)
* [clap-cleveraudio] update to 1.2.0

* [clap-cleveraudio] update to 1.2.0
2024-02-06 12:35:18 -08:00
Jia Yue Hua
00217337b2
[cpp-peglib] update to 1.8.6 (#36602)
* [cpp-peglib] update to 1.8.6

* [cpp-peglib] update to 1.8.6
2024-02-06 12:34:38 -08:00
Jeremy Rifkin
42bb0d9e8d
[libdwarf] Update to v0.9.1 (#36526)
* Add libdwarf 0.9.0

* Bump hash

* Retrofit cpptrace and fix a libdwarf issue

* Bump

* Bump a baseline

* Undo baseline bump

* Undo port version bump

* Add libdwarf 0.9.1

* Bump hash

* Move zstd patch to dependencies.diff

* Bump baseline

* Bump

* Undo changes to versoins/c-/cpptrace.json

* properly update cpptrace port version

* --overwrite-version this time

* Forgot to delete file

* fix hash
2024-02-05 17:11:53 -08:00
Jia Yue Hua
e57e93a24f
[c-ares] update to 1.26.0 (#36577)
* [c-ares] update to 1.26.0

* [c-ares] update to 1.26.0

* add more space
2024-02-05 17:02:49 -08:00
miyanyan
17793fec8c
[cpp-httplib] update to 0.15.2 (#36553)
* [cpp-httplib] update to 0.15.2

* [cpp-httplib] update versions
2024-02-05 11:28:46 -08:00
jim wang
7a232ca734
[cgal] Fix feature qt missing dependency boost-format (#36567)
* add dep

* update version
2024-02-05 11:21:43 -08:00
Jia Yue Hua
03feb5af01
[capnproto] update to 1.0.2 (#36580)
* [capnproto] update to 1.0.2

* [capnproto] update to 1.0.2
2024-02-05 11:17:59 -08:00
gastineau
5d51b67824
[calceph] update to version 3.5.5 (#36584) 2024-02-05 11:16:45 -08:00
Jia Yue Hua
fecdd89f28
[cdt] update to 1.4.0 (#36581) 2024-02-05 00:56:22 -08:00
JonLiu1993
afa1c89f30
[cpp-httplib] Fix httplibConfig.cmake can't find Brotli (#36516)
* [cpp-httplib] fix httplibConfig.cmake can't find Brotli

* update version

* merge patch

* update version

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-02-02 11:40:25 -08:00
miyanyan
81e65f7120
[cpp-httplib] update to 0.15.0 (#36438)
* [cpp-httplib] update to 0.15.0

* [cpp-httplib] update versions

* Update fix-find-brotli.patch

Change the EOL from CRLF to LF

* [cpp-httplib] change the EOL from CRLF to LF

* [cpp-httplib] update to 0.15.1

* [cpp-httplib] update versions

* Update cpp-httplib.json

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-01-30 12:40:10 -08:00
JonLiu1993
21fa4ccecf
[vcpkg baseline][clipper2] fix ci error (#36384)
* [clipper2][vcpkg baseline] fix ci error

* update version

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-01-29 11:49:05 -08:00
Javier Matos Denizac
a3a0fc0eae
[cld3] Fix unofficial config (#36399)
* bump port version

* version db

* fix config name

* version db

* fix exports

* fix unofficial config

* version db

* fix config line ending

* version db

* Shrink unofficial-export.patch by using if(0) to disable the unit tests rather than deleting them.

* Billy forgot version DB.

---------

Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-01-26 16:44:50 -08:00
Alexander Rozdaybeda
fd675b7b81
[cld3] New Port (#33312)
* [cld3] new port

* [cld3] fix port version

* update a path to the license

* use vcpkg_install_cmake

* remove deprecated functions

* disable arm test

* update sha

* ci.baseline.txt

* Update scripts/ci.baseline.txt

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

* Update ports/cld3/vcpkg.json

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

* Update ports/cld3/portfile.cmake

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

* fix version

* scripts/ci.baseline.txt

* update patch

* c++ 11 version

* disable 64-osx

* more patches

* fix linux/Win32 static only

* anable other platforms

* fix build

* x64-osx

* ci.baseline.txt

* Revert "ci.baseline.txt"

This reverts commit ade1499c0f70c5171759c5330f0b8ba7394b3438.

* Update ports/cld3/portfile.cmake

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

* fix version

* remove unused vcpkg-cmake-config

* move install headers to portfile

* remove ABI version

* add LF to ci.baseline.txt

* scripts/ci.baseline.txt

* disable unit tests

* fix

* move COMPILER_MSVC to port file

* fix version

* add line break

* refactoring

* uncomment -D_GLIBCXX_USE_CXX11_ABI=0

* add cld3Config.cmake.in

* improve cld3Config.cmake.in

---------

Co-authored-by: Alexander ROZDAYBEDA <alexander.rozdaybeda@avanquest.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-01-25 13:40:54 -08:00
Frank
2098770e7b
[clipper2] Update version to 1.3.0 (#36339)
* [clipper2] Update version to 1.3.0

* version
2024-01-24 09:42:40 -08:00
Jia Yue Hua
b472db9c95
[ctre] update to 3.8.1 (#36307)
* [ctre] update to 3.8.1

* [ctre] update to 3.8.1
2024-01-23 11:44:45 -08:00
Jia Yue Hua
7b641c7c87
[cjson] update to 1.7.17 (#36263)
* [cjson] update to 1.7.17

* [cjson] update to 1.7.17
2024-01-22 10:59:48 -08:00
Jia Yue Hua
7aa68ace49
[cpp-httplib] update to 0.14.3 (#36264)
* [cpp-httplib] update to 0.14.3

* [cpp-httplib] update to 0.14.3
2024-01-22 10:59:35 -08:00
Jia Yue Hua
a434c364ee
[cglm] update to 0.9.2 (#36285)
* [cglm] update to 0.9.2

* [cglm] update to 0.9.2
2024-01-22 10:58:16 -08:00
Jia Yue Hua
4be80ed896
[clickhouse-cpp] update to 2.5.1 (#36295)
* [clickhouse-cpp] update to 2.5.1

* [clickhouse-cpp] update to 2.5.1
2024-01-22 10:58:01 -08:00
Yury Bura
8ccb84df72
[boost] Update to v1.84.0 (#35693)
* [scripts] update Boost ports generation script, fixes #35187

* [boost] remove obsolete patches and re-generate ports

* update versions

* [boost] remove redundant vcpkg_minimum_required

* update versions

* [scripts/boost] update dependencies to config/checks, review b2-options.cmake files

* [boost-*] regenerate ports

* [boost-locale] fix patch

* update versions

* [boost-serialization] fix checks

* update version

* [boost-*] better fixes related to the config checks

* update version

* [boost-cobalt] fix build

* update versions

* [liblas] Boost v1.84.0 requires C++11

* [pcl] fix Unix build

* add versions

* [vcpkg-cmake-get-vars] add CMAKE_<LANG>_COMPILER_VERSION

* [boost-cobalt] detect compiler

* [coin] force C++11

* [json5-parser] force C++11

* add versions

* [boost-cobalt] exclude iOS and Android platforms due to C++ Concepts library is not supported

* [gtsam] force C++11

* [kenlm] force C++11

* [quickfast] force C++11

* [liblas] force C++11

* update versions

* [boost] re-generate port

* update version

* [kenlm] revert changes

* [boost-cobalt] exclude OSX

* update versions

* [plc] remove useless patch after merge

* update versions after merge

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-01-22 10:56:30 -08:00
Tim Wojtulewicz
283105571c
[c-ares] Update to 1.25.0 (#36223) 2024-01-19 11:58:30 -08:00
Jia Yue Hua
b674f6fe41
[cargs] update to 1.1.0 (#36248)
* [cargs] update to 1.1.0

* [cargs] update to 1.1.0

* pkgconfig fixup
2024-01-19 11:56:09 -08:00
Cheney Wang
67e366d850
[cuda-api-wrappers] Update to 0.6.7 (#36145)
* [cuda-api-wrappers] Update to 0.6.7

* remove vcpkg_fixup_pkgconfig()
2024-01-16 15:00:15 -08:00
Kai Pastor
c268e9fc37
[curl] Fix android API < 24 (#36156) 2024-01-16 11:24:32 -08:00
Rémy Tassoux
e6aaec7b92
[catch2] Update to 3.5.2 (#36185)
* [catch2] Update to 3.5.2

* [catch2] Update version files
2024-01-16 10:51:41 -08:00
JonLiu1993
dba5cc8a76
[civetweb] add option support USE_ZLIB (#36083)
* [civetweb] add option support USE_ZLIB

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2024-01-10 17:24:54 -08:00
jim wang
64750c8977
[cctz] Fix compilation error when vs version is greater than 17.7 (#36097)
* Fix compilation errors for VS versions greater than 17.7

* update version
2024-01-10 17:14:28 -08:00
Lily Wang
1489e83212
[coin] Add a warning message for installing libgl and libglu (#36073)
* [coin] Add a warning message for installing libgl and libglu

* update version
2024-01-10 17:04:32 -08:00
Rémy Tassoux
e43977947d
[catch2] Update to 3.5.1 (#36053)
* [catch2] Update to 3.5.1

* [catch2] Update version files
2024-01-08 13:07:07 -08:00
Koby Kahane
5ffb6e19cf
[capstone] Add missing arch features (#35988) 2024-01-03 17:41:56 -08:00
Cheney Wang
8b8ba993a6
[curl] update to 8.5.0 (#35806) 2024-01-02 14:32:00 -08:00
i-curve
c6f9a7b205
[copypp] update to 0.3.0 (#35797) 2023-12-20 12:30:12 -08:00
Carsten Grimm
063265300c
[coin] update to version 4.0.2 (#35711)
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2023-12-18 13:18:02 -08:00
Mark Sinkovics
1bb45db72f
[curl] fix config on iOS (#35662) 2023-12-18 13:15:04 -08:00
Bruce Mitchener
77c73ede01
[cglm] Allow building for arm platforms. (#35607)
This works for arm (at least on macOS).
2023-12-13 23:39:34 -08:00
Bruce Mitchener
9bc9d57943
[catch2] Update to 3.5.0 (#35634)
Also, update the description as v3 is no longer header-only.
2023-12-13 23:32:44 -08:00
Alexander Neumann
be2f582fae
[coin] fix clang-cl builds (#35647)
* [coin] fix clang-cl build

* v db
2023-12-13 23:27:47 -08:00
Peter Adam Korodi
596bd06f1d
[configcat] Update to version 3.2.0 (#35651)
* [configcat] Update to version 3.1.0

* [configcat] Update to version 3.1.0

* [configcat] Update to version 3.1.0

* [configcat] Update to version 3.1.1

* [configcat] Update to version 3.1.1

* [configcat] Update to version 3.2.0

* [configcat] Update to version 3.2.0
2023-12-13 23:27:11 -08:00
winsoft666
9fc945b4a2
[cpp-ipc] Update 1.3.0 (#35668)
* [teemo] Update to v2.7

* [teemo] Format manifest

* [teemo] Update to v2.7

* [akali] Update to v1.43

* [akali] Update to v1.43

* [akali] Update to v1.43

* overwrite version

* add license

* overwrite version

* [akali] Update string replace method.

* [akali] run x-add-version command.

* [cpp-ipc] Update to v1.2.0

* [cpp-ipc] Update to v1.2.0

* Add new port named zoe.

* Add zoe to baseline.

* Add zeo.json

* [zoe] Update REF

* [zoe] Update version.

* [zoe] Add port version.

* [zoe] run x-add-version --all

* [zoe] Remove port-version

* [zoe] Update port-version

* [zoe] Update version

* [zoe] Update code ref.

* [zoe] Update git-version.

* [zoe] Update portfile.cmake

* [zoe] overwrite-version

* [zoe] Update ref.

* [zoe] overwrite-version

* [zoe] Update portfile.

* [zoe] overwrite-version

* [zoe] Not support android.

* [zoe] Update zoe.json

* [crashrpt-lite] Add new port.

* Format manifest files

* [crashrpt-lite] Instead deprecated functions.

* add crashrpt-lite.json

* [crashrpt-lite] update version.

* Remvoe crashrpt-lite

* Remvoe crashrpt-lite

* [zoe] Export cmake config files.

* [zoe] Export cmake config files.

* [zoe] Update git-tree.

* [zoe] Add usage and config fixup.

* [zoe] Update git-tree

* [zoe] remove usage.

* [zoe] Update git-tree

* use new function

* vdb

* [veigar] Add a new port.

* [veigar] Add a new port.

* [veigar] Add veigar.json

* [veigar] Fix compile issue.

* [veigar] Update Code.

* [veigar] Fix bug.

* [veigar] Update veigar.json

* Fix compilation failures on non-windows platforms.

* [veigar] overwrite-version

* [veigar] Fix compilation failures on non-windows platforms.

* [veigar] Fix compilation failures on non-windows platforms.

* [veigar] Add support platform.

* [veigar] overwrite-version

* [veigar] Add license.

* [veigar] Add license.

* [veigar] Use ${VERSION}

* [veigar] Use ${VERSION}

* [veigar] Update code REF.

* [veigar] run .\vcpkg.exe x-add-version veigar --overwrite-version

* [veigar] Update support platform.

* [veigar] Update support platform.

* [veigar] Update support platform.

* [veigar] Update support platform.

* [veigar] Not support uwp.

* [veigar] Not support uwp.

* [veigar] Fix bug.

* [veigar] Fix bug.

* [veigar] Update to 1.2

* [veigar] Update to 1.2

* [veigar] Update format.

* [veigar] Update format.

* [veigar] Update format.

* [veigar] Remove debug share files.

* [veigar] Remove debug share files.

* [veigar] Update version.

* [veigar] Update version.

* [cpp-ipc] Update to 1.3.0

* [cpp-ipc] Update to 1.3.0

---------

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: admin <admin@windows.com>
Co-authored-by: paipai <noexist@gmail.com>
Co-authored-by: Frank <1433351828@qq.com>
2023-12-13 23:23:17 -08:00
Kai Pastor
87e44be6f5
[cppcms] Fix dependencies and linkage (#35578)
* [cppcms] No uwp

* [cppcms] Fix dependencies and linkage

* [cppcms] No python for build

* Fixup
2023-12-12 01:28:04 -08:00
i-curve
ea958c708e
[copypp] update to 0.2.0 (#35536) 2023-12-06 14:01:53 -08:00
jim wang
86a6c21d41
[cnats] Repair installation path (#35493) 2023-12-06 13:56:22 -08:00
Charlie Barto
b051745c68
[cpprestsdk] Update to 2.10.19 (#35497) 2023-12-05 17:52:53 -08:00
Lily Wang
293d43427b
[curlpp] Remove find_dependency from wrapper file (#35482) 2023-12-04 17:35:22 -08:00
Jeremy Rifkin
83055c068d
[cpptrace] Add 0.3.1 (#35473) 2023-12-04 17:31:13 -08:00
i-curve
d31c6ce081
[copypp] update to 0.1.1 (#35454) 2023-12-04 17:29:25 -08:00
gastineau
d8d5186f0e
[calceph] update to version 3.5.4 (#35443) 2023-12-04 17:19:41 -08:00
sewon jeon
607aac2203
[cuda-api-wrappers] new port (#35376) 2023-12-04 17:13:07 -08:00
Sam Yun
e85cafa30d
Add ctstraffic port (microsoft/ctsTraffic) (#35238)
* Initial port

* Add to baseline

* Usage

* update hash

* Update to fixed version

* Update json

* Disallow uwp

* rename to ctstraffic

* Only build release

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

* Remove copy_pdbs

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

* Add line at end

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

* Update hash

* Update ports/ctstraffic/portfile.cmake

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

* Update hash

---------

Co-authored-by: Sam Yun <samyun@microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-11-30 13:58:50 -08:00
Ian Reinhart Geiser
a5062aeddd
[cnats] Update to 3.7.0 (#35384)
* bump nats.c version to 3.7.0

* run x-add-version

* Use version string instead of hash

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

* fix versions

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-11-29 19:16:47 -08:00
Frank
567d3b650d
[CImg] Update and install the header files (#35222)
* [CImg] Update and install the header files

* version

* update portfile.cmake

* version
2023-11-29 01:15:20 -08:00
Jeremy Rifkin
2cb6ec989f
[cpptrace] Add v0.3.0 (#35240)
* Initial work to add 0.3.0

* Bump

* Bump hash

* Bump

* Bump hash

* Bump

* Bump

* Bump

* More changes

* Bump

* Bump hash

* Bump

* Add an option

* Cleanup

* Bump

* Set to 0.3.0

* Bump

* Suggestions from dg0yt

* Bump

* Bump tag hash

* Bump git tree

* Delete patch from merge

* Bump

* Try to fix libassert build

* Bump

* Try again

* Bump

* Undo attempts to set cpptrace version for libassert

* Bump

* Add libassert 1.2.2

* Update libassert's vcpkg.json

* Bump

* Forgot to update SHA, also remove a patch that's not needed

* Bump

* Add patch for cpptrace::nullable

* Bump
2023-11-29 01:09:30 -08:00
i-curve
352d062274
[copypp] New port #35309 (#35310)
* [copypp] New port #35309

* update version. #35309

Signed-off-by: i-curve <i-curve@qq.com>

* [copypp] modify the style as suggested #35309

Signed-off-by: i-curve <i-curve@qq.com>

* [copypp] update the version (#35309)

* [copypp] modify file format (#35309)

Signed-off-by: i-curve <i-curve@qq.com>

* [copypp] update the version (#35309)

Signed-off-by: i-curve <i-curve@qq.com>

* [copypp] remove deprecated function (#35309)

Signed-off-by: i-curve <i-curve@qq.com>

* [copypp] update version (#35309)

Signed-off-by: i-curve <i-curve@qq.com>

---------

Signed-off-by: i-curve <i-curve@qq.com>
2023-11-29 00:42:11 -08:00
Lily Wang
f316aa8ae1
[vcpkg baseline][czmq] Disable build with systemd (#35297)
* [vcpkg baseline][czmq] Disable build with systemd

* update version
2023-11-23 22:52:49 -08:00
Jeremy Rifkin
ff30334f3d
[libassert] New port (#35094)
* Initial work to add libassert

* Bump

* Fix linux build

* Bump

* Update versions/l-/libassert.json

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

* Update cpptrace dependency specification

* Patch cpptrace's config file

* Bumps

* Format fix

* Bump

* Remove libdwarf.patch

* Bump

* No need to list libdwarf as a dependency of libassert

* Bump

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2023-11-22 14:40:00 -08:00
Francesco Bertolaccini
3bfa3d4f33
[clap-cleveraudio] New port (#35197)
* [clap-cleveraudio] New port

* Remove needless options
2023-11-21 14:09:20 -08:00
Bill Avery
6793733a88
[cppgraphqlgen] Update to v4.5.5 (#35180)
* [cppgraphqlgen] Update to v4.5.5

* Reformat with vcpkg format-manifest

* Run vcpkg x-add-version
2023-11-17 15:03:59 -08:00
autoantwort
ced9a6771d
[cfitsio] fix uwp build (#35009) 2023-11-14 16:09:58 -08:00
Peter Adam Korodi
877eaea999
[configcat] Update to version 3.1.1 (#35025)
* [configcat] Update to version 3.1.0

* [configcat] Update to version 3.1.0

* [configcat] Update to version 3.1.0

* [configcat] Update to version 3.1.1

* [configcat] Update to version 3.1.1
2023-11-14 13:05:58 -08:00
Peter Adam Korodi
b5efc39012
[configcat] Update to version 3.1.0 (#34958)
* [configcat] Update to version 3.1.0

* [configcat] Update to version 3.1.0

* [configcat] Update to version 3.1.0
2023-11-09 10:59:25 -08:00
Aleksei Shpakovskii
fbe824cb47
[crc32c] add license (#34516)
* [crc32c] add license

* Update version database
2023-11-08 10:10:24 -08:00
Kered13
6a3528138b
Update cppslippi to 1.3.3.14 (#34969) 2023-11-08 09:39:35 -08:00
Kered13
2a019b987c
Update CppSlippi to 1.2.3.14 (#34861) 2023-11-02 10:37:17 -07:00
Jeremy Rifkin
88818ef68c
[cpptrace] New port (#34217)
* Add cpptrace port

* Add version entries

* Update portfile

* Update

* Update

* Update version number

* Update version number

* x

* version

* Update sha

* Update sha

* Cpptrace update

* Cpptrace update

* Try to resume work on adding cpptace. Incorporates feedback.

* baselines

* Update config path

* Add a patch for 32-bit windows

* Another patch

* Fix patch

* Fix patch again

* Try to fix windows warnings

* Try to fix static build

* See if CI will run if I push again

* Try to fix issue

* Update patches

* update port version

* add prefixes back

* Bump hash

* Patch

* Bump hash

* Patch

* Bump hash

* Patch

* Bump hash

* Patch

* Bump hash

* Specify no UWP

* Bump hash

* Update description

* Bump hash

* Update ports/cpptrace/portfile.cmake

Co-authored-by: Billy O'Neal <bion@microsoft.com>

* Update patches

* Bump hash

* Bump to cpptrace 0.2.1

* Bump hash

* Add patch

* Bump hash

* Try to handle zlib better

* Bump hash

* Fix vcpkg.json

* Bump hash

* fix

* Bump hash

* Bump baseline

* patch

* Bump hash

* Update patch and usage

* Bump hash

* fixes

* Bump hash

* update

* Bump hash

* Update ports/cpptrace/v0.2.1-patches.patch

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* Try to use libdwarf via vcpkg

* Bump

* Fix

* Bump

* Update libdwarf target name

* Bump

* Try fix

* Bump

* Try fix

* Bump

* Add patches for libdwarf headers

* bump

* Split up patches

* Bump

* Trim patch

* Bump

---------

Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-11-01 13:38:06 -07:00
autoantwort
6c83d489f2
[magnum] use supports expressions (#34741) 2023-11-01 13:37:36 -07:00
ChenPi11
ab567f88a4
[cppp-reiconv] new port (#34263)
* [cppp-reiconv] New port

* [cppp-reiconv] Add Python required.

* [cppp-reiconv] Fix a bug.

* [cppp-reiconv] Avoid create binary directory when static build.

* [cppp-reiconv] Update version database.

* [cppp-reiconv] Update SHA of `git-tree` in version database.

* [cppp-reiconv] Update SHA512.

* [cppp-reiconv] Update version db SHA info.

* [cppp-reiconv] Use `v${VERSION}` for version.

* [cppp-reiconv] Use `vcpkg_extract_source_archive` instead of
`vcpkg_extract_source_archive_ex`.

* [cppp-reiconv] Update SHA of git-tree in version database.
2023-10-27 19:38:54 -07:00
Jia Yue Hua
46b3d5404d
[cpp-sort] add new port (#34677)
* [cpp-sort] add new port

* [cpp-sort] fix usage

* [cpp-sort] add new port

* [cpp-sort] fix usage

* [cpp-sort] add new port
2023-10-24 11:05:02 -07:00
Kai Pastor
4ff2d52566
[check,libsbml] Update, port fixes (#34656)
* [libsbml] Update, port fixes

* [check] Follow VCPKG_LIBRARY_LINKAGE

* [check] Don't install checkmk

* [check] Burn-in dllimport

* [libsbml] Devendor dirent

* [libsbml] Burn-in library linkage

* Finish

* Fix typo

* [libsbml] Shorten patch
2023-10-24 09:09:15 -07:00
Kai Pastor
2d0bfe54b8
[civetweb] Dynamic linkage, debug pc file (#34654) 2023-10-23 11:26:58 -07:00
Mengna Li
fbba5251f7
fix error hash (#34584) 2023-10-20 09:32:21 -07:00
gentooise
3e1bc1a3ca
[cpr] update cpr port and baseline to 1.10.5 (#34515)
* update cpr port and baseline to 1.10.5

* use version as ref in portfile
2023-10-18 10:15:03 -07:00
Jia Yue Hua
bc1ffaed11
fix deps (#34524) 2023-10-18 10:08:16 -07:00
Frank
5a62a63f99
[cpptoml] Disable LIBCXX feature (#34507)
* [cpptoml] Disable LIBCXX feature

* version

* ${VERSION}

* version
2023-10-17 11:36:23 -07:00
Mengna Li
8e214e8be1
[cryptopp] update to 8.9.0 (#34322) 2023-10-13 11:28:34 -07:00
autoantwort
3dcf79d320
[corrade] fix clang-16 build (#34417) 2023-10-12 20:46:51 -07:00
Billy O'Neal
b40de44891
[curl] Update to 8.4.0. (#34405)
This fixes a HIGH severity vulnerability: https://daniel.haxx.se/blog/2023/10/11/curl-8-4-0/

See also: https://daniel.haxx.se/blog/2023/10/11/how-i-made-a-heap-overflow-in-curl/

Resolves: https://github.com/microsoft/vcpkg/issues/34281
2023-10-11 11:10:58 -07:00
Johannes Schönberger
11dd63f957
[colmap] Update to latest version from 2023-10-01 (#33251) 2023-10-10 14:59:26 -07:00
Cheney Wang
545e152cd4
[cppmicroservices] Remove /WX option (#34344) 2023-10-09 15:37:03 -07:00
autoantwort
17e2bc7552
[cubeb] no docs (#34340) 2023-10-09 15:36:14 -07:00
Weihang Ding
ca07471a8b
[cpp-async] Bump to 1.1.0 (#34365) 2023-10-09 15:31:56 -07:00
Weihang Ding
3174753371
[canvas-ity] New port (#33629) 2023-10-09 15:27:37 -07:00
Leonid Pospelov
3b7578831d
[chakracore] enable static crt (#34270) 2023-10-04 16:55:03 -07:00
Jia Yue Hua
ac997f8f0d
[cub] update to 2.1.0 (#34111) 2023-10-04 14:25:20 -07:00
Jia Yue Hua
1981815413
[caf] update to 0.19.3 (#34073) 2023-10-03 21:08:27 -07:00
Jia Yue Hua
9997c0aa76
[clickhouse-cpp] update to 2.4.0 (#34082) 2023-10-03 20:33:13 -07:00
Frederik Carlier
0659bf1750
[cppdap] new port (#34214) 2023-10-03 18:04:10 -07:00
Jia Yue Hua
3ec6c423fc
[civetweb] update to 1.16 (#34080) 2023-10-02 21:03:56 -07:00
Jia Yue Hua
c70a966ca6
[cmark] update to 0.30.3 (#34096) 2023-10-02 20:53:42 -07:00
Jia Yue Hua
531e2474e9
[continuable] update to 4.2.2 (#34099) 2023-10-02 20:50:10 -07:00
Jia Yue Hua
c10bd071b5
[cpp-peglib] update to 1.8.5 (#34100) 2023-10-02 20:49:56 -07:00
Jia Yue Hua
e6c3b1499f
[cwalk] update to 1.2.7 (#34104) 2023-10-02 20:49:32 -07:00
Jia Yue Hua
8db65b8684
[cubeb] update to 2023-09-26 (#34103) 2023-10-02 20:49:17 -07:00
Jia Yue Hua
0fa73de34b
[cglm] update to 0.9.1 (#34074)
* [cglm] update to 0.9.1

* [cglm] update to 0.9.1
2023-09-28 22:55:08 -07:00
Jia Yue Hua
dc847d3c63
[cgns] update to 4.4.0 (#34075)
* [cgns] update to 4.4.0

* [cgns] update to 4.4.0
2023-09-28 22:41:44 -07:00
Jia Yue Hua
a317017c00
[capstone] update to 5.0.1 (#34076)
* [capstone] update to 5.0.1

* [capstone] update to 5.0.1
2023-09-28 22:38:12 -07:00
Jia Yue Hua
3b23b4e9e9
[clblast] update to 1.6.1 (#34081)
* [clblast] update to 1.6.1

* [clblast] update to 1.6.1
2023-09-28 22:27:58 -07:00
MonicaLiu
e2910c42c0
[cppzmq] Update to 4.10.0 (#34084)
* update cppzmq

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-09-28 22:26:33 -07:00
Kai Pastor
08a6cdd73b
[curl] Update to 8.3.0 (#33924)
* [curl] Update to 8.3.0

* Add explicit usage

* Fix CMake 3.7 compatibility

* Update copyright

* Update vcpkg-cmake-wrapper
2023-09-26 00:09:06 -07:00
Osyotr
8f7a19d17d
[cctz] Use official CMakeLists.txt (#33958) 2023-09-25 23:48:43 -07:00
Jia Yue Hua
967ac0f57a
[ctre] update to 3.8 (#33976)
* [ctre] update to 3.8

* [ctre] update to 3.8
2023-09-25 23:40:26 -07:00
Jia Yue Hua
06d3ef8525
[cjson] update to 1.7.16 (#34001) 2023-09-25 23:37:00 -07:00
jim wang
0d5ed93c6d
[cppmicroservices] Update to 3.7.6 (#33858)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* update to 3.7.6

* update version
2023-09-22 16:03:14 -07:00
autoantwort
712089644a
[cpprestsdk] fix uwp (#33768)
* [cpprestsdk] fix uwp

* test
2023-09-18 09:58:32 -07:00
autoantwort
755760ee87
[cairo] no uwp (#33773) 2023-09-18 09:57:34 -07:00
Leonid Pospelov
d48d056965
[civetweb] fix arm64-windows build (#33783)
* [civetweb] Enable arm64-windows build

* port-version

* versiondb

* versiondb
2023-09-18 09:55:02 -07:00
Weihang Ding
219c8de643
[cpu-features] Bump to 0.9.0 (#33831)
* [cpu-features] Bump to 0.9.0

* Update version database
2023-09-18 09:14:08 -07:00
John Farrier
a0d636b79b
[celero] Updated to v2.9.0 (#33741)
* [celero] Updated to v2.9.0

- SHA512s are updated for each updated download
- Fixed demo project compilation on Linux
- Tested on Windows x64 (Visual Studio) and Linux x64 (GCC on Ubuntu).

* [celero] Updated to v2.9.0

Updated VCPKG database files.
2023-09-14 13:30:58 -07:00
autoantwort
1ca3ee9265
[civetweb] no windows arm (#33711) 2023-09-13 16:42:02 -07:00
JonLiu1993
e44d60e6bf
[czmq] code clean up (#33650) 2023-09-13 15:43:05 -07:00
Yury Bura
caa7579a1c
[boost] update to v1.83.0 (#33597) 2023-09-13 15:40:46 -07:00
Vitalii Koshura
299ed32cfa
[cpp-httplib] Update to 0.14.0 (#33635)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-09-07 20:23:56 -07:00
JonLiu1993
c76b894f67
[clipper2] Provide CLIPPER2_UTILS target (#33585) 2023-09-07 14:57:09 -07:00
autoantwort
2364f74e8e
[cpu-features] tools does not build on arm64-osx (#33513) 2023-09-05 22:37:31 -07:00
Stig Hornang
a1703aa3e8
[capnproto] Update to v1.0.1 (#33446)
Updated to include capnproto f4152f83b which fixes error C7692:
"rewritten candidate function was excluded..." which occurs when
building with MSVC 2022.

The updated code brings in another bug which is only fixed in the v2
branch of capnproto (not in master which is used here). The first
patch in this commit disables the problematic code by disabling the
coroutine check in async-prelude.h

The second patch disables KJ_USE_EPOLL for Android NDK version < 23
where sigtimedwait is not defined.
2023-09-05 22:32:34 -07:00
Cheney Wang
f4a2113a47
[chromaprint] Update to v1.5.1 (#33497)
* [chromaprint] Update to v1.5.1

* Disable test build
2023-09-01 12:01:11 -07:00
Mengna Li
7ec387ac32
fix LINK2019 error (#33484) 2023-09-01 11:29:01 -07:00
autoantwort
7b80e3cb14
[cctag] fix build (#33468) 2023-08-31 12:52:56 -07:00
autoantwort
9a42754c61
[cmark] use supports expression (#33398) 2023-08-29 11:52:19 -07:00
autoantwort
1bf9598d1b
[cpuinfo] use supports expression (#33399) 2023-08-29 11:51:36 -07:00
Weihang Ding
4861ec79f5
[cpu-features] Bump to 0.8.0 (#33404)
* [cpu-features] Bump to 0.8.0

* Update version database

* Fix arm64-windows

* Update version database

* Fix android usage

* Update version database
2023-08-29 11:21:10 -07:00
autoantwort
c2fbffc288
[cityhash] use supports expression (#33381) 2023-08-28 13:27:39 -07:00
Weihang Ding
436a061a54
[cairomm] Remove unnecessary dependencies (#33329)
* [cairomm] Remove unnecessary dependencies

* Update version database
2023-08-25 12:43:10 -07:00
autoantwort
aa992d3820
[corrade] fix core build when cross compiling (#33341) 2023-08-23 21:43:08 -07:00
Kered13
aeaf27d0f3
Update cppslippi to 1.1.3.14 (#33218) 2023-08-21 12:02:56 -07:00
autoantwort
1f16bc3847
[cgns] fix core build on windows (#33269) 2023-08-21 11:54:51 -07:00
Alexander Neumann
3c268c7706
[chakracore] msbuild (#33182)
* chakracore msbuild

* v db

* add features

* fix control flow

* v db

* format-manifest

* v db

* Fix build

* v db
2023-08-17 14:22:37 -07:00
Weihang Ding
1759aaf2dc
[cista] Bump to 0.14 (#33229)
* [cista] Bump to 0.14

* update version database
2023-08-17 11:08:01 -07:00