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.
The Codist
Check this site for a survey of source code comprehension tools (these show flow and/or relationships of function within the program in a graphical and/or text manner). Both free and commercial products are listed.
CodeViz
CodeViz provides the ability to generate call graphs to aid the task of understanding code.
CodeSurfer
An analysis and inspection tool that lets software developers and maintainers easily understand detailed dependence relations in source code.
CC Shell
Allows C source files to be directly executed as scripts (using #!), speeding development and simplifying maintenance.
C to Java converter
Convert C preprocessed source to Java.
C Module Viewer (CMV)
A small and smart programming tool that supports software engineering under C in the subjects modularity, overview and navigation (for Windows 9x/NT/2000). By Ezer Programmings.
ASTREE
A static analyzer analyzes reactive, critical, real-time programs written in the C programming language and looks for runtime errors. All possible errors are detected by the analyzer, with minimal "false alarms".
[ 1 ] [ 2 ]
|