You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Mayan Moudgill <ma...@bestweb.net> on 2010/03/15 16:20:42 UTC

Thrift2c

I've addded an archive file
https://sourceforge.net/projects/cthrift/files/thrift2c.0.0.0.tgz/download
Its a tool that will convert Thrift IDL to annotated C headers for input 
to cthrift.

Its pretty much pre-alpha stable; you should be able to use it on fairly 
simple IDL descriptions, but I haven't tested it as extensively as I 
would like (electricity was out for 2 days!)

Hopefully, the combination of thrift2c + cthrift, when mature, will 
allow the equivalent of thrift --gen C for people who want a quick 
interface to C, whilst users who want more control can generate their 
own annotated headers, possibly by editing the file produced by thrift2c.

Mayan