Download List

Descripción del Proyecto

FTL is a generic system-level application programming library written in C++. It features a very broad abstraction of system interfaces, provides many useful generics, and has a very small compile-time overhead.

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.

2010-10-23 07:29
0.0.9

Esta versión se mueve libpona a GitHub. Se ha cambiado el nombre a la LFT. Se ha reorientarse un poco. Una cantidad enorme de refactorización API, impulsada principalmente por las necesidades de pacú y libcodetips. Procesamiento de cadenas, de señalización, y los conceptos de simultaneidad han evolucionado mucho. Apoyo a la local (también conocido como dominio Unix) tomas se añadió. Probado en OS X (10.5 SDK) y Linux con el más reciente de gcc.
Tags: Stable
This release moves libpona to github. It has been renamed to FTL. It has been retargeted a little bit. A giant amount of API refactoring, mostly driven by the needs of Pacu and libcodetips. String processing, signaling, and concurrency concepts have evolved a lot. Support for local (aka Unix domain) sockets was added. Tested on OS X (10.5 SDK) and Linux with the latest gcc.

2010-03-23 17:06
0.9.7

Soporte Unicode estaba plenamente integrado. Inspirado por golang, libPONA ahora incluye un "canal" de clase, que le permite construir aplicaciones de subprocesos múltiples mucho más esfuerzo. Las clases de contenedores recibió un ascensor y se enfrentan a grandes flujos de datos ahora pueden emitirse sin iterar sobre los artículos. Los ejemplos que acaba de agregar demostrar cómo funciona esto.
Tags: Stable
Unicode support was fully integrated. Inspired by golang, libPONA now includes a "Channel" class, which allows you to construct multi-threaded applications much more effortlessly. The container classes received a major face lift and data flows can now be issued without iterating over items. The newly added examples demonstrate how this works.

2010-02-20 06:27
0.9.6

libPONA lentamente se consolida. Esta versión trae mejoras y correcciones de errores en general, sin muchos cambios en la API, a excepción de procesamiento de cadenas, que sigue siendo un borde de sangrado. La próxima versión de Pacu 1,1 incluirá libPONA 0.9.6
libPONA slowly consolidates. This release brings overall improvements and bugfixes,
without many API changes, except string processing, which is still a bleeding edge.
The upcoming release of Pacu 1.1 will include libPONA 0.9.6

2009-08-08 05:46
0.9.5

Este es el primer lanzamiento en apoyo de OpenBSD, y es sobre todo una versión de mantenimiento. Incluye una gran cantidad de refactorización API, pero sólo unas pocas funciones nuevas. Una versión inicial de la documentación de la API está disponible.
This is the first release to support OpenBSD, and is mostly a maintenance release. It includes a lot of API refactoring, but only a few new functions. An initial version of the API documentation is now available.

Project Resources