FURUHASHI Sadayuki
|
cc0114c482
|
cpp: fixed configure.in for gcc 3.x support
|
2011-06-12 15:16:13 +09:00 |
|
Vasily Titskiy
|
cee09a0261
|
Add support for GCC 3.x (no _sync* atomic builtins)
Use atomic routines from libstdc++ instead.
|
2011-05-26 13:27:25 -04:00 |
|
frsyuki
|
eb8a338a0e
|
cpp: unpacker::release_zone() calls msgpack_unpacker_release_zone() #42
|
2011-04-17 08:25:55 +09:00 |
|
frsyuki
|
23480bfe8a
|
cpp: fixed missing ctx.user.z = z and release_zone uses pointer swapp instead of copying #42
|
2011-04-17 08:24:33 +09:00 |
|
frsyuki
|
8446549ed8
|
Merge branch 'master' of github.com:msgpack/msgpack
|
2011-04-17 06:49:36 +09:00 |
|
frsyuki
|
6a9f3ae71d
|
c: fixed a double-free problem on msgpack_unpacker_release_zone #42 (aikar++)
|
2011-04-17 06:48:36 +09:00 |
|
Yuto Hayamizu
|
6990fe6f51
|
remove duplicated code
|
2011-03-03 06:38:09 +09:00 |
|
FURUHASHI Sadayuki
|
0d5708a01d
|
cpp: fixes problem that InterlockedIncrement/Decrement are not found on _WIN32 platform
|
2011-02-24 00:21:54 +09:00 |
|
FURUHASHI Sadayuki
|
67ab510b5d
|
cpp: fixes some implicit cast warnings
|
2011-02-23 23:48:26 +09:00 |
|
frsyuki
|
7974060a40
|
cpp: zone: adds msgpack_zone_swap and msgpack::zone::swap
|
2010-09-26 11:37:37 +09:00 |
|
frsyuki
|
e8abcc1765
|
cpp: sbuffer: check initial buffer size != 0
|
2010-09-26 11:36:57 +09:00 |
|
frsyuki
|
c87f7cb9ac
|
cpp: fixes fix_int; updates test/fixint.cc
|
2010-08-27 20:52:40 +09:00 |
|
frsyuki
|
fe2a0f5089
|
cpp: adds fixed length serialization for integers
|
2010-08-27 17:42:05 +09:00 |
|
frsyuki
|
59ba8dec4e
|
cpp: fixes include paths
|
2010-08-27 16:45:48 +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
|
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
|
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
|
602971408b
|
cpp: move source files into src/ directory
|
2010-05-30 03:02:40 +09:00 |
|