Difference between revisions of "Commoncpp"
(mention ucommon, per Review:UCommon C++-REV-ID-1) |
|||
Line 2: | Line 2: | ||
|Name=Common C++ | |Name=Common C++ | ||
|Short description=Highly portable C++ class library | |Short description=Highly portable C++ class library | ||
− | |Full description=Common C++ is a C++ class library that abstracts various system services in a portable manner, thereby making the creation of portable applications much easier. It is portable code, with very low runtime overhead, that works well on a very wide range of target platforms and C++ compilers in everyday use. It includes the 'ape' project, which was formerly a separate package. Common C++ manages threads, synchronization, and network sockets by offering portable C++ classes that abstract these services, as well as supporting "serial" I/O, daemon specific event logging, object serialization (persistence), block/record/page/ oriented file I/O, and configuration file parsing. It also provides an inheritable class architecture for your application that exploits C++ as needed. There are two source trees: one for "POSIX" systems such as GNU/ | + | |Full description=Common C++ is a C++ class library that abstracts various system services in a portable manner, thereby making the creation of portable applications much easier. It is portable code, with very low runtime overhead, that works well on a very wide range of target platforms and C++ compilers in everyday use. It includes the 'ape' project, which was formerly a separate package. Common C++ manages threads, synchronization, and network sockets by offering portable C++ classes that abstract these services, as well as supporting "serial" I/O, daemon specific event logging, object serialization (persistence), block/record/page/ oriented file I/O, and configuration file parsing. It also provides an inheritable class architecture for your application that exploits C++ as needed. There are two source trees: one for "POSIX" systems such as GNU/Linux and the Hurd, the other for the Windows API. This makes Common C++ portable at the source level, as the two trees implement a functionally similar class interface. |
+ | |||
+ | Commoncpp also includes uCommon C++ (http://www.gnutelephony.org/index.php/GNU_uCommon), a lightweight C++ library with features such as rtti and exception handling removed. It is intended for programs linking to C libraries and not the standard C++ library. | ||
+ | |Homepage URL=http://www.gnu.org/software/commoncpp/ | ||
+ | |Is GNU=Yes | ||
+ | |GNU package identifier=commoncpp | ||
|User level=none | |User level=none | ||
− | |||
|Component programs=ape | |Component programs=ape | ||
− | |||
|VCS checkout command=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cplusplus | |VCS checkout command=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cplusplus | ||
|Computer languages=C++ | |Computer languages=C++ | ||
|Documentation note=User guide included | |Documentation note=User guide included | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|Keywords=C++,library,software development,development,programming,common c++,commomcpp,ape,commoncpp | |Keywords=C++,library,software development,development,programming,common c++,commomcpp,ape,commoncpp | ||
− | | | + | |Version identifier=1.8.0 |
+ | |Version date=2010/02/24 | ||
+ | |Version status=stable | ||
+ | |Version download=http://ftpmirror.gnu.org/gnu/commoncpp | ||
|Last review by=Janet Casey | |Last review by=Janet Casey | ||
|Last review date=2008-07-09 | |Last review date=2008-07-09 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | + | }} | |
− | + | {{Project license | |
− | | | + | |License=GPLv2orlater |
− | | | + | |License verified by=Kelly Hopkins |
|License verified date=2009-11-17 | |License verified date=2009-11-17 | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=David Sugar | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |||
|Email=dyfet@gnutelephony.org | |Email=dyfet@gnutelephony.org | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Caros Vidal | ||
|Role=Contributor | |Role=Contributor | ||
− | |||
− | |||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Daniel Silverstone | ||
|Role=Contributor | |Role=Contributor | ||
− | |||
− | |||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=John Connors | ||
|Role=Contributor | |Role=Contributor | ||
− | |||
− | |||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Sean Cavanaugh | ||
|Role=Contributor | |Role=Contributor | ||
− | |||
− | |||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Yurii Rashkovskii | ||
|Role=Contributor | |Role=Contributor | ||
− | |||
− | |||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
Line 71: | Line 60: | ||
{{Software category | {{Software category | ||
|Interface=library | |Interface=library | ||
− | |||
|Use=library | |Use=library | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
Line 83: | Line 66: | ||
|Prerequisite description=pth | |Prerequisite description=pth | ||
}} | }} | ||
+ | {{Featured}} |
Revision as of 12:40, 18 October 2011
GNU [u]Common C++
https://www.gnu.org/software/commoncpp/
Highly portable C++ class library.
Common C++ is a C++ class library that abstracts various system services in a portable manner, thereby making the creation of portable applications much easier. It is portable code, with very low runtime overhead, that works well on a very wide range of target platforms and C++ compilers in everyday use. It includes the 'ape' project, which was formerly a separate package. Common C++ manages threads, synchronization, and network sockets by offering portable C++ classes that abstract these services, as well as supporting "serial" I/O, daemon specific event logging, object serialization (persistence), block/record/page/ oriented file I/O, and configuration file parsing. It also provides an inheritable class architecture for your application that exploits C++ as needed. There are two source trees: one for "POSIX" systems such as GNU/Linux and the Hurd, the other for the Windows API. This makes Common C++ portable at the source level, as the two trees implement a functionally similar class interface.
Commoncpp also includes uCommon C++, a lightweight C++ library with features such as rtti and exception handling removed. It is intended for programs linking to C libraries and not the standard C++ library.
This is a GNU package:
commoncpp
Download
https://ftp.gnu.org/gnu/commoncpp/ucommon-7.0.0.tar.gz
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
David Sugar | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Savannah (Ref) | https://savannah.gnu.org/projects/commoncpp/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
General | https://savannah.gnu.org/people/ | |
Debian (Ref) (R) | https://tracker.debian.org/pkg/ucommon | |
VCS Repository Webview | https://cvs.savannah.gnu.org/viewvc/commoncpp/ | |
VCS Repository Webview | https://git.savannah.gnu.org/cgit/commoncpp.git/ | |
Debian (Ref) (R) | https://tracker.debian.org/pkg/libcommoncpp2 | |
VCS Repository Webview | https://web.cvs.savannah.gnu.org/viewvc/commoncpp/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-commoncpp/ | |
Download | https://ftp.gnu.org/gnu/commoncpp/ | |
VCS Repository Webview | https://svn.savannah.gnu.org/viewvc/commoncpp/ | |
Download | https://download.savannah.gnu.org/releases/commoncpp/ |
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | pth |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.