frsyuki
|
f5453d38ec
|
cpp: version 0.5.2
|
2010-07-14 17:06:16 +09:00 |
|
frsyuki
|
331bf0af21
|
cpp: type::raw_ref::str(), operator==, operator!=, operator< and operator> are now const
|
2010-07-14 17:04:41 +09:00 |
|
frsyuki
|
167e2475d8
|
cpp: generate version.h using AC_OUTPUT macro in ./configure
|
2010-07-06 23:30:15 +09:00 |
|
frsyuki
|
fe77251242
|
cpp: fixes missing dependency to generate version.h
|
2010-07-06 19:16:49 +09:00 |
|
frsyuki
|
0c331d2887
|
cpp: updates vcproj
|
2010-07-06 18:18:28 +09:00 |
|
frsyuki
|
39facd5dc6
|
cpp: version 0.5.1
|
2010-07-06 17:59:07 +09:00 |
|
frsyuki
|
a2bd5ae638
|
cpp: ./configure supports --disable-cxx option not to build/install C++ API
|
2010-07-06 17:45:15 +09:00 |
|
frsyuki
|
c57f616141
|
cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} functions
|
2010-07-06 17:10:25 +09:00 |
|
frsyuki
|
3af10a1d00
|
cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} functions
|
2010-07-06 17:00:58 +09:00 |
|
frsyuki
|
71dd44f430
|
cpp: adds operator<<(std::ostream&, const tuple<Type...>&) (experimental)
|
2010-07-06 12:26:21 +09:00 |
|
frsyuki
|
3d3af3284e
|
cpp: adds Doxyfile
|
2010-06-01 08:43:30 +09:00 |
|
frsyuki
|
eabcf15790
|
cpp: update tests
|
2010-06-01 07:16:25 +09:00 |
|
frsyuki
|
684bca203a
|
cpp: adds msgpack_unpacker_next and msgpack_unpack_next
|
2010-06-01 07:15:58 +09:00 |
|
frsyuki
|
d42ecccf6f
|
cpp: msgpack::unpack returns void
|
2010-06-01 07:13:47 +09:00 |
|
frsyuki
|
5a92c861e3
|
cpp: adds msgpack_vrefbuffer_new and msgpack_vrefbuffer_free
|
2010-06-01 07:11:01 +09:00 |
|
frsyuki
|
103b14ea3c
|
cpp: adds msgpack_zbuffer_new and msgpack_zbuffer_free
|
2010-06-01 07:10:39 +09:00 |
|
frsyuki
|
e49f091b4e
|
cpp: adds msgpack_sbuffer_new and msgpack_sbuffer_free
|
2010-06-01 07:10:17 +09:00 |
|
frsyuki
|
6056f93910
|
cpp: add cases.mpac test
|
2010-06-01 05:15:36 +09:00 |
|
frsyuki
|
98a5e43883
|
add crosslang.cc
|
2010-05-31 17:16:40 +09:00 |
|
frsyuki
|
602971408b
|
cpp: move source files into src/ directory
|
2010-05-30 03:02:40 +09:00 |
|
frsyuki
|
2f5d83f07d
|
cpp: type::tuple& operator>>: fix conversion type
|
2010-05-30 01:45:07 +09:00 |
|
frsyuki
|
fc7da17fa2
|
cpp: add sbuffer::clear() and vrefbuffer::clear()
|
2010-05-25 02:57:37 +09:00 |
|
frsyuki
|
979ff80982
|
java: redesign
|
2010-05-20 03:49:26 +09:00 |
|
frsyuki
|
5cad81bf4c
|
cpp: fix return type mismatch in zone.c
|
2010-05-18 14:48:36 +09:00 |
|
frsyuki
|
18967162cf
|
cpp: fix return type mismatch in unpack.c
|
2010-05-18 14:48:23 +09:00 |
|
frsyuki
|
e57084f6df
|
cpp: update ChangeLog
|
2010-04-29 23:45:48 +09:00 |
|
frsyuki
|
8783cf8ec3
|
cpp: fixes unpacker::next
|
2010-04-29 22:32:43 +09:00 |
|
frsyuki
|
91a1f8d9e1
|
cpp: new streaming deserialier API.
|
2010-04-29 22:15:03 +09:00 |
|
frsyuki
|
68f60568ac
|
cpp: build libmsgpackc.so for backward compatibility.
|
2010-04-26 21:52:19 +09:00 |
|
frsyuki
|
9fbca83ac0
|
cpp: add test/{zone,pack_unpack,streaming,object,convert,buffer}.cc
|
2010-04-25 18:08:14 +09:00 |
|
frsyuki
|
d19bfaa2cb
|
cpp: fixes msgpack_vc8.vcproj
|
2010-04-25 09:09:06 +09:00 |
|
frsyuki
|
53d5ddb345
|
cpp: fixes operator<<(packer<Stream>&, const object&)
|
2010-04-25 08:26:42 +09:00 |
|
frsyuki
|
0a5c2e7ab9
|
c,cpp: MSGPACK_OBJECT_NIL = 0x00
|
2010-04-25 08:16:12 +09:00 |
|
frsyuki
|
35802ba949
|
cpp: msgpack_object_equal
|
2010-04-25 08:00:04 +09:00 |
|
frsyuki
|
72160aac9a
|
cpp: combines libmsgpackc and libmsgpack into libmsgpack
|
2010-04-25 07:56:19 +09:00 |
|
frsyuki
|
9df6916029
|
cpp: object::object(const T& v, zone* z) 2
|
2010-04-25 06:39:12 +09:00 |
|
frsyuki
|
9bfa2354ff
|
cpp: fixes serialization of object::type == DOUBLE
|
2010-04-25 02:37:04 +09:00 |
|
frsyuki
|
7d945d3c8e
|
cpp: explicit object(const T& v)
|
2010-04-25 02:30:53 +09:00 |
|
frsyuki
|
05e28752f1
|
cpp: MSGPACK_DEFINE defines T::msgpack_object(object*, zone*)
|
2010-04-25 01:57:05 +09:00 |
|
frsyuki
|
01b6673528
|
cpp: bool operator==(object& x, const T& y)
|
2010-04-25 01:24:24 +09:00 |
|
frsyuki
|
4e85ebbf98
|
cpp: object::object(const T& v, zone* z)
|
2010-04-25 01:12:25 +09:00 |
|
frsyuki
|
120e8bffd7
|
cpp: object::object(const T& v) and object::operator=(const T& v)
|
2010-04-25 00:03:09 +09:00 |
|
frsyuki
|
d24193630e
|
reverts variable-length stack: avoids memory leak
|
2010-04-22 14:46:54 +09:00 |
|
frsyuki
|
354af69f62
|
ruby: fixes SEGV on MessagePack_Unpacker_each
|
2010-04-22 14:38:10 +09:00 |
|
Kazuki Ohta
|
11f7aa4212
|
cpp: fixed small typo in configure.in
|
2010-04-18 15:11:50 +09:00 |
|
frsyuki
|
05b8c00ee7
|
cpp: fixes windows compatibility
|
2010-04-18 00:39:45 +09:00 |
|
frsyuki
|
58854fdae9
|
cpp: add cpp/README.md
|
2010-04-18 00:39:23 +09:00 |
|
frsyuki
|
ab8e0c9e31
|
c,cpp: reforms source tree
|
2010-04-18 00:08:03 +09:00 |
|
frsyuki
|
a6ec726ed7
|
malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZE
|
2010-04-14 21:11:31 +09:00 |
|
frsyuki
|
e79747a600
|
cpp: msgpack/pack.hpp: fixes header
|
2010-04-07 20:02:00 +09:00 |
|