dev-cpp/commoncpp2
GNU Common C++ is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services
USE Flags
debug
Global: Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see http://www.gentoo.org/proj/en/qa/backtraces.xml
doc
Global: Adds extra documentation (API, Javadoc, etc)
examples
Global: Install examples, usually source code
ipv6
Global: Adds support for IP version 6
gnutls
Global: Adds support for net-libs/gnutls (TLS 1.0 and SSL 3.0 support)


View
Download