capnproto

FORK: Cap'n Proto serialization/RPC system - core tools and C++ library
git clone https://git.neptards.moe/neptards/capnproto.git
Log | Files | Refs | README | LICENSE

2013-08-19-capnproto-0.2.1.md (442B)


      1 ---
      2 layout: post
      3 title: "Cap'n Proto v0.2.1: Minor bug fixes"
      4 author: kentonv
      5 ---
      6 
      7 Cap'n Proto was just bumped to v0.2.1.  This release contains a couple bug fixes, including
      8 a work-around for [a GCC bug](http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58192).  If you were
      9 observing any odd memory corruption or crashes in 0.2.0 -- especially if you are compiling with
     10 GCC with optimization enabled but without `-DNDEBUG` -- you should upgrade.