mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[spdlog] update to 1.17.0 (#49244)
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO gabime/spdlog
|
||||
REF "v${VERSION}"
|
||||
SHA512 3c330162201fb405a08040327e08bc3f90336f431b8865d250e1cf171e48eb8a07a0245a8f60118022869de1ee38209b14da76bf6bcc2ec3da60f1853adaf958
|
||||
SHA512 8df117055d19ff21c9c9951881c7bdf27cc0866ea3a4aa0614b2c3939cedceab94ac9abaa63dc4312b51562b27d708cb2f014c68c603fd1c1051d3ed5c1c3087
|
||||
HEAD_REF v1.x
|
||||
)
|
||||
|
||||
@@ -13,6 +13,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
wchar SPDLOG_WCHAR_SUPPORT
|
||||
INVERTED_FEATURES
|
||||
fmt SPDLOG_USE_STD_FORMAT
|
||||
tz-offset SPDLOG_NO_TZ_OFFSET
|
||||
)
|
||||
|
||||
# SPDLOG_WCHAR_FILENAMES can only be configured in triplet file since it is an alternative (not additive)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "spdlog",
|
||||
"version-semver": "1.16.0",
|
||||
"port-version": 1,
|
||||
"version-semver": "1.17.0",
|
||||
"description": "Very fast, header-only/compiled, C++ logging library.",
|
||||
"homepage": "https://github.com/gabime/spdlog",
|
||||
"license": "MIT",
|
||||
@@ -16,7 +15,8 @@
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"fmt"
|
||||
"fmt",
|
||||
"tz-offset"
|
||||
],
|
||||
"features": {
|
||||
"benchmark": {
|
||||
@@ -31,6 +31,9 @@
|
||||
"fmt"
|
||||
]
|
||||
},
|
||||
"tz-offset": {
|
||||
"description": "Omit %z timezone offset (use on platforms without tm_gmtoff)"
|
||||
},
|
||||
"wchar": {
|
||||
"description": "Build with wchar_t (Windows only)",
|
||||
"supports": "windows"
|
||||
|
||||
@@ -9261,8 +9261,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"spdlog": {
|
||||
"baseline": "1.16.0",
|
||||
"port-version": 1
|
||||
"baseline": "1.17.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"spectra": {
|
||||
"baseline": "1.0.1",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7971db787034aef4204ace90e0f94fdbab808f75",
|
||||
"version-semver": "1.17.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "33853c1dc569252eb1df77164b3357d63fc15cb6",
|
||||
"version-semver": "1.16.0",
|
||||
|
||||
Reference in New Issue
Block a user