Author Topic: Code::Blocks 10.05 has arrived  (Read 161859 times)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Code::Blocks 10.05 has arrived
« on: May 30, 2010, 03:23:55 pm »
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...

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Code::Blocks 10.05 has arrived
« Reply #1 on: May 30, 2010, 04:04:31 pm »

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.

Offline 198710

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: Code::Blocks 10.05 has arrived
« Reply #2 on: May 30, 2010, 05:24:41 pm »
Congratulations!
But I also wish to have a look at the "what's new" page :)
« Last Edit: May 30, 2010, 05:55:46 pm by 198710 »

Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Re: Code::Blocks 10.05 has arrived
« Reply #3 on: May 30, 2010, 06:17:25 pm »
Have been waiting a long time, is the time!

a question : which version of the  mingw-gcc ?
« Last Edit: May 30, 2010, 07:00:26 pm by nanyu »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Code::Blocks 10.05 has arrived
« Reply #4 on: May 30, 2010, 07:01:23 pm »
TDM build : 4.4.1

Offline Folco

  • Regular
  • ***
  • Posts: 343
    • Folco's blog (68k lover)
Re: Code::Blocks 10.05 has arrived
« Reply #5 on: May 30, 2010, 07:10:20 pm »
Wonderful !!!

Congratulations for this huge work !


edit -> Wow, Debian repository is already updated, thanks Jens !
« Last Edit: May 30, 2010, 07:18:30 pm by Folco »
Kernel Extremist - PedroM power ©

Offline test_test

  • Single posting newcomer
  • *
  • Posts: 2
Re: Code::Blocks 10.05 has arrived
« Reply #6 on: May 30, 2010, 08:25:47 pm »
Congratulations and thank you all very much! :D

Offline kencamargo

  • Multiple posting newcomer
  • *
  • Posts: 110
Re: Code::Blocks 10.05 has arrived
« Reply #7 on: May 30, 2010, 09:21:48 pm »
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

Offline jsibarani

  • Multiple posting newcomer
  • *
  • Posts: 31
Re: Code::Blocks 10.05 has arrived
« Reply #8 on: May 31, 2010, 06:57:35 am »
 :D :D :D
Awesome!!
Thanks to all the developers who have worked hard to make this happen.


Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: Code::Blocks 10.05 has arrived
« Reply #9 on: May 31, 2010, 07:41:32 am »
Congratulations!

Offline Bonanza

  • Multiple posting newcomer
  • *
  • Posts: 34
  • Engineer
Re: Code::Blocks 10.05 has arrived
« Reply #10 on: May 31, 2010, 09:13:58 am »
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.codeblocks.org/index.php/topic,12553.0.html

After that this IDE is unmatched in so many ways.

Thank you all :D

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: Code::Blocks 10.05 has arrived
« Reply #11 on: May 31, 2010, 11:09:54 am »
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

Offline yuk.f

  • Single posting newcomer
  • *
  • Posts: 5
Re: Code::Blocks 10.05 has arrived
« Reply #12 on: May 31, 2010, 11:42:09 am »
Great news~ I love CB! THX and honor TO CB developers!

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Code::Blocks 10.05 has arrived
« Reply #13 on: May 31, 2010, 11:42:58 am »
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).

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: Code::Blocks 10.05 has arrived
« Reply #14 on: May 31, 2010, 11:47:06 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...

Code
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").