summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAgeFilesLines
* cpp: fixes fix_int; updates test/fixint.ccfrsyuki2010-08-271-1/+84
|
* cpp: adds fixed length serialization for integersfrsyuki2010-08-275-2/+161
|
* cpp: fixes include pathsfrsyuki2010-08-2714-35/+38
|
* cpp: type::raw_ref::str(), operator==, operator!=, operator< and operator> ↵frsyuki2010-07-141-5/+5
| | | | are now const
* cpp: generate version.h using AC_OUTPUT macro in ./configurefrsyuki2010-07-062-12/+3
|
* cpp: fixes missing dependency to generate version.hfrsyuki2010-07-061-0/+2
|
* cpp: updates vcprojfrsyuki2010-07-061-1/+1
|
* cpp: ./configure supports --disable-cxx option not to build/install C++ APIfrsyuki2010-07-061-4/+10
|
* cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} ↵frsyuki2010-07-061-0/+2
| | | | functions
* cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} ↵frsyuki2010-07-064-4/+70
| | | | functions
* cpp: adds operator<<(std::ostream&, const tuple<Type...>&) (experimental)frsyuki2010-07-061-0/+15
|
* cpp: adds Doxyfilefrsyuki2010-06-019-34/+199
|
* cpp: adds msgpack_unpacker_next and msgpack_unpack_nextfrsyuki2010-06-014-9/+119
|
* cpp: msgpack::unpack returns voidfrsyuki2010-06-011-4/+4
|
* cpp: adds msgpack_vrefbuffer_new and msgpack_vrefbuffer_freefrsyuki2010-06-011-0/+21
|
* cpp: adds msgpack_zbuffer_new and msgpack_zbuffer_freefrsyuki2010-06-011-0/+20
|
* cpp: adds msgpack_sbuffer_new and msgpack_sbuffer_freefrsyuki2010-06-011-0/+12
|
* cpp: move source files into src/ directoryfrsyuki2010-05-3039-0/+5404