Difference between revisions of "Commoncpp"

From Free Software Directory
Jump to: navigation, search
(added standard link)
m (Text replacement - "|Documentation note='''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-...)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=GNU Common C++
+
|Name=GNU [u]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/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.
 
|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.
  
Line 8: Line 8:
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=git clone git://git.savannah.gnu.org/git/commoncpp.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/git/commoncpp.git
 +
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
 
|Donate=https://my.fsf.org/donate/
 
|Donate=https://my.fsf.org/donate/
|Keywords=C++,library,software development,development,programming,common c++,commomcpp,ape,commoncpp
+
|Related projects=gnustandards
 +
|Keywords=software development,development,programming,common c++,commomcpp,ape,commoncpp
 
|Version identifier=7.0.0
 
|Version identifier=7.0.0
 
|Version date=2015/12/13
 
|Version date=2015/12/13
Line 16: Line 18:
 
|Version download=https://ftp.gnu.org/gnu/commoncpp/ucommon-7.0.0.tar.gz
 
|Version download=https://ftp.gnu.org/gnu/commoncpp/ucommon-7.0.0.tar.gz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/11/14
+
|Last review date=2019/01/01
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011/04/12
+
|Submitted date=2011/04/01
 
|User level=none
 
|User level=none
 
|Component programs=ucommon,ape
 
|Component programs=ucommon,ape
 
|Paid support=https://www.fsf.org/resources/service/
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/commoncpp/ucommon-7.0.0.tar.gz.sig
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
Line 45: Line 48:
 
|Resource audience=Debian (Ref) (R)
 
|Resource audience=Debian (Ref) (R)
 
|Resource URL=https://tracker.debian.org/pkg/libcommoncpp2
 
|Resource URL=https://tracker.debian.org/pkg/libcommoncpp2
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/ucommon
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
|Resource URL=https://savannah.gnu.org/projects/commoncpp
+
|Resource URL=https://savannah.gnu.org/projects/commoncpp/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/commoncpp/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://cvs.savannah.gnu.org/viewvc/commoncpp/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://git.savannah.gnu.org/cgit/commoncpp.git
+
|Resource URL=https://svn.savannah.gnu.org/viewvc/commoncpp/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/commoncpp.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-commoncpp
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-commoncpp/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 64: Line 83:
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/commoncpp
+
|Resource URL=https://download.savannah.gnu.org/releases/commoncpp/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/commoncpp/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 75: Line 102:
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=pth
+
|Prerequisite description=[[pth]]
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 14:40, 4 December 2020


[edit]

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.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

14 June 2018

Verified by

Bendikker

Verified on

14 June 2018




Leaders and contributors

Contact(s)Role
David Sugar Maintainer


Resources and communication

AudienceResource typeURI
Savannah (Ref)https://savannah.gnu.org/projects/commoncpp/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Generalhttps://savannah.gnu.org/people/
Debian (Ref) (R)https://tracker.debian.org/pkg/ucommon
VCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/commoncpp/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/commoncpp.git/
Debian (Ref) (R)https://tracker.debian.org/pkg/libcommoncpp2
VCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/commoncpp/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-commoncpp/
Downloadhttps://ftp.gnu.org/gnu/commoncpp/
VCS Repository Webviewhttps://svn.savannah.gnu.org/viewvc/commoncpp/
Downloadhttps://download.savannah.gnu.org/releases/commoncpp/


Software prerequisites

KindDescription
Weak prerequisitepth




Entry










"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



























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.