Author Topic: The 02 January 2010 build (6023) is out.  (Read 75679 times)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Where is CCCC and CPP-check Plugin?
« Reply #30 on: January 07, 2010, 12:00:27 pm »
I have updated c::b to svn6023, but I can not found "CCCC" and "Cpp Checker" plugins.

I just download the nightly build (a 7z file for windows) and unzip and overide the old files.

Where at The plugin menuitem or some setting dlg, I found nothing relate to CCCC or CPP Checker...
....

It seem nobody like to help me about this question.

Do I have to build source to get the "New function/plugin"?

Why the nightly build includes new Plugin' files?

Hi nanyu,

you sent a PM to me, where you asked the same question and I anwered to this PM two days ago:

Hi, Jens: can you help me ?

I have udpate the svn 6023 (windowx xp), but I can't found the CCCC and Cpp Checker Plugin?

How can I use them?

thanks! and sorry for my pool English.

Hi nanyu,

you should find them in the "Plugins" menu.

You also have to download the executables cccc and cppcheck for windows.
http://sourceforge.net/projects/cccc/files/
http://sourceforge.net/projects/cppcheck/files/

I think the executables should be in the system searchpath, so the plugins can find them, but I'm not absolutely sure about that ( I only used the plugins on linux).

Jens

Here is a quote of my answer in case the message got lost.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 02 January 2010 build (6023) is out.
« Reply #31 on: January 07, 2010, 12:12:17 pm »
In reply to your new PM and as hint for killerbot and other windows users:

It seems that cccc and cppcheck are missing from the nightlies.

I normally do not use nightlies on windows, only self-compiled C::B.
And there I have both plugins installed, so I wonder what went wrong.

Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Re: The 02 January 2010 build (6023) is out.
« Reply #32 on: January 07, 2010, 12:32:28 pm »
In reply to your new PM and as hint for killerbot and other windows users:

It seems that cccc and cppcheck are missing from the nightlies.

I normally do not use nightlies on windows, only self-compiled C::B.
And there I have both plugins installed, so I wonder what went wrong.


thanks for your replay(both PM and here).
I think the cccc and cppcheck plugin file did in the nightlies file( CB_20100102_rev6023_win32.7z.7z)

I have the self-compiled c::b(soruce) also, But I and my students use the nightlies build.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 02 January 2010 build (6023) is out.
« Reply #33 on: January 07, 2010, 02:03:29 pm »
I will make sure that the next nightly will contain them. There should be a new nightly this weekend, maybe earlier  ;-)

Offline blueshake

  • Regular
  • ***
  • Posts: 459
Re: The 02 January 2010 build (6023) is out.
« Reply #34 on: January 07, 2010, 02:11:46 pm »
mention to cccc and cppcheck,is there any munual about it or something else?
« Last Edit: January 07, 2010, 02:14:09 pm by blueshake »
Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?

Online ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 02 January 2010 build (6023) is out.
« Reply #35 on: January 07, 2010, 02:17:01 pm »
mention to cccc and cppcheck,is there any munual about it or something else?
That's the same question I would like to ask, for me, I don't understand their usage either. I suggest a simple explanation about these two plugins.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 02 January 2010 build (6023) is out.
« Reply #36 on: January 07, 2010, 02:23:53 pm »
mention to cccc and cppcheck,is there any munual about it or something else?
That's the same question I would like to ask, for me, I don't understand their usage either. I suggest a simple explanation about these two plugins.
You can have a look at the project-pages of the programs called by the plugins:
http://sourceforge.net/projects/cccc/
http://sourceforge.net/projects/cppcheck/

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 02 January 2010 build (6023) is out.
« Reply #37 on: January 07, 2010, 02:25:20 pm »
In reply to your new PM and as hint for killerbot and other windows users:

It seems that cccc and cppcheck are missing from the nightlies.

I normally do not use nightlies on windows, only self-compiled C::B.
And there I have both plugins installed, so I wonder what went wrong.


thanks for your replay(both PM and here).
I think the cccc and cppcheck plugin file did in the nightlies file( CB_20100102_rev6023_win32.7z.7z)

I have the self-compiled c::b(soruce) also, But I and my students use the nightlies build.

Hello, I am also from China. I have maintained an open-source portable version of CB, which are related to plug-ins.
http://portablecb.googlecode.com

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 02 January 2010 build (6023) is out.
« Reply #38 on: January 07, 2010, 02:29:21 pm »
And here has a Cscope plug-in, I test in SVN6056, it's work fine.
I hope CB team can able to add this plug-in to contrib.
Thanks!
http://forums.codeblocks.org/index.php/topic,11803.msg80115.html#msg80115

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 02 January 2010 build (6023) is out.
« Reply #39 on: January 07, 2010, 02:33:05 pm »
And here has a Cscope plug-in, I test in SVN6056, it's work fine.
I hope CB team can able to add this plug-in to contrib.
Thanks!
http://forums.codeblocks.org/index.php/topic,11803.msg80115.html#msg80115
I downloaded it, but it does not (yet) work on linux.

I will look into it (probably this evening).

Online ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 02 January 2010 build (6023) is out.
« Reply #40 on: January 07, 2010, 02:36:20 pm »
mention to cccc and cppcheck,is there any munual about it or something else?
That's the same question I would like to ask, for me, I don't understand their usage either. I suggest a simple explanation about these two plugins.
You can have a look at the project-pages of the programs called by the plugins:
http://sourceforge.net/projects/cccc/
http://sourceforge.net/projects/cppcheck/
Thanks jens.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 02 January 2010 build (6023) is out.
« Reply #41 on: January 07, 2010, 03:15:35 pm »
And here has a Cscope plug-in, I test in SVN6056, it's work fine.
I hope CB team can able to add this plug-in to contrib.
Thanks!
http://forums.codeblocks.org/index.php/topic,11803.msg80115.html#msg80115
I downloaded it, but it does not (yet) work on linux.

I will look into it (probably this evening).
Need a patch.
In here: http://forums.codeblocks.org/index.php/topic,11803.msg80131.html#msg80131

zabzonk

  • Guest
Re: The 02 January 2010 build (6023) is out.
« Reply #42 on: January 07, 2010, 09:47:14 pm »
Regarding CCCC, if you need a metrics tool then Source Monitor at http://www.campwoodsw.com/ is IMHO far superior. However it is not FOSS (it is free as in beer) and it is Windows only.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 02 January 2010 build (6023) is out.
« Reply #43 on: January 07, 2010, 10:06:46 pm »
I know, and since it i windows only, I put it rather at the bottom of my list of thing to turn into a plug-in ;-)

Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Re: The 02 January 2010 build (6023) is out.
« Reply #44 on: January 09, 2010, 12:32:46 pm »
I will make sure that the next nightly will contain them. There should be a new nightly this weekend, maybe earlier  ;-)

I'm waitting...... :lol: