This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
msgpack
Watch
1
Star
0
Fork
0
You've already forked msgpack
mirror of
https://github.com/msgpack/msgpack-c.git
synced
2025-04-22 00:30:13 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
msgpack
/
example
History
Nobuyuki Kubota
93142323f0
Merge pull request
#349
from redboltz/variant
...
Variant
2015-09-04 18:42:47 +09:00
..
boost
Unified variant and variant_ref to basic_variant.
2015-08-30 17:05:04 +09:00
c
add missing msgpack_unpacker_free(), and a "clean" assertion avoiding side effects
2015-08-18 12:24:16 +02:00
cpp03
Fixed warnings on build with CMAKE_BUILD_TYPE=Release.
2015-09-01 11:06:29 +09:00
cpp11
Fixed warnings on build with CMAKE_BUILD_TYPE=Release.
2015-09-01 11:06:29 +09:00
CMakeLists.txt
Added msgpack::type::variant and msgpack::type::variant_ref that is based on boost::variant.
2015-08-18 17:47:27 +09:00