mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
glaze: upgrade 7.7.1 -> 7.8.1
Improvements ============ - Add glz::reflect_array to serialize structs as arrays without enumerating members - Centralize Asio backend selection into a glaze::asio target, and export it to find_package consumers so the standalone/Boost Asio macro pair is configured consistently - Support custom_read/custom_write types as tagged variant alternatives - Support custom_read/custom_write types as tagged variant alternatives in YAML - Add a CI workflow for MSVC /O2 builds Fixes ====== - Fix streaming buffer refill when skipping unknown keys - RFC 6455: reject oversized WebSocket control frames - RFC 9112: fix Host authority in HTTP and WebSocket clients - Cast to unsigned char before cctype calls in parsers (avoids UB on negative char values) - RFC 6455: fix WebSocket close frame validation - Fix WebSocket client handling of data received together with the handshake response - Guard std::numeric_limits<T>::min/max against Windows min/max macros - Fix TOML/YAML block layout for transparent write wrappers - Resolve custom variant specialization ambiguity for YAML/BEVE/CBOR/MessagePack/TOML - Guard std::min & std::max calls from minwindef.h defines - Fixed CMake version to match v7.8.1 tag (v7.8.0 was missing CMake and version.hpp bump) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
|
||||
|
||||
SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}"
|
||||
|
||||
SRCREV = "ae87b187e2264ad452777bca68e35595406e9dca"
|
||||
SRCREV = "9618ef8ef503c72b10e7b2769839784f09d24d2c"
|
||||
|
||||
inherit cmake
|
||||
|
||||
Reference in New Issue
Block a user