News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code::Blocks 10.05 has arrived

Started by mandrav, May 30, 2010, 03:23:55 PM

Previous topic - Next topic

mandrav

It's now official :)
Head over to the downloads section to get it!

Many thanks to all the developers who worked so hard for this!
Be patient!
This bug will be fixed soon...

ollydbg


Great news! Congratulations!

I love this IDE !
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.

198710

#2
Congratulations!
But I also wish to have a look at the "what's new" page :)

nanyu

#3
Have been waiting a long time, is the time!

a question : which version of the  mingw-gcc ?

killerbot


Folco

#5
Wonderful !!!

Congratulations for this huge work !


edit -> Wow, Debian repository is already updated, thanks Jens !
Kernel Extremist - PedroM power ©

test_test

Congratulations and thank you all very much! :D

kencamargo

When and where the party will be? ;)

Congrats and my deepest thanks to the developers of THE BEST crossportable IDE there is.

And to think it's free (in every sense)...

Ken

jsibarani

 :D :D :D
Awesome!!
Thanks to all the developers who have worked hard to make this happen.


Loaden


Bonanza

An official release is important in my quest to promote this IDE to whoever I know :)

Now comes the job recompiling some plugins, but that is quite easy based on this excellent wiki:
http://wiki.codeblocks.org/index.php?title=Linking_the_plugin_to_a_Nightly_Build

Looking forward to trying to solve this issue:
http://forums.next.codeblocks.org/index.php/topic,12553.0.html

After that this IDE is unmatched in so many ways.

Thank you all :D

SharkCZ

Quote from: mandrav on May 30, 2010, 03:23:55 PM
It's now official :)
Head over to the downloads section to get it!

Can we get also a plain (non-debian) source archive? it's not optimal for other distros to base their packages on the debian source archive containing additional stuff. And I think the EN and DE docs should be packaged separately too.
Code::Blocks package maintainer for Fedora and EPEL

yuk.f

Great news~ I love CB! THX and honor TO CB developers!

Jenna

Quote from: SharkCZ on May 31, 2010, 11:09:54 AM
Quote from: mandrav on May 30, 2010, 03:23:55 PM
It's now official :)
Head over to the downloads section to get it!

Can we get also a plain (non-debian) source archive? it's not optimal for other distros to base their packages on the debian source archive containing additional stuff. And I think the EN and DE docs should be packaged separately too.
The debian source archive does not contain additional or special stuff that is not in svn (except for the docs subdirectory).

afb

Quote from: SharkCZ on May 31, 2010, 11:09:54 AM
Can we get also a plain (non-debian) source archive? it's not optimal for other distros to base their packages on the debian source archive containing additional stuff. And I think the EN and DE docs should be packaged separately too.

You can use SVN and a dist snapshot meanwhile,
until the source tarball download has been fixed...

svn checkout svn://svn.berlios.de/codeblocks/tags/10.05 codeblocks-10.05
cd codeblocks-10.05
sed -e 's/8.02/10.05/g' -i.orig update_revision.sh
sed -e 's/\/\/\(#define RELEASE "10.05"\)/\1/' -i.orig src/src/appglobals.h
./bootstrap && ./configure
make dist


Should make a codeblocks-10.05svn6285.tar.bz2
(which is the same as r6282, only tagged "10.05").