mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Improvements ============= error_on_missing_array_elements option Glaze vs Boost.Beast HTTP server benchmarks and optimizations custom optional support Add clang-cl CI workflow Make REST router more like a map and allow overwriting routes Fixes ====== YAML fix for generic_u64 and generic_i64 format_context to support specifying YAML in opts format field glz::patch support for all glz::generic_ types Avoid erroring on nullable value types Fix GNU-style flag passing to MSVC frontend Nullable value write skipping Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
20 lines
712 B
BlitzBasic
20 lines
712 B
BlitzBasic
SUMMARY = "Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, EETF "
|
|
HOMEPAGE = "https://stephenberry.github.io/glaze/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
|
|
|
|
SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}"
|
|
|
|
SRCREV = "959c50207aa552a8de5aabfcbb6801d08fa6fb9d"
|
|
|
|
inherit cmake
|
|
|
|
EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF -Dglaze_DEVELOPER_MODE=OFF"
|
|
|
|
FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake"
|
|
|
|
# Glaze is a header-only C++ library, so the main package will be empty.
|
|
ALLOW_EMPTY:${PN} = "1"
|
|
|
|
BBCLASSEXTEND = "native"
|