
|
|
|
|
Home / Computers / Programming / Languages / C / Tools
|
| Categories |
|
|
- Computers/ Programming/ Languages/ C/ Compilers@ (29)
|
|
|
|
|
Web Sites
|
- C to Java converter - Convert C preprocessed source to Java.
www.soften.ktu.lt/~stonis/c2java/index.html
- CodeSurfer - An analysis and inspection tool that lets software developers and maintainers easily understand detailed dependence relations in source code.
www.grammatech.com/products/codesurfer
- 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.
www.erikyyy.de/compilercache
- 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]
ctags.sourceforge.net
- Insure++ - An error detection tool for C/C++ that automatically finds hidden errors at the source code level.
www.parasoft.com/products/insure/index.htm
- LCLint - Tool for statically checking C programs, GPL.
lclint.cs.virginia.edu
- Lint Plus - Source code analyzer, detects problems compilers cannot catch, by Cleanscape Software.
www.cleanscape.net/products/lintplus
- 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.
members.tripod.com/codist
- 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]
ccache.samba.org
|
|
|
|
|