Takatoshi Kondo
be67d3e362
Fixed an unused function warning.
...
This fix is a part of issue #33 .
https://github.com/snej/msgpack-c/commit/35ba41c24503ec934b1cb181a979459644242a01
2013-11-27 10:33:52 +09:00
Jens Alfke
6f56345dd8
Fixed unused-function warnings
...
The function bodies in header files should be declared static inline.
2013-10-22 21:52:13 +00:00
Takatoshi Kondo
9fc196e750
Fixed freed memory accessing bug.
...
(Issue #32 )
2013-10-22 12:46:06 +00:00
Takatoshi Kondo
53ded063a0
Fixed buffer leak bug.
2013-10-15 11:03:47 +09:00
Takatoshi Kondo
172105828c
Added copyright.
2013-08-30 13:07:42 +09:00
Takatoshi Kondo
ce9e543882
Merge pull request #26 from redboltz/add_throw
...
added return value checking.
2013-08-23 00:34:21 -07:00
Takatoshi Kondo
3ff3ba83f4
added return value checking.
2013-08-23 16:28:02 +09:00
Nobuyuki Kubota
b5a7b5e277
Fixed a compile error caused by MSGPACK_ADD_ENUM with msgpack::packer
2013-08-17 18:20:32 +09:00
Nobuyuki Kubota
1f30cc203a
Temporary fix for a compilation error on OS X
...
fixes #3
fixes #15
2013-04-09 17:38:49 -07:00
Vasily Titskiy
f290814f64
Fix implementation of atomic functions for GCC 3.x
...
__gnu_cxx::__exchange_and_add returns OLD, not NEW value
2013-01-03 19:28:00 -08:00
Hans Duedal
3a2508545d
Fix for mismatched free() / delete / delete[]
...
When doing streaming deserialization, valgrind complains about mismatched free()...
It's caused by calls to auto_ptr::free for zones that are null pointers.
2013-01-03 19:27:17 -08:00
Nicolas Despres
509f27eee1
cpp: Fix convert.enum_member test (issue #50 ).
...
The patch add serialization operator for the given enum to avoid the use
of a cast which leads to strict-aliasing warnings and the test to fail.
Solution suggested by qehgt.
2013-01-03 19:20:07 -08:00
FURUHASHI Sadayuki
b463d9b687
reorganized tree
2013-01-03 19:13:28 -08:00