Takatoshi Kondo
01f3d24fee
Unify all package related names to msgpack-c.
...
Update the version to 6.0.0.
2023-02-28 10:49:13 +09:00
Takatoshi Kondo
4bc64de0ec
Fixed #948 .
...
Added msgpack_unpacked_destroy() call.
2021-04-24 15:25:37 +09:00
yuangongji
534466894e
update the install section
2020-02-13 17:08:46 +08:00
Sam Doshi
384242e5eb
Don't sudo with brew in QUICKSTART-C.md
2017-10-01 08:29:46 +01:00
Takatoshi Kondo
8674c821c4
Merge branch 'master' of https://github.com/clarkli86/msgpack-c into clarkli86-master
2017-07-20 11:18:38 +09:00
Clark Li
2698cfc254
Fix return type in C quickstart examples
2017-07-18 23:22:56 +09:30
Takatoshi Kondo
c06d4d70ef
Fixed #395
...
libmsgpack.[a|so] is the library file for C++.
libmsgpackc.[a|so] is the library file for C.
Since version 1.0.0, the C++ parts of msgpack-c is a header only
library. So libmsgpack.* shouldn't be generated.
On the autotools building environment, removed libmsgpack.*
generation. On the cmake building environment, replaced libmsgpack.*
with libmsgpackc.* and set so-version to 2.0.0.
2016-01-14 07:59:37 +09:00
Kashyap
772e4e01a3
Remove whitespace
2015-12-01 09:27:10 +05:30
Kashyap
3660b495c3
Use post 1.x APIs in Quickstart docs
2015-12-01 09:26:46 +05:30
Kashyap
7a02f03a82
Update install instructions with latest msgpack
2015-12-01 09:26:19 +05:30
Tomasz Kłak
1822523289
Update QUICKSTART-C.md
...
Fixed typo regarding missing rpc implementation.
2015-03-13 17:15:56 +01:00
Nobuyuki Kubota
79151f517f
Imported quickstarts from wiki
2013-08-17 18:51:56 +09:00