News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Code::Blocks Code Analysis

Started by nickyh62, July 17, 2008, 01:43:40 PM

Previous topic - Next topic

nickyh62

Hi there,

I'm new to this forum and also code blocks.  I currently work for a software firm and we are looking to incorporate an IDE similar to eclipse for our C++ devlopment.  As our projects are often very large in nature it is imperative that our code is statically analysed, meaning we don't want to have to build the code base every time we wish to make changes, run the code, etc.  Therefore I was wondering if anyone was in the position to tell me whether or not Code::Blocks analyses the code base in a similar static fashion as eclipse?

We also utilise the version control tool ClearCase.  I am aware that there exists a clear case plugin for Code::Blocks however I was wondering if there is anyone who has experience of using the plugin and could therefore advise on how well it works or indeed doesn't work  :D

Thanks

killerbot

I have written the plug-in, and use it everyday. It works, but I want to enhance it even more ;-)

Can you give some examples of your static analysis ?

By the way : obviously you should choose CB above eclipse (the latter is a monster, a java monster).  8)

MortenMacFly

Quote from: killerbot on July 18, 2008, 11:58:31 PM
obviously you should choose CB above eclipse (the latter is a monster, a java monster).  8)
Be careful with Eclipse: I (have to) use it every day at work. One thing that is *really* impressive is the Eclipse SDK and all the additional framework SDK's around the Eclipse core. That's something were we have to work really hard to archive this excellence.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]