obache
748d2f8f24
Update msgpack to 0.5.9.
...
2014-07-02 version 0.5.9:
* Support std::tr1 unordered containers by default (#51 , #63 , #68 , #69 )
* Remove some warnings (#56 )
* Fix segmentation fault after malloc failures (#58 , #59 )
* Fix alloc/dealloc mismatch (#52 , #61 )
* Fix sample codes (#60 , #64 )
* Support implicit conversion from integer to float/double (#54 )
* Improve documents (#45 , #75 , #82 , #83 )
* Support CMake (#20 , #87 )
* Remove Ruby dependencies in bootstrap (#86 , #87 )
* Add FILE* buffer (#40 )
* Other bug fixes and refactoring: #39 , #73 , #77 , #79 , #80 , #81 , #84 , #90
2014-08-08 12:27:44 +00:00
jperkin
56cb9a056e
GCC_REQD should be appended to, not set.
...
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD
was forcing an older (and broken) one to be pulled regardless.
2014-02-19 09:44:56 +00:00
obache
03c7ab13b7
Update msgpack to 0.5.8.
...
2013-12-23 version 0.5.8:
* Move to the new github repository msgpack/msgpack-c
* Support the new deserialization specification
* fixes the problem of unpack helpers for array and map with 32bit compilers (#37 , #38 )
* Other bug fixes and refactoring: #46 , #41 , #36 , #35 , #33 , #32 , #30 , #29 , #28 , #27 , #26 , #25 , #8 , #3
* Update of documents: #23 , #18 , #17
2014-01-23 09:34:03 +00:00
asau
e1ab7079b6
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-31 11:16:30 +00:00
obache
fc0e8bb49f
Update msgpack to 0.5.7.
...
2011-08-08 version 0.5.7:
* fixes compile error problem with llvm-gcc and Mac OS X Lion
2011-09-04 02:57:11 +00:00
obache
7261845585
Update msgpack to 0.5.6.
...
2011-04-24 version 0.5.6:
* #42 fixes double-free problem on msgpack_unpacker_release_zone
2011-05-06 05:48:11 +00:00
obache
3bc4b0c305
Import msgpack-0.5.5 as devel/msgpack.
...
MessagePack is an efficient object serialization library, which are very compact
and fast data format, with rich data structures compatible with JSON.
2011-04-06 13:01:30 +00:00