Commit Graph

561 Commits

Author SHA1 Message Date
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
Laurent Rineau
b73601a461
[cgal] update to 5.6 (#32896)
* [cgal] update to 5.6

adds a patch:
  - do not use Boost MP number type on Windows x86 (32 bits)

* vcpkg x-add-version --all

* update the patch

* vcpkg x-add-version --all
2023-08-10 12:33:11 -07:00
J_Q
cbffe5d6b5
[cnats] Update to 3.6.1 (#33065)
* [cnats] Update to 3.6.1

* [cnats] Update to 3.6.1
2023-08-10 10:18:41 -07:00
autoantwort
6da00e1160
[cpprestsdk] use platform expressions in default-features (#32998)
* [cpprestsdk] use platform expressions in default-features

* [microsoft-signalr] use platform expressions in default-features

* [signalrclient] fix dependencies
2023-08-07 13:18:46 -07:00
Osyotr
df7782523e
[c-ares] Update to 1.19.1 (#32993) 2023-08-07 09:09:36 -07:00
Weihang Ding
fcd7a06ecc
[cpp-httplib] Bump to 0.13.3 (#32949)
* [cpp-httplib] Bump to 0.13.3

* update version database
2023-08-07 09:05:51 -07:00
Weihang Ding
99b6acf20c
[cairomm] Bump to 1.17.1 (#32930)
* [cairomm] Bump to 1.17.1

* update version database
2023-08-04 06:51:53 -07:00
Thomas1664
06a42bb8ab
[c89stringutils, rhasheq] Update (#32829)
* [c89stringutils] Update to 0.0.2

* test UWP

* [rhasheq] Update to latest commit

* version

* version

* Use correct date

* version

* Add rhash patch

* version

* add find_dependency

* version

* remove custom find module

* version
2023-08-03 10:26:49 -07:00
Thomas1664
0e054a2742
[cpptoml] version-string --> version (#32834)
* [cpptoml] `version-string` --> `version`

* version
2023-08-02 11:00:20 -07:00
Lily Wang
679df196c1
[curl] Update to 8.2.1 (#32869)
* [curl] Update to 8.2.1

* update version
2023-08-02 08:59:01 -07:00
Gerber Lóránt Viktor
41f42b34ea
[curlpp] Change curl dependency to not include default features (#32852) 2023-08-01 09:21:37 -07:00
Rémy Tassoux
c55b665e97
[catch2] Update to 3.4.0 (#32867)
* [catch2] Update to 3.4.0

* [catch2] Update version files
2023-08-01 09:20:26 -07:00
Laurent Rineau
c7d5bca83b
[cgal] update to 5.5.2 (#32804)
* [cgal] update to 5.5.3

* vcpkg x-add-version --all
2023-07-31 11:24:37 -07:00
JonLiu1993
a1d682b5aa
[cmakerc] update to 2023-07-24 (#32762) 2023-07-26 10:49:57 -07:00
David Matson
c6cb06f0c9
[cpp-async] Update to version 1.0.1 (#32756) (#32757) 2023-07-25 20:07:29 -07:00
Noah
080bf4d78f
[cxxgraph] Add new port CXXGraph (#32696) 2023-07-25 12:15:24 -07:00
kiwixz
a036271814
[cli11] update to 2.3.2 and enable precompilation (#32704) 2023-07-25 11:03:51 -07:00
Mengna Li
42d20de59d
[clipper2] update to 1.2.2 (#32718) 2023-07-24 10:56:36 -07:00
Peter Adam Korodi
38c402f7a7
[configcat] Update to version 3.0.0 (#32726) 2023-07-24 10:56:17 -07:00
JonLiu1993
864c70b836
[curl] update to 8.2.0 (#32656) 2023-07-21 08:46:53 -07:00
chausner
b83d86364f
[concurrencpp] Update to 0.1.7 (#32646) 2023-07-19 16:06:34 -07:00
Jules
f11cac522a
[ctbench] Add portfile (#31716) 2023-07-17 13:08:24 -07:00
Theodore Tsirpanis
17fc556532
[curl] Add zstd feature. (#32533) 2023-07-13 11:24:11 -07:00
Frank
0632df00a2
[cryptopp] Update version to 8.8.0 (#32544) 2023-07-13 11:23:47 -07:00