Download List

專案描述

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

Support for HP-UX/aCC was added. Several
compilation problems were solved on *BSD systems
and Mac OS X.
標籤: Minor bugfixes

2007-05-15 15:13
2.1.0

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.
標籤: Minor feature enhancements

2007-01-24 20:17
2.0.3

Several bugs have been fixed that accumulated during the past few years.
標籤: Minor bugfixes

2004-05-17 15:02
2.0.2

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.
標籤: Minor feature enhancements

2004-03-27 17:35
2.0.1

標籤: Minor bugfixes

Project Resources