Takatoshi Kondo
260ce4aa1d
Added object that has integer to float and double converter.
2014-01-21 21:12:13 +00:00
xunzhang
a97f764088
update type.hpp, support std::tr1::unordered_map and std::tr1::unordered_set
2014-01-13 14:12:17 +08:00
Nobuyuki Kubota
27777dcd31
Merge pull request #46 from redboltz/fixed_size_type
...
Fixed size types based on snej's pull request.
2013-12-22 11:55:05 -08:00
Takatoshi Kondo
cb4d851761
Fixed size types based on snej's pull request.
...
https://github.com/snej/msgpack-c/commit/1784e7a3f3d012e1149adc9b8a3abb3646eb616f
2013-12-22 15:13:48 +00:00
Takatoshi Kondo
7ac16f4834
Replaced const [un]signed long long int& with [un]signed long long int in sevral function's arguments to unify the interface. No performance issue is observed.
2013-12-16 13:39:12 +09:00
Takatoshi Kondo
09d90e1231
Supported 'plain' char.
...
Note: char, signed char, and unsigned char are three different types.
2013-10-31 13:19:22 +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
53ded063a0
Fixed buffer leak bug.
2013-10-15 11:03:47 +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
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