[refl-cpp] Update to 0.12.2 (#22374)

* Update refl-cpp to 0.12.2

* Update CI baseline
This commit is contained in:
Veselin Karaganev 2022-01-06 23:23:10 +02:00 committed by GitHub
parent ada85a50ea
commit 1ea0b48ddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 6 deletions

View File

@ -3,11 +3,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO veselink1/refl-cpp
REF v0.12.1
SHA512 7f1b9473512e305181f2c46940d34aa75a9cee65c69340ddb68b7e5bb2346206ff2c5b83c5d8460bac4a738258e4f6305b6fe8bc3044a1bcb69b30d79dcd5107
REF v0.12.2
SHA512 a124f12f2a491b3f2ea74bcf3b8cd3e14f1a4aa5ede105edbed90c3329af7d7fffa5c7a287f2e1e6079d9f0fad34190887700ae20a7d15f00299526317b41137
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/refl.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(COPY "${SOURCE_PATH}/include/refl.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)

View File

@ -1,6 +1,6 @@
{
"name": "refl-cpp",
"version": "0.12.1",
"description": "A compile-time reflection library for modern C++ with support for overloads, templates, attributes and proxies",
"version": "0.12.2",
"description": "Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).",
"homepage": "https://github.com/veselink1/refl-cpp"
}

View File

@ -6013,7 +6013,7 @@
"port-version": 1
},
"refl-cpp": {
"baseline": "0.12.1",
"baseline": "0.12.2",
"port-version": 0
},
"refprop-headers": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f5aea911f8cfd7c6eecadb50142f00205a2e7f57",
"version": "0.12.2",
"port-version": 0
},
{
"git-tree": "109d4729d1755ca3cc45a9b9e54b8e62e2ad20cd",
"version": "0.12.1",