Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: aggro on October 03, 2009, 11:59:39 pm

Title: Next release? Roadmap
Post by: aggro on October 03, 2009, 11:59:39 pm
What features/bugs are stopping the next release? Could you update the roadmap in the wiki with this information, it seems a bit outdated. Thank you.
Title: Re: Next release? Roadmap
Post by: stahta01 on October 04, 2009, 03:45:36 am
Right now they (the C::B Devs) are working on Code Completion.
No idea what other plugins are under going major work.

Tim S.
Title: Re: Next release? Roadmap
Post by: oBFusCATed on January 13, 2010, 12:34:06 pm
Do we have something (script, app) that can build an installation from SVN?
Invoking svn update, codeblocks --batch, makensi?
If not do you want me to make one?

I've some experience with doing such things so it won't be that hard.
Title: Re: Next release? Roadmap
Post by: MortenMacFly on January 13, 2010, 02:40:09 pm
Do we have something (script, app) that can build an installation from SVN?
Invoking svn update, codeblocks --batch, makensi?
Not to my knowledge. Probably killerbot has one...

If not do you want me to make one?
Sure thing. ;-) But take in mind that the build might be broken. In addition the NSI script needs an update according to the new plugins introduced after the last change of the NSI script.
Title: Re: Next release? Roadmap
Post by: billyonthemountain on January 13, 2010, 03:46:30 pm
Do we have something (script, app) that can build an installation from SVN?
Invoking svn update, codeblocks --batch, makensi?
If not do you want me to make one?

I've some experience with doing such things so it won't be that hard.

You can have a look here (http://forums.codeblocks.org/index.php/topic,11237.0.html), I made script while ago that updates a codeblocks version to the latest version. You can use it as a starting base if you need...