[go: up one dir, main page]

Menu

cthrift / News: Recent posts

0.3.4

The server code has been ported to use the state-machine based receiver. Also, on an EXCEPTION response, the client will save information that can be extracted using string_exception_cthrift_struct__() and int_exception_cthrift_struct__().

Posted by Mayan Moudgill 2010-04-05

0.3.3 has state-machine recieve

The 0.3.3 version has added a state-machine based deserializer. This allows for partial processing, then switching to alternate task.

Posted by Mayan Moudgill 2010-04-02


cthrift is now Alpha

The 0.1.0 release is out. At this point the majority of the features are in, and there are no known bugs.

Posted by Mayan Moudgill 2010-03-10

Rev 0.0.9 released

Most features are now in there, except for maps of structs/lists.

Posted by Mayan Moudgill 2010-03-09

Rev 0.0.8 released

Almost ready for alpha; have a couple of bugs to fix, and then have to add maps & sets, and traversable data-types. There is, of course, are a lot more test cases needed.

Posted by Mayan Moudgill 2010-03-08

0.0.5 released

Added support for more types, including list of string

Posted by Mayan Moudgill 2010-03-04

Rev 0.0.4

cthrift now supports lists & structs of basic types as well as strings and basic types. Introduced 'alloc' keyword to mean preallocated memory.

Posted by Mayan Moudgill 2010-03-03

Release 0.0.1

Release 0.0.1 is up. Fixed a bug in the name generation. Better support for strings. Added a generic test framework.

Posted by Mayan Moudgill 2010-03-02

First Release!

The first release of cthrift is now up. This release can generate clients with a certain amount of function, including most of the function in the Thrift tutorial. It includes support for:
- seqid
- strings
- exception returns
- isset
- array -> list mapping

Posted by Mayan Moudgill 2010-02-28