Source code metric analyser for C, C++, Java and Ada
Presents a report in HTML with figures for
Lines of Code, McCabes Complexity, Ratio of Comments
to Lines of Code and McCabe, module Fan-In and Fan-Out
Ccdoc is a tool for extracting comments from C++ source code and presenting it
in HTML format, very similar to Java's JavaDoc tool. The tagging used in ccdoc
is very similar to that of Javadoc, with adaptations for the C++ specifics, of
course. Ccdoc supports extracting comments from both header and implementation
files.
In contrast to most other C++ doc'ing applications, ccdoc analyses the code
before it has been run through the pre-processor, so things such as macros can
actually be included in the documentation.
It's usage is not quite as straight forward as JavaDoc's, but considering the
quality of the output, it is well worth the effort.
GNU ccRTP is an implementation of RTP, the real-time transport protocol from
the IETF (see RFC 3550, RFC 3551 and RFC 3555). ccRTP is a C++ library based
on GNU Common C++ which provides a high performance, flexible and extensible
standards-compliant RTP stack with full RTCP support. The design and
implementation of ccRTP make it suitable for high capacity servers and
gateways as well as personal client applications.
CDash is an open source, web-based software testing server. CDash aggregates,
analyzes and displays the results of software testing processes submitted from
clients located around the world. Developers depend on CDash to convey the state
of a software system, and to continually improve its quality. CDash is a part of
a larger software process that integrates Kitware's CMake, CTest, and CPack
tools, as well as other external packages used to design, manage and maintain
large-scale software systems.
KDE thumbnail generator for gettext po files.
This is an enhanced version of the 'dialog' command. Quoting Thomas Dickey,
the ncurses developer, "DIALOG was written by Savio Lam <lam836@cs.cuhk.hk>
and modified by several people.
"Initially, I made fixes and reviewed the code to ensure that problems
reported were not related to ncurses. After that, I resumed development,
adding new widget types. See the changelog for details."
Cflow2vcg convert the result of the cflow utility in a VCG format. It offers
the ability to view graphically the call-graph of sources, and import it in
documentation.
CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of
CGDB is to be lightweight and responsive; not encumbered with
unnecessary features.
The interface is designed to deliver the familiar GDB text interface,
with a split screen showing the source as it executes. The UI is modeled
on the classic Unix text editor, vi. Those familiar with vi should feel
right at home using CGDB.
This is quite a simple library that provides an easy interface to the common
gateway interface, known as CGI. The purpose is to provide an easy to use
interface to CGI if you need to write your program in C instead of perl.
libuutil is a library of userland utilities originating from solaris
This library provides both a doubly linked-list implementation and a
AVL tree implementation. This has been a private library best known
as a core component for ZFS and SMF.
The performance is considered excellent. As this has always been a
private library, it is not well documented and there is no man page
for it. The best documentation is located in the source code and
reading OpenSolaris/Illumos ZFS and SMF sources will help as well.