Cxref: a C source code cross referencing and documenting program for UNIX. Last modification on December 9 2000.
Eli: an environment for the construction of text translators, useful in
compiler construction. Last modification on December 4 1999.
ObjectManual: extracts comments and relevant information from C++/C into HTML pages. Last modification on October 14 2000.
noweb: a simple, extensible tool for literate programming. Last modification on July 20 2000.
PRECC: an infinite-lookahead compiler-compiler for context dependent
grammars. Last modification on May 20 1999.
Exuberant Ctags: A better ctags which generates tags for all possible tag types:
macro definitions, enumerated values (values inside enum{...}), function and
method definitions, enum/struct/union tags, external function prototypes
(optional), typedefs, and variable declarations. Last modification on September 28 2000.
Wipeout: an integrated development environment for C++ and Java projects. It's a
frontend for CVS, make, C++ compiler, gdb and Sun's JDK. But it's possible to
integrate other tools. Wipeout uses the WxWindows
portable graphical library. Last modification on December 19 2000.
Nana: A C/C++ librairie for extended assertions. Last modification on June 2 1999.
Insure++: Runtime pointer checking. Memory Debugger. Last modification on October 12 2000.
CCCC: measuring software product metrics on C/C++ source code. Last modification on August 5 2000.
Object Domain: Object Domain 2.0 is an Object- Oriented modeling tool based on UML and
developed in JavaTM providing a scalable, platform independent, user extendable
CASE tool. Last modification on August 18 2000.
Ccmalloc: memory profiler / leakage detector. Last modification on October 12 2000.
Cook: Cook is a tool for constructing files. It is given a set of files to
create, and recipes of how to create them. In any non-trivial program there
will be prerequisites to performing the actions necessary to creating any file,
such as include files. Cook provides a mechanism to define these. Last modification on October 25 2000.
doozer: doozer is an ultra-simple solution to the problem of distributing a
parallel make (a la gnu-make) across a network of workstations. It is designed
to be low-impact, transparent, and so simple that you have no possible excuse
for not using it. It takes about 5 minutes to set your site up to do parallel
builds using it. Last modification on June 13 1999.
ErlTools: C/C++ prettyprinter Last modification on October 25 2000.
debauch: Memory debugging library that doesn't require recompiling executables Last modification on August 5 2000.
Electric Fence: Electric Fence stops your program on the exact instruction that overruns
(or underruns) a malloc() memory buffer. GDB will then display the source-code
line that causes the bug. It works by using the virtual-memory hardware to
create a red-zone at the border of each buffer - touch that, and your program
stops. Catch all of those formerly impossible-to-catch overrun bugs that have
been bothering you for years. Last modification on August 5 2000.
Argo/UML: Argo/UML -- Providing Cognitive Support for Object-Oriented Design Last modification on February 17 2000.
Libtool: GNU libtool is a generic library support script Last modification on December 12 2000.
mmake: Makefile genrator for Java programs. Last modification on August 9 2000.
SMake (Skeleton Make): Simple Makefile Generator Last modification on August 12 2000.
autodep: Automatically generate C, C++ and Java dependancies for make Last modification on July 29 2000.
ctBLD: A platform independent builder similar in purpose to make. Last modification on September 26 2000.
ObjectArtist: A development tool to create OO-Software with UML Last modification on August 5 2000.
Cook: A tool for constructing files, and maintainingreferential integrity
between fil Last modification on October 25 2000.