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-05-29 07:25:55 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
msgpack
/
src
History
Takatoshi Kondo
0bc4b3f599
Added the C++11 std::array support.
...
std::array<char, N> is mapped to BIN. That is the same mannar as std::vector.
2014-08-10 23:06:30 +09:00
..
gcc_atomic.hpp
Untabified.
2014-07-12 00:17:31 +09:00
Makefile.am
Added the C++11 std::array support.
2014-08-10 23:06:30 +09:00
objectc.c
Untabified.
2014-07-12 00:17:31 +09:00
unpack.c
Fixed
https://github.com/msgpack/msgpack-c/issues/88
2014-07-13 09:35:58 +09:00
version.c
Untabified.
2014-07-12 00:17:31 +09:00
vrefbuffer.c
Added minimum copy/reference threshold.
2014-08-08 14:28:03 +09:00
zone.c
Removed redundant memory allocation from zone.
2014-08-07 15:23:34 +09:00