Old Fellows Database

Add URL Add URL  Custom Programming  My Sites My Sites  Custom Programming  My Account My Account  Custom Programming  Contact Us Contact Us


Yurtseven.org       

Search only in Tools   Search the Web
 Home » Programming » Languages » C » Tools

 Categories

Compilers (42)  


 Related Categories:
    Computers » Programming » Development Tools
    Computers » Programming » Languages » C++ » Tools


 Web Pages    1 - 10   {16}


 1 - 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]
http://ctags.sourceforge.net/
 
[more pages from this URL]   


 2 - 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]
http://ccache.samba.org/
 
[more pages from this URL]   


 3 - LCLint
  Tool for statically checking C programs, GPL.
http://lclint.cs.virginia.edu/
 
[more pages from this URL]   


 4 - Indent
  A tool for formatting C code. [Open source, GPL]
http://www.gnu.org/software/indent/indent.html
 
[more pages from this URL]   


 5 - 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.
http://www.erikyyy.de/compilercache/
 
[more pages from this URL]   


 6 - 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.
http://manju.cs.berkeley.edu/ccured/
 
[more pages from this URL]   


 7 - Myer
  Colorizes identifiers and constants to show their marginal cost to the program's coupling and cohesion metrics. [GPL]
http://home.comcast.net/~jyavner/myer/
 
[more pages from this URL]   


 8 - CodeSurfer
  An analysis and inspection tool that lets software developers and maintainers easily understand detailed dependence relations in source code.
http://www.grammatech.com/products/codesurfer/
 
[more pages from this URL]   


 9 - 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".
http://www.astree.ens.fr/
 
[more pages from this URL]   


 10 - 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.
http://www.ristancase.com/
 
[more pages from this URL]   


1  2  Next »»


E-Mail Add URL