Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 07, 2017, 10:39:03 pm

Title: The 07 August 2017 build (11135) is out.
Post by: killerbot on August 07, 2017, 10:39:03 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc510-TDM-2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc510-TDM.7z

The 07 August 2017 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2017/CB_20170807_rev11135_win32.7z
  - Linux :
   none

The current SDK version is : 1.31.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 07 August 2017 build (11135) is out.
Post by: MarkSeven on August 08, 2017, 02:27:27 pm
Just compiled and installed this nightly. Very nice. Thanks!
Title: Re: The 07 August 2017 build (11135) is out.
Post by: sodev on August 08, 2017, 04:36:40 pm
A smart spam bot? Nightlies are already compiled...
Title: Re: The 07 August 2017 build (11135) is out.
Post by: stahta01 on August 08, 2017, 04:57:05 pm
A smart spam bot? Nightlies are already compiled...

Maybe or maybe not.

I used to always compile the nightly because my internet connection was too slow (or stopped midway) to download the nightly.

Edit: Could be Linux or BSD user, also

Tim S.
Title: Re: The 07 August 2017 build (11135) is out.
Post by: MarkSeven on August 08, 2017, 05:29:41 pm
A smart spam bot? Nightlies are already compiled...
No Linux binary.
Title: Re: The 07 August 2017 build (11135) is out.
Post by: sodev on August 08, 2017, 07:48:20 pm
Yes, indeed, there is no linux binary, the whole nightly is a windows binary download.

Maybe we can agree on "thank you for calling revision 11135 nightly, i checked out that revision and build it myself and downloaded nothing" :D
Title: Re: The 07 August 2017 build (11135) is out.
Post by: raynebc on August 08, 2017, 08:29:07 pm
Is there a way to have Code::Blocks remember a project's break points between IDE sessions?
Title: Re: The 07 August 2017 build (11135) is out.
Post by: oBFusCATed on August 08, 2017, 08:30:29 pm
raynebc: Not yet. It will happen someday. :)
Title: Re: The 07 August 2017 build (11135) is out.
Post by: Melchior on August 09, 2017, 02:20:14 pm
Huwayy! new UPDATE! :D :D
Title: Re: The 07 August 2017 build (11135) is out.
Post by: Jenna on August 10, 2017, 11:53:14 am
A smart spam bot? Nightlies are already compiled...
No Linux binary.
What is a linux binary ?
There are so many (incompatible) distros.
So a unified linux binary would need static linking.
But if you are on Fedora or CentOS/RedHat 7 you can always use my copr (see signature).
Debian packages are not updated, and I think I will stop building for Debian, because I do not use it myself since years.
Title: Re: The 07 August 2017 build (11135) is out.
Post by: ollydbg on August 12, 2017, 04:41:32 pm
Is there a way to have Code::Blocks remember a project's break points between IDE sessions?

The related work is here(at least one way to save those things):

Patch 2775 - Code::Blocks History (https://alpha0010.github.io/cb-history/patches/2775.html)
Bug 15651 - Code::Blocks History (https://alpha0010.github.io/cb-history/bugs/15651.html)

That's from our old bug/feature/patches system, I'm not sure, maybe, we just don't find a "good" way to save them.