summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2026-02-05 21:02:54 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-06 10:06:27 -0800
commit8837d163abde016a5921aeff5bb158463299dabc (patch)
tree60904d61e08412b986870df90222ab84a1d4a2f3
parent6be7812f7c4194b18e9ae5875832dd2cad801bce (diff)
downloadmeta-openembedded-8837d163abde016a5921aeff5bb158463299dabc.tar.gz
glaze: Update to 7.0.2
Changes since 7.0.1: 459946d3 version 7.0.2 bump 8879dd5e two element id optimization (#2264) ecfc63b4 Committing clang-format changes e0d153e9 Enum search for when hashing fails (#2263) fc169a51 enum reflection documentation 3d8354a6 Committing clang-format changes f3fc73cc Allow to construct a glz::http_server instance using an asio::io_executor (#2258) 625b6ddd Update README.md 56d20086 Update README.md d3b51565 Update glaze_DISABLE_SIMD_WHEN_SUPPORTED documentation 77fb1384 Update README.md f17d17ca Committing clang-format changes 69eed8c2 YAML support (#2243) 5d652476 Update json-schema.md (#2254) 04883eb1 BEVE and CBOR std::expected support (#2253) 8555337e FEATURE: [json] Add special handling for std::expected<void,E> (#2251) ddea99c5 Simple float (#2248) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/glaze/glaze_7.0.2.bb (renamed from meta-oe/recipes-support/glaze/glaze_7.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb b/meta-oe/recipes-support/glaze/glaze_7.0.2.bb
index 235335b471..9a8fc34a9c 100644
--- a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
+++ b/meta-oe/recipes-support/glaze/glaze_7.0.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
5 5
6SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}" 6SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}"
7 7
8SRCREV = "a4af950700b8af2659f0d4a37a18a1b9c5300593" 8SRCREV = "459946d325c497c274fa59d666bd7cb6e2dd7ad0"
9 9
10inherit cmake 10inherit cmake
11 11