CWPack icon indicating copy to clipboard operation
CWPack copied to clipboard

An ANSI C encoder/decoder for the MessagePack serialization format / msgpack.org[C / Objective-C / Swift]

Results 5 CWPack issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/15949488/234828847-4ac24ac5-166e-47af-9b01-f8320bf0a0a2.png) 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) ,...