mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
1393ce3d7f
Improvements ================ - Increase required cmake version to 3.15 - Use ffc (pure-C99) as the RESP3 double parser instead of strtod - FetchContent should not include cpack - Add C++ compatibility to sds.h - Apply FD_CLOEXEC on sockets Bug Fixes ============= - fix: add NULL check for c->funcs in redisReconnect - Fix buffer overflow in tests. Maintenance =============== - Fix CI for macOS and docker based runs. - Fix CI on MacOS runners. - Define ssize_t as intptr_t in Windows Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>