CWPack
CWPack copied to clipboard
An ANSI C encoder/decoder for the MessagePack serialization format / msgpack.org[C / Objective-C / Swift]
It should be length. 't' is mising.
Code like the following violates aliasing rules, an object shall only be accessed through its declared type or through a char pointer. I think only the only legal way is...
gcc gives warning against CWP_ITEM_TIMESTAMP decode check. I believe this is probably a genuine issue... and the correct code is as follows:  Thanks for all your work!
Would you accept a PR which adds a CMake configuration to your project? I have little knowledge in CMake's "packaging" side of things (export, local install, stuff like that) ,...
Hi, I am trying to compile the code that depends on CWPack, using GCC sanitizers modules (that help find bugs in software): ``` string(APPEND CMAKE_C_FLAGS_DEBUG " -fno-omit-frame-pointer -fsanitize=address,leak,undefined") string(APPEND CMAKE_CXX_FLAGS_DEBUG...