This project has the goal of developing a FSM (finite state machine) generator. It can convert a xml file to c++ code, with special attention on create client-server applications.
libinterface is a C++ library and a codegenerator used to facilitate interprocess communication over TCP and Unix sockets. The codegenerator reads XML method definition and produces code to serialize and to deserialize the described data structures.
In the beginning we will publish a slice2qt codegenerator with special Qt4 mappings for ZeroC Ice.
The codegenerator will create code working together with ZeroC's C++ libs and headers.
We will support slice2qt from Ice 3.2.1 on and Qt since 4.2.
SQL-to-C++ code-generator that generates a C++ class for every table in your SQLite3 database. The code-generation is performed based on the "CREATE TABLE" SQL operators.