  |
Exuberant Ctags - http://ctags.sourceforge.net/
Generates an index (or tag) file of C language objects found in C source and header files that allows these items to be quickly and easily located by a text editor or other utility. [Open Source, GPL] |
  |
OpenGrok - http://www.opensolaris.org/os/project/opengrok/
OpenGrok is a fast and usable source code search and cross reference engine. It helps you search, cross-reference and navigate your source tree. It can understand various program file formats and version control histories like SCCS, RCS, CVS and Subversion. It is written in Java. [Open source] |
  |
ASTREE - http://www.astree.ens.fr/
A static analyzer analyzes reactive, critical, real-time programs written in the C programming language and looks for runtime errors. |
  |
GNU Source-highlight - http://www.gnu.org/software/src-highlite/
Source-highlight, given a source file, produces a document with syntax highlighting. [Open source, GPL] |
  |
Splint - http://www.splint.org/
Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. |
  |
ccache - http://ccache.samba.org/
Acts as a caching pre-processor to C/C++ compilers, which often results in a 5 to 10 times speedup in common compilations. [Open Source, GPL] |
  |
Cscope - http://cscope.sourceforge.net/
Cscope is a developer's tool for browsing C programming code. |
  |
LCLint - http://lclint.cs.virginia.edu/
Tool for statically checking C programs. [Open source, GPL] |
  |
GNU GLOBAL - http://www.gnu.org/software/global/
GNU GLOBAL is a source code tag system that works the same way across diverse environments. [Open source, GPL] |
  |
Indent - http://www.gnu.org/software/indent/indent.html
A tool for formatting C code. [Open source, GPL] |
  |
Compilercache - http://www.erikyyy.de/compilercache/
Caches compiled object files to dramaticly speed up compiles. More convenient than make, and speeds up builds (like RPM builds) that make doesn't. Obsoleted by ccache. |
  |
GNU cflow - http://www.gnu.org/software/cflow/
GNU cflow analyzes a collection of C source files and prints a graph, charting control flow within the program. [Open source, GPL] |
  |
CCured - http://hal.cs.berkeley.edu/ccured/
Source-to-source translator for C, which analyzes the program to determine the smallest number of run-time checks that must be inserted in the program to prevent all memory safety violations. |
  |
KScope - http://kscope.sourceforge.net/
KScope is a KDE front-end to Cscope. It provides a source-editing environment for large C projects, such as the Linux kernel. [Open source, GPL] |
  |
CodeViz - http://www.csn.ul.ie/~mel/projects/codeviz/
CodeViz provides the ability to generate call graphs to aid the task of understanding code. [Open Source, GPL] |
  |
Cxref - http://www.gedanken.demon.co.uk/cxref/
Cxref is a C source code cross referencing and documenting program for UNIX, written by Andrew M. Bishop. Cxref makes both html and latex style document. |
  |
CodeSurfer - http://www.grammatech.com/products/codesurfer/
An analysis and inspection tool that lets software developers and maintainers easily understand detailed dependence relations in source code. |
  |
Development Assistant for C - http://www.ristancase.com/
Supports a wide range of software development activities, from easy editing to controlling source quality, from detailed reviewing to documenting. By RistanCASE. |
  |
Crystal C/C++ Suite - http://www.sgvsarc.com/
A suite of C/C++ review, visualization and editing tools: Flowcharts, Tokens Panel, Comment Generator, and Auto-Formatting in real time, call/caller/file graphs. |
  |
Lint Plus - http://www.cleanscape.net/products/lintplus/
Source code analyzer, detects problems compilers cannot catch, by Cleanscape Software. |