| Commit message (Expand) | Author | Age | Files | Lines |
| * | cpp: fixes fix_int; updates test/fixint.cc | frsyuki | 2010-08-27 | 1 | -1/+84 |
| * | cpp: adds fixed length serialization for integers | frsyuki | 2010-08-27 | 5 | -2/+161 |
| * | cpp: fixes include paths | frsyuki | 2010-08-27 | 14 | -35/+38 |
| * | cpp: type::raw_ref::str(), operator==, operator!=, operator< and operator> ar... | frsyuki | 2010-07-14 | 1 | -5/+5 |
| * | cpp: generate version.h using AC_OUTPUT macro in ./configure | frsyuki | 2010-07-06 | 2 | -12/+3 |
| * | cpp: fixes missing dependency to generate version.h | frsyuki | 2010-07-06 | 1 | -0/+2 |
| * | cpp: updates vcproj | frsyuki | 2010-07-06 | 1 | -1/+1 |
| * | cpp: ./configure supports --disable-cxx option not to build/install C++ API | frsyuki | 2010-07-06 | 1 | -4/+10 |
| * | cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} ... | frsyuki | 2010-07-06 | 1 | -0/+2 |
| * | cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} ... | frsyuki | 2010-07-06 | 4 | -4/+70 |
| * | cpp: adds operator<<(std::ostream&, const tuple<Type...>&) (experimental) | frsyuki | 2010-07-06 | 1 | -0/+15 |
| * | cpp: adds Doxyfile | frsyuki | 2010-06-01 | 9 | -34/+199 |
| * | cpp: adds msgpack_unpacker_next and msgpack_unpack_next | frsyuki | 2010-06-01 | 4 | -9/+119 |
| * | cpp: msgpack::unpack returns void | frsyuki | 2010-06-01 | 1 | -4/+4 |
| * | cpp: adds msgpack_vrefbuffer_new and msgpack_vrefbuffer_free | frsyuki | 2010-06-01 | 1 | -0/+21 |
| * | cpp: adds msgpack_zbuffer_new and msgpack_zbuffer_free | frsyuki | 2010-06-01 | 1 | -0/+20 |
| * | cpp: adds msgpack_sbuffer_new and msgpack_sbuffer_free | frsyuki | 2010-06-01 | 1 | -0/+12 |
| * | cpp: move source files into src/ directory | frsyuki | 2010-05-30 | 39 | -0/+5404 |