Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started 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.
-
Right now they (the C::B Devs) are working on Code Completion.
No idea what other plugins are under going major work.
Tim S.
-
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.
-
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.
-
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...