Canadian Content - Tools
Tools Listings & Download   Canadian Content
    Search:
Tools

Tools (C)

Canadian Content - Tools Canadian Content > Computers: Programming: Languages: C: Tools:


Tools

Tools further on these related pages:


Compilers@
Similar Categories Top/Computers/Programming/Development Tools
Similar Categories Top/Computers/Programming/Languages/C++/Tools

Tools Sites:

Exuberant Ctags Exuberant Ctags
Exuberant Ctags Exuberant Ctags: 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] (Tools)
http://ctags.sourceforge.net/
Source Inspector Source Inspector
Source Inspector Source Inspector: Windows based utility program for performing automatic Coding Standards and Style checking for software written in C and C++. (Tools)
http://www.libertysoftwareinc.com
CC Shell CC Shell
CC Shell CC Shell: Allows C source files to be directly executed as scripts (using #!), speeding development and simplifying maintenance. (Tools)
http://ccsh.sourceforge.net/
C Module Viewer (CMV) C Module Viewer (CMV)
C Module Viewer (CMV) 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. (Tools)
http://www.ezer.de/
ASTREE ASTREE
ASTREE 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". (Tools)
http://www.astree.ens.fr/
Crystal C/C++ Suite Crystal C/C++ Suite
Crystal C/C++ Suite Crystal C/C++ Suite: 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. (Tools)
http://www.sgvsarc.com/
Compilercache Compilercache
Compilercache 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. (Tools)
http://www.erikyyy.de/compilercache/
Insure++ Insure++
Insure++ Insure++: An error detection tool for C/C++ that automatically finds hidden errors at the source code level. (Tools)
http://www.parasoft.com/jsp/products/home.jsp?product=Insure&/index.htm
C to Java converter C to Java converter
C to Java converter C to Java converter: Convert C preprocessed source to Java. (Tools)
http://www.soften.ktu.lt/~stonis/c2java/index.html
CCured CCured
CCured 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. (Tools)
http://manju.cs.berkeley.edu/ccured/
Lint Plus Lint Plus
Lint Plus Lint Plus: Source code analyzer, detects problems compilers cannot catch, by Cleanscape Software. (Tools)
http://www.cleanscape.net/products/lintplus/
Toolbuilders Laboratories Toolbuilders Laboratories
Toolbuilders Laboratories Toolbuilders Laboratories: Vulnerability prevention tools for C language, embedded systems, and auto-generated code. Produces Sempre, a static analysis, code refactoring, and code comprehension system. (Tools)
http://www.toolbuilders.com
LCLint LCLint
LCLint LCLint: Tool for statically checking C programs, GPL. (Tools)
http://lclint.cs.virginia.edu/
Development Assistant for C Development Assistant for C
Development Assistant for C Development Assistant for C: Supports a wide range of software development activities, from easy editing to controlling source quality, from detailed reviewing to documenting. By RistanCASE. (Tools)
http://www.ristancase.com/
CodeSurfer CodeSurfer
CodeSurfer CodeSurfer: An analysis and inspection tool that lets software developers and maintainers easily understand detailed dependence relations in source code. (Tools)
http://www.grammatech.com/products/codesurfer/
Myer Myer
Myer Myer: Colorizes identifiers and constants to show their marginal cost to the program's coupling and cohesion metrics. [GPL] (Tools)
http://home.comcast.net/~jyavner/myer/
ccache ccache
ccache ccache: 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] (Tools)
http://ccache.samba.org/
The Codist The Codist
The Codist 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. (Tools)
http://members.tripod.com/codist/
Indent Indent
Indent Indent: A tool for formatting C code. [Open source, GPL] (Tools)
http://www.gnu.org/software/indent/indent.html