Download List

Descripción del Proyecto

The C++ Portable Types Library (PTypes) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, character sets, variants, lists and other basic data types along with threads, synchronization primitives and IP sockets. It is portable across modern Unix and Windows systems and includes a sample HTTP daemon showing the full power of the library.

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.

2007-06-27 18:11
2.1.1

Apoyo a la HP-UX/aCC fue añadida. Varios problemas de compilación se han resuelto en los sistemas * BSD y Mac OS X.
Tags: Minor bugfixes
Support for HP-UX/aCC was added. Several
compilation problems were solved on *BSD systems
and Mac OS X.

2007-05-15 15:13
2.1.0

Además de Intel y PowerPC, las funciones atómicas (INC / DEC / swap) se han aplicado ya en el lenguaje ensamblador para plataformas SPARC también. Más plataformas exóticas todavía utilizar una tabla hash mutex en estas funciones. Otra mejora importante en esta versión es la introducción de 64 bits de archivo portátil o posición del arroyo.
Tags: Minor feature enhancements
In addition to Intel and PowerPC, atomic functions
(inc/dec/swap) are now implemented in the assembly
language for SPARC platforms as well. More exotic
platforms still use a mutex hash table in these
functions. Another important improvement in this
release is introduction of portable 64-bit
file/stream positioning.

2007-01-24 20:17
2.0.3

Varios errores se han fijado que se acumularon durante los últimos años.
Tags: Minor bugfixes
Several bugs have been fixed that accumulated during the past few years.

2004-05-17 15:02
2.0.2

El problema de la corrupción de memoria en aplicaciones con subprocesos múltiples compilado con la biblioteca LinuxThreads ha sido corregido. Varias mejoras menores y correcciones de errores se han hecho las corrientes y los de la clase de cadena dinámica.
Tags: Minor feature enhancements
The memory corruption problem in multi-threaded
applications compiled with the LinuxThreads
library has been fixed. Several minor improvements
and bugfixes have been made for streams and for
the dynamic string class.

2004-03-27 17:35
2.0.1

Tags: Minor bugfixes

Project Resources