[g3log] update to 2.6 (#46001)

This commit is contained in:
toge
2025-06-17 08:46:48 +09:00
committed by GitHub
parent 2befd3e2fc
commit 16c71a39e5
5 changed files with 11 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO KjellKod/g3log REPO KjellKod/g3log
REF "${VERSION}" REF "${VERSION}"
SHA512 f48c5bb30d734fc218a5bfb19a406101c89deaee4a2f76b21c7105215a29f558efc2759ee1c1664f62cb37e2d8ae0666f99fdce9b863221e4a9efc9814cdf30c SHA512 94074247811d2811bad634714549f59ca4826976e0129160a007229fdc39b6abdb36a5a3f851de64bf9df11fde5838f200c6d5b171004c5c2f2cd5ae4e0eb3ed
HEAD_REF master HEAD_REF master
) )

View File

@@ -1,6 +1,6 @@
{ {
"name": "g3log", "name": "g3log",
"version": "2.4", "version": "2.6",
"description": "Asynchronous logger with Dynamic Sinks", "description": "Asynchronous logger with Dynamic Sinks",
"homepage": "https://github.com/KjellKod/g3log", "homepage": "https://github.com/KjellKod/g3log",
"license": "Unlicense", "license": "Unlicense",

View File

@@ -119,6 +119,9 @@ freeopcua:arm64-windows=fail # Needs /bigobj
ftgl:arm-uwp=fail ftgl:arm-uwp=fail
ftgl:x64-uwp=fail ftgl:x64-uwp=fail
functions-framework-cpp:x64-uwp=fail # https://github.com/GoogleCloudPlatform/functions-framework-cpp/issues/207 functions-framework-cpp:x64-uwp=fail # https://github.com/GoogleCloudPlatform/functions-framework-cpp/issues/207
g3log:arm-neon-android=fail
g3log:arm64-android=fail
g3log:x64-android=fail
gazebo:x64-linux=fail gazebo:x64-linux=fail
gazebo:x64-windows=fail # VS 2022 Update 3 seems to have broken Gazebo: https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems/edit/1522474 gazebo:x64-windows=fail # VS 2022 Update 3 seems to have broken Gazebo: https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems/edit/1522474
geotrans = skip # Port geotrans source ftp://ftp.nga.mil server extremely slow may take several hours to download geotrans = skip # Port geotrans source ftp://ftp.nga.mil server extremely slow may take several hours to download

View File

@@ -3065,7 +3065,7 @@
"port-version": 3 "port-version": 3
}, },
"g3log": { "g3log": {
"baseline": "2.4", "baseline": "2.6",
"port-version": 0 "port-version": 0
}, },
"gainput": { "gainput": {

View File

@@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "f20671b45e773a71b84f8c8ae9bb0b8105b3cdce",
"version": "2.6",
"port-version": 0
},
{ {
"git-tree": "5cee1161ef602cb402b3c902a4d084b04d6388ae", "git-tree": "5cee1161ef602cb402b3c902a4d084b04d6388ae",
"version": "2.4", "version": "2.4",