Download List

專案描述

Common C++ is a highly portable C++ class library
meant primarily for the development of portable
threaded applications. Support is provided both
for POSIX platforms and native builds under Win32.
The goal is to provide a truly common C++
framework for writing portable threaded
applications that do not require a huge amount of
runtime overhead to support, and hence can make
C++ and threads suitable even for the development
of trivial servers and applications.

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-02-25 19:21
1.8.0

Application logging was added. GCC 4.4 compatibility was improved. Fixes were made for sigwait argument detection, for persistant stream compression, for linked object insert placement, and for the linked double insert method. Several fixes were made for DCCP sockets, and a demo application was added.
標籤: Minor bugfixes

2009-02-05 01:24
1.7.1

DCCP socket support was introduced. A memory leak
for thread locks was fixed.
標籤: Minor feature enhancements

2008-12-17 07:17
1.7.0

A lot of code cleanup and a fix for IPv6 multicast support, as well as consolidation of Debian patches upstream.
標籤: Code cleanup

2008-04-17 06:20
1.6.2

Changes were made for "make-in-place" and mingw32
build support. Updates were made for compressed
streams, Win32 support, serial, recent gcc
changes, and gnutls support.
標籤: Minor feature enhancements

2007-01-25 02:50
1.5.4

New support for high resolution and monotonic timers. Mingw32 cross-compile fixes to allow successful cross-build of both static and shared libraries on GNU/Linux (and probably also BSD) hosts directly from configure. A new timed buffer queue class. Other fixes to improve code quality and portability.
標籤: Minor feature enhancements

Project Resources