News:

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

Main Menu

The 01 January 2019 build (11544) is out.

Started by killerbot, January 01, 2019, 09:45:12 PM

Previous topic - Next topic

killerbot

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.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx311_gcc810-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 01 January 2019 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20190101_rev11544_win64.7z
  - Linux :
   none

The current SDK version is : 1.37.0

Resolved Fixed:


  • CC: Do not start system header thread if the list of directories is empty (ticket #780)

Regressions/Confirmed/Annoying/Common bugs:




killerbot

the crash when loading for example the CB workspace still is present, disable CC and the problem is gone.

yukichan



This behaviour is normal? It's a problem with wxWidgets or something like this? It only happens at resolutions >= 1080p. And my windows DPI settings are default, without any change in scaling and etc.

Sorry if this was already reported in the past and/org is a well know problem currently.

Miguel Gimenez

If you are asking about the lines under the toolbar icons, it is a wxWidgets problem fixed in 3.1.2 (the background wasn't erased before drawing the icons).

yukichan

Quote from: Miguel Gimenez on January 02, 2019, 12:03:56 PM
If you are asking about the lines under the toolbar icons, it is a wxWidgets problem fixed in 3.1.2 (the background wasn't erased before drawing the icons).

Yeah, about this weird lines! And I understand, but only the background is not being erased? It seems like the Combo boxes and other "non-iconned" elements grew and the elements with icons are not really scaling properly to fit + (what you said) the background is not being erased explains the white spaces mixed with leftovers of graphics in the void without elements.
Anyway, thank you!

ollydbg

Quote from: yukichan on January 02, 2019, 12:23:32 PM
It seems like the Combo boxes and other "non-iconned" elements grew and the elements with icons are not really scaling properly to fit + (what you said) the background is not being erased explains the white spaces mixed with leftovers of graphics in the void without elements.
The change is also made by wx. If I remember correctly, this post is discussing this issue: Re: toolbar bottom edge is not shown corectly under C::B build with wx git master

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.

gtafan

Sorry if the question could sound a bit oftopic, but how many nightly builds there´ll be befor the next release?

ollydbg

Quote from: killerbot on January 01, 2019, 09:46:53 PM
the crash when loading for example the CB workspace still is present, disable CC and the problem is gone.

I'm testing a 32bit C::B(trunk) build with wx 3.1.2, it looks like there is no such crash here.
BTW: I have removed the first two lines in void cbStyledTextCtrl::OnKillFocus(wxFocusEvent& event) function, which avoids another crash issue.
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.

oBFusCATed

Quote from: gtafan on January 02, 2019, 04:09:24 PM
Sorry if the question could sound a bit oftopic, but how many nightly builds there´ll be befor the next release?
As many as they are needed. It will be released when it is released. Probably on the last night build before the release we'll have something mentioning a release and that this is the last night build...
(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!]

oBFusCATed

Quote from: ollydbg on January 02, 2019, 04:28:14 PM
Quote from: killerbot on January 01, 2019, 09:46:53 PM
the crash when loading for example the CB workspace still is present, disable CC and the problem is gone.

I'm testing a 32bit C::B(trunk) build with wx 3.1.2, it looks like there is no such crash here.
BTW: I have removed the first two lines in void cbStyledTextCtrl::OnKillFocus(wxFocusEvent& event) function, which avoids another crash issue.

Steps to reproduce please!
(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!]

Frank_CB

Downloaded and installed Nightly Build (11543) on Windows 10 64-bit platform.

Then I built C::B from SVN (11544) source using mingw-w64-gcc 8.0.1.  Invoking it, I get an error message saying that the plugins cannot be loaded because the wrong SDK was used. Previously SDK 1.36.0 was used, now SDK 1.37.0 is being used (last few days).

How, or can, SDK 1.37.0 be acquired?

killerbot

you have that when you svn up , be sure to do a clean build, and install it to a clean location, so that plug-in dlls (old and new) don't mix.


Frank_CB

Plugin Codecompletion being enabled still causing C::B to crash without displaying any error messages!

gtafan

Quote from: oBFusCATed on January 02, 2019, 05:19:00 PM
Quote from: gtafan on January 02, 2019, 04:09:24 PM
Sorry if the question could sound a bit oftopic, but how many nightly builds there´ll be befor the next release?
As many as they are needed. It will be released when it is released. Probably on the last night build before the release we'll have something mentioning a release and that this is the last night build...
OK thanks, since the previous releases were end of the year or begining of the next one, was hoping it will be like that this time to.

oBFusCATed

If you follow the last night builds there are some critical issues which needs to be fixed before the release...
(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!]