Commit Graph

  • e582fa34c7 c++ binding: improve msgpack::zone, zero-copy stream deserializer frsyuki 2009-02-15 09:10:00 +00:00
  • c93d45371b c++ binding: fix missing packer::pack_unsigned_long frsyuki 2009-02-15 09:10:00 +00:00
  • cd973b8483 integrate machine-dependent integer serialization routine to msgpack/pack_template.h frsyuki 2009-02-15 09:10:00 +00:00
  • adba617f45 c, c++ binding: catch up with ruby binding frsyuki 2009-02-15 09:10:00 +00:00
  • 8f3444c081 ruby binding: fix Fixnum serialization bug on x86_64 frsyuki 2009-02-15 09:10:00 +00:00
  • 15837bc332 add ruby/test_case.rb frsyuki 2009-02-15 09:10:00 +00:00
  • 512e7600f4 msgpack::type::tuple supports reference element frsyuki 2009-02-15 09:10:00 +00:00
  • 92dd6de59d version 0.2.0 frsyuki 2009-02-15 09:10:00 +00:00
  • 7e872371a2 add examples frsyuki 2009-02-15 09:10:00 +00:00
  • 05b63f6c87 C++: operator<< (std::ostream&, const object&): fix missing double support frsyuki 2009-02-15 09:09:59 +00:00
  • 8be25a7f32 unpacker::unpacker() accepts initial buffer size frsyuki 2009-02-15 09:09:59 +00:00
  • 3398686816 {c,cpp}/bootstrap: improve compatibility frsyuki 2009-02-15 09:09:59 +00:00
  • a0fd7c063a lang/c/msgpack: wrote README frsyuki 2009-02-15 09:09:59 +00:00
  • d930090f13 lang/c/msgpack: C++ binding: abolished implicit convertion and added object::convert() frsyuki 2009-02-15 09:09:59 +00:00
  • bb4ea9d17c lang/c/msgpack: improved configure.in frsyuki 2009-02-15 09:09:59 +00:00
  • 40ca91e101 lang/c/msgpack: ./configure requires erb frsyuki 2009-02-15 09:09:59 +00:00
  • ccdb39ac60 lang/c/msgpack: msgpack::unpacker: fix buffer reallocation algorithm frsyuki 2009-02-15 09:09:59 +00:00
  • c3021d3236 lang/c/msgpack: added msgpack::define frsyuki 2009-02-15 09:09:59 +00:00
  • 1ad04b22d8 lang/c/msgpack: divide pack_raw() into pack_raw() and pack_raw_body() frsyuki 2009-02-15 09:09:58 +00:00
  • 921b0ff62e lang/c/msgpack: C++ binding: pack() frsyuki 2009-02-15 09:09:58 +00:00
  • 2c7f0b2b1a lang/c/msgpack: C++ binding: reexamined global operators frsyuki 2009-02-15 09:09:58 +00:00
  • f4a6d7faa1 lang/c/msgpack: Ruby binding: fix gem warning frsyuki 2009-02-15 09:09:58 +00:00
  • 3165973811 lang/c/msgpack: fix compile optimization flag frsyuki 2009-02-15 09:09:58 +00:00
  • a7936ba05b lang/c/msgpack: C++ binding: implemented msgpack::object >> packer<Stream> frsyuki 2009-02-15 09:09:58 +00:00
  • b790df530a lang/c/msgpack: C++ binding: safer memory managent frsyuki 2009-02-15 09:09:58 +00:00
  • 9923cf4daf lang/c/msgpack: reimplemented C++ binding with template-based static resolution design frsyuki 2009-02-15 09:09:58 +00:00
  • 1222466a1c lang/c/msgpack: c-macro based template frsyuki 2009-02-15 09:09:57 +00:00
  • 76dda6d36e lang/c/msgpack: fixed cpp/Makefile.am frsyuki 2009-02-15 09:09:57 +00:00
  • 48e0274505 lang/c/msgpack: fixed packaging problem frsyuki 2009-02-15 09:09:57 +00:00
  • 1278eb3c63 lang/c/msgpack: fix types frsyuki 2009-02-15 09:09:57 +00:00
  • a0a798d79e lang/c/msgpack: C++ binding: changed calback function of packer from Stream& append(const char*, size_t) to SomeType write(SomePointerType, SomeSizeType) frsyuki 2009-02-15 09:09:57 +00:00
  • 4d13f614b6 lang/c/msgpack: optimize zone::alloc() frsyuki 2009-02-15 09:09:57 +00:00
  • a721837ed0 lang/c/msgpack: added license notifications frsyuki 2009-02-15 09:09:57 +00:00
  • b5f13e7d26 lang/c/msgpack: autotoolized frsyuki 2009-02-15 09:09:56 +00:00
  • 97bc0441b1 lang/c/msgpack: C++ binding: enlarged chunk size of zone frsyuki 2009-02-15 09:09:56 +00:00
  • 94cbe54cf3 lang/c/msgpack: C++ binding: added bench.cpp frsyuki 2009-02-15 09:09:56 +00:00
  • 7e6b55a718 lang/c/msgpack: C++ binding: support non-MessagePack message that follows after MessagePack message frsyuki 2009-02-15 09:09:56 +00:00
  • 990ac38ccd lang/c/msgpack: C++ binding: implemented built-in buffer. frsyuki 2009-02-15 09:09:56 +00:00
  • 249d3e9c90 lang/c/msgpack: removed string type frsyuki 2009-02-15 09:09:56 +00:00
  • f41c20a250 lang/c/msgpack: added C++ binding msgpack::pack frsyuki 2009-02-15 09:09:56 +00:00
  • 9b95875d85 lang/c/msgpack: reverted c/bench.c frsyuki 2009-02-15 09:09:56 +00:00
  • 7c427400a7 lang/c/msgpack: update C++ code frsyuki 2009-02-15 09:09:56 +00:00
  • 529a50633d lang/c/msgpack: added C++ binding frsyuki 2009-02-15 09:09:56 +00:00
  • 9f460f17d7 lang/c/msgpack: uint64_t, int64_t support for ruby frsyuki 2009-02-15 09:09:55 +00:00
  • 269cda016d lang/c/msgpack: added Messagepack, a binary-based efficient data interchange format. frsyuki 2009-02-15 09:09:55 +00:00