yida / msgpack-matlab

MessagePack for Matlab
Apache License 2.0
8 stars 7 forks source link

Addresses #3. Set up compatibility with msgpack-c 1.0+ and added BIN and EXT types. #4

Closed randallpittman closed 5 years ago

randallpittman commented 5 years ago

Addresses issue #3. Compatibility mostly addressed with some macros. I tested this with both msgpack-c 0.5.9 and msgpack-c 3.1.1 on MATLAB R2017a. With msgpack-c < 1.0 BIN and EXT types are unpacked with unpack_nil and a warning is emitted.

randallpittman commented 5 years ago

Retracting to add unicode str unpacking.