News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Code::Blocks 10.05 has arrived

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

Previous topic - Next topic

MortenMacFly

In general:
I think what all of you miss is that a release is not as simple as putting it into an installer.

What we are trying to achieve is also a table SDK. For plugin devs nothing is worse than often releases that always change the SDK interface. That's also what differs a nightly from a proper release.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

oBFusCATed

Are there any important non-svn-contrib plugins in the wild?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ollydbg

Quote from: oBFusCATed on April 14, 2011, 04:53:14 PM
Are there any important non-svn-contrib plugins in the wild?
I think the spell check plugin is quite important. :D
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.

MortenMacFly

Quote from: oBFusCATed on April 14, 2011, 04:53:14 PM
Are there any important non-svn-contrib plugins in the wild?
How can you know? I know at least about two closed source plugins which have such dependencies. I bet there are more.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

vanangamudi

When will the next stable version will be released... I'm waiting to see some feature to override all other IDE's and I really love Code::Blocks... thanx to developers..

oBFusCATed

When it is ready as usual:)
When will it be ready? -> When it is out:)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

leoman20

does the debug support watching __float128 types?
I get "error reading variable"

saad749

Around 2 years since the last stable release. Still no Stable release :(

MortenMacFly

Quote from: saad749 on July 04, 2012, 03:54:30 PM
Around 2 years since the last stable release. Still no Stable release :(
Current nightlies are stable. Way more stable and feature-rich than 10/05.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

leosubhadeep

Quote from: vanangamudi on January 22, 2012, 03:42:38 PM
When will the next stable version will be released... I'm waiting to see some feature to override all other IDE's and I really love Code::Blocks... thanx to developers..
I am waiting for some developments on the IDE, too. It's good, but can be better. The error tracing is satisfactory either, but it again has  to be improved. Code::Blocks rocks overall. I am new of using it, and I'm lovin' it.  ::)

Jenna

Quote from: leosubhadeep on August 05, 2012, 12:01:51 AM
Quote from: vanangamudi on January 22, 2012, 03:42:38 PM
When will the next stable version will be released... I'm waiting to see some feature to override all other IDE's and I really love Code::Blocks... thanx to developers..
I am waiting for some developments on the IDE, too. It's good, but can be better. The error tracing is satisfactory either, but it again has  to be improved. Code::Blocks rocks overall. I am new of using it, and I'm lovin' it.  ::)
See the nightly builds forum: http://forums.next.codeblocks.org/index.php/board,20.0.html

I removed the ad from your signature.
Our forum rules do not allow commercial ads in signature or elsewhere.

dfatcb

If the nightlys' are more stable than the current release, why not stop and make a release, or maybe create an installer to install the nightlys'.   I don't want to have to guess that I'm updating everything okay and mess up the build environment.  I just want to run setup and have it find the existing version and offer to upgrade it.  ??

Folco

#87
So use the 10.05.
Code::Blocks is a free software. The goal of a free software programmer is to improve the software itself, not to provide a safe way to install it for you. It should request a too huge effort to test all possible configurations. If your priority is the safety of your environment, use the 10.05 version, or use another soft.

At least you could try with a sandbox, if you absolutely want a new feature which isn't present in the 10.05 release. But that's at your own risk.
Kernel Extremist - PedroM power ©

spencerkingston19

Hey,

Just downloaded windows 8 and now my compiler does not work anymore.
GNU GCC Compiler is what I have. And using the newest version so 10.05 or whatever.

Does anyone know why this is happening??

Thanks

Jenna

Quote from: spencerkingston19 on November 02, 2012, 06:50:49 PM
Hey,

Just downloaded windows 8 and now my compiler does not work anymore.
GNU GCC Compiler is what I have. And using the newest version so 10.05 or whatever.

Does anyone know why this is happening??

Thanks
Do not post the same question three times please.

If you use the MinGW shipped with the 10.05 release, I strongly suggest to update it to a newer version.
I suggest: http://tdm-gcc.tdragon.net/.
You probably need to correct your toolchain after the installation.
I also suggest to remove the old MinGW compiler from your system.

The prerelease of win8 worked with C::B (not tested with 10.05) and TDM's MinGW, but there might be some "security" features that have changed and prevent the compiler from working without some tweaking.