GNU Common C++ 1.6.2 (Default branch) |
|
|
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.
License: GNU General Public License (GPL)
Changes:
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.
|