- Dec 23, 2013
-
-
Nobuyuki Kubota authored
version 0.5.8
-
Nobuyuki Kubota authored
-
- Dec 22, 2013
-
-
Nobuyuki Kubota authored
Fixed size types based on snej's pull request.
-
Nobuyuki Kubota authored
Supported 'plain' char.
-
- Dec 16, 2013
-
-
Takatoshi Kondo authored
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.
-
Takatoshi Kondo authored
Added a test and speed test examples for #37.
-
Takatoshi Kondo authored
Fixed issue #37.
-
Takatoshi Kondo authored
The memcpy approach is a workaround for gcc's bug. The speed performance on gcc is the same between both approach. But on clang, the memcpy approach is 10% slower than an assignment approach. Hence I added the switching approach code using compiler checked macro. Note: __GNUC__ is defined both gcc and clang. So I use __GNUC__ && !__clang__
-
- Dec 08, 2013
-
-
Takatoshi Kondo authored
-
- Nov 27, 2013
-
-
Takatoshi Kondo authored
Fixed an unused function warning.
-
Takatoshi Kondo authored
This fix is a part of issue #33. https://github.com/snej/msgpack-c/commit/35ba41c24503ec934b1cb181a979459644242a01
-
- Nov 11, 2013
-
-
Takatoshi Kondo authored
It seems to be gcc's bug. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58416
-
- Oct 31, 2013
-
-
Nobuyuki Kubota authored
Added libgtest.a for make check
-
Takatoshi Kondo authored
Note: char, signed char, and unsigned char are three different types.
-
- Oct 29, 2013
-
-
Takatoshi Kondo authored
-
- Oct 22, 2013
-
-
Jens Alfke authored
The function bodies in header files should be declared static inline.
-
Takatoshi Kondo authored
Fixed freed memory accessing bug.
-
Takatoshi Kondo authored
(Issue #32)
-
- Oct 15, 2013
-
-
Takatoshi Kondo authored
Fixed buffer leak bug. In the case of the function next() returns true: Whichever the argument result is holding the zone or not, the ownership of the zone always should be delegated from 'unpacker' to 'unpacked'. In the case of the function next() returns false: Whichever the argument result is holding the zone or not, the members of 'unpacked' should be reset.
-
Takatoshi Kondo authored
-
- Aug 30, 2013
-
-
Takatoshi Kondo authored
Added the casts for the byte data.
-
Takatoshi Kondo authored
Added copyright.
-
Takatoshi Kondo authored
-
Takatoshi Kondo authored
-
- Aug 27, 2013
-
-
Takatoshi Kondo authored
Fixed malloc delete unmatch bug.
-
Takatoshi Kondo authored
-
- Aug 23, 2013
-
-
Takatoshi Kondo authored
added return value checking.
-
Takatoshi Kondo authored
-
- Aug 21, 2013
-
-
Takatoshi Kondo authored
fixed a typo in a comment
-
Takatoshi Kondo authored
-
- Aug 17, 2013
-
-
Nobuyuki Kubota authored
-
Nobuyuki Kubota authored
-
Nobuyuki Kubota authored
Add README syntax highlighting
-
Nobuyuki Kubota authored
-
Nobuyuki Kubota authored
-
Uli Köhler authored
-
- Jul 29, 2013
-
-
Nobuyuki Kubota authored
Update README.md
-
- Jul 02, 2013
-
-
grynko authored
fix typos
-
- Apr 10, 2013
-
-
Nobuyuki Kubota authored
refs #8
-