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.
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.
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.
cgprof generates colored graphs for profiled executables using gcc and gprof.
cgprof helps to have a better understanding of program structure and execution.
It makes hot spots identification visual and intuitive.
It is a shell script using gnu awk, that should run on any Unix like system.
chrpath allows you to modify the dynamic library load path (rpath) of
compiled programs. Only removing and modifying the rpath is supported.
Note: The modification performed is in-place; the new DT_RPATH cannot
be longer than the existing DT_RPATH value. Also, the binary can only
work with the ELF class of the host system.
Infrastructure for C Program Analysis and Transformation
CIL (C Intermediate Language) is a high-level representation along
with a set of tools that permit easy analysis and source-to-source
transformation of C programs.
CIL is both lower-level than abstract-syntax trees, by clarifying
ambiguous constructs and removing redundant ones, and also higher-level
than typical intermediate languages designed for compilation, by
maintaining types and a close relationship with the source program.
This is the Software development kit (SDK) for AROS, the Amiga(TM)
Research Operating System. It is a set of files and tools to build
your own AROS programs.
AS31 is a free 8051 assembler originally written by Ken Stauffer. Versions
of AS31 found here include important bug fixes and added features, such as
standard intel-hex output format for use with PAULMON2 and EPROM programmers.
AS31 is a good tool for building small 8051-based projects that are written
in 100% 8051 assembly language.
ClanLib delivers a platform independent interface to write games with. If a
game is written with ClanLib, it should be possible to compile the game under
any platform (supported by ClanLib, that is) without changes in the application
source code.
But ClanLib is not just a wrapper library, providing an common interface to
low level libraries such as DirectX, Svgalib, X11, GGI, etc. While platform
independency is ClanLib's primary goal, it also tries to be a service-minded
game SDK. In other words, authors have put great effort in to designing the API,
to ensure ClanLib's easy of use - while maintaining it's power.