Skip to content

Commit 42d1485

Browse files
[reflectcpp] Update to 0.17.0 (#43135)
1 parent 401edd4 commit 42d1485

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

ports/reflectcpp/portfile.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO getml/reflect-cpp
44
REF "v${VERSION}"
5-
SHA512 9c5034e6d964a1ae817cb14e4cd0d19ccb69e703affd8c070105ace63f2f0f59079ae450c1de7a19d3e35faf471dcd5e4bbd56cd3f0594f23059dfc45f622ac0
5+
SHA512 ed2773542871c03c62e06a522e80371f6692de00598f865b82b6df408d7b0cf5e7d66bc39a66848e3682b4d22300ef3079f0ccc77e8a2364bca476a8e229c5b8
66
HEAD_REF main
77
)
88

@@ -14,6 +14,8 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" REFLECTCPP_BUILD_SHARE
1414
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
1515
FEATURES
1616
bson REFLECTCPP_BSON
17+
capnproto REFLECTCPP_CAPNPROTO
18+
cbor REFLECTCPP_CBOR
1719
flexbuffers REFLECTCPP_FLEXBUFFERS
1820
msgpack REFLECTCPP_MSGPACK
1921
ubjson REFLECTCPP_UBJSON

ports/reflectcpp/vcpkg.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reflectcpp",
3-
"version": "0.16.0",
4-
"description": "A C++ library for serialization and deserialization using reflection.",
3+
"version": "0.17.0",
4+
"description": "A C++ library for serialization and deserialization using reflection. Supports JSON, Avro, BSON, Cap'n Proto, CBOR, flexbuffers, msgpack, TOML, UBJSON, XML, YAML.",
55
"homepage": "https://github.com/getml/reflect-cpp/",
66
"license": "MIT",
77
"dependencies": [
@@ -32,6 +32,24 @@
3232
}
3333
]
3434
},
35+
"capnproto": {
36+
"description": "Support for the Cap'n Proto format",
37+
"dependencies": [
38+
{
39+
"name": "capnproto",
40+
"version>=": "1.0.2#1"
41+
}
42+
]
43+
},
44+
"cbor": {
45+
"description": "Support for the CBOR format",
46+
"dependencies": [
47+
{
48+
"name": "jsoncons",
49+
"version>=": "0.176.0"
50+
}
51+
]
52+
},
3553
"flexbuffers": {
3654
"description": "Support for the flexbuffers format (part of flatbuffers)",
3755
"dependencies": [

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7925,7 +7925,7 @@
79257925
"port-version": 0
79267926
},
79277927
"reflectcpp": {
7928-
"baseline": "0.16.0",
7928+
"baseline": "0.17.0",
79297929
"port-version": 0
79307930
},
79317931
"refprop-headers": {

versions/r-/reflectcpp.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "dc58776e504b255655dea0ad59f953f66a9c66d1",
5+
"version": "0.17.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "18558577ba05cafc84ff2d0e89eb712297411da9",
510
"version": "0.16.0",

0 commit comments

Comments
 (0)