Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-21 07:39
0.6

Relicensed bajo la GPLv2 + liga la excepción. Soporte para los nuevos impulsar y versiones de gcc. Las pruebas unitarias se migran a mejorar el marco de prueba unitaria.
Relicensed under the GPLv2 + linking exception. Support for newer boost and gcc versions. Unit tests are migrated to the boost unit test framework.

2009-02-08 05:04
0.5

Correcciones de errores importantes se hicieron. libt2n se trasladó a un nuevo hogar.
Tags: Major bugfixes
Important bugfixes were made. libt2n moved to a new home.

2008-09-27 01:55
0.4

Esta versión incluye el cliente-Envolturas; examples-codegen/example1-client-wrapper para ver cómo usarlos. Tiene un API de cambio incompatibles: command_client ahora toma un puntero client_connection en lugar de una referencia. Edificio de la documentación de "fuera del árbol" se basa ha sido corregido. Un error con espacios de nombres anidados se ha solucionado. Un error con incompleta escribe ha sido corregido. Esta versión proporciona acceso a los buffer / tamaños de bloque del controlador de socket. La documentación ha sido actualizada.
Tags: Minor feature enhancements
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.

2007-05-08 19:49
0.3

Un fallo en el generador de código automático fue corregido. El paquete autoconf se ha actualizado.
Tags: Minor feature enhancements
A bug in the automatic code generator was fixed. The autoconf suite was updated.

2006-12-21 20:43
0.2

Tags: Initial freshmeat announcement

Project Resources