libt2n 0.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News libt2n 0.4 (Default branch)
# 1  
Old 09-27-2008
libt2n 0.4 (Default branch)

libt2n is a C++ library for inter-process communication (IPC) or remote procedure-calls (RPC). It comes with an additional code generator (libt2n-codegen) to generate stubs and skeletons. The focus lies on a minimum of code lines needed to export and use methods, and being able to use complex C++ structures like maps of vectors. License: GNU Lesser General Public License (LGPL) Changes:
This release adds Client-Wrappers; see examples-codegen/example1-client-wrapper for how to use them. It has an API-incompatible change: command_client now takes a client_connection pointer instead of a reference. Building of documentation for "out of tree" builds has been fixed. A bug with nested namespaces has been fixed. A bug with incomplete writes has been fixed. This release provides access to buffer/block sizes of the socket handler. The documentation has been updated. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question