Author Topic: The 01 January 2019 build (11544) is out.  (Read 26811 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 01 January 2019 build (11544) is out.
« on: January 01, 2019, 09:45:12 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.

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:



    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 01 January 2019 build (11544) is out.
    « Reply #1 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.

    yukichan

    • Guest
    Re: The 01 January 2019 build (11544) is out.
    « Reply #2 on: January 02, 2019, 11:19:27 am »


    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.

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1553
    Re: The 01 January 2019 build (11544) is out.
    « Reply #3 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).

    yukichan

    • Guest
    Re: The 01 January 2019 build (11544) is out.
    « Reply #4 on: January 02, 2019, 12:23:32 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!

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5910
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 01 January 2019 build (11544) is out.
    « Reply #5 on: January 02, 2019, 03:18:53 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.

    Offline gtafan

    • Almost regular
    • **
    • Posts: 126
    Re: The 01 January 2019 build (11544) is out.
    « Reply #6 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?

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5910
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 01 January 2019 build (11544) is out.
    « Reply #7 on: January 02, 2019, 04:28:14 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.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 01 January 2019 build (11544) is out.
    « Reply #8 on: January 02, 2019, 05:19:00 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!]

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 01 January 2019 build (11544) is out.
    « Reply #9 on: January 02, 2019, 05:22:17 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!]

    Offline Frank_CB

    • Almost regular
    • **
    • Posts: 148
    Re: The 01 January 2019 build (11544) is out.
    « Reply #10 on: January 02, 2019, 08:39:49 pm »
    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?

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 01 January 2019 build (11544) is out.
    « Reply #11 on: January 02, 2019, 09:07:16 pm »
    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.


    Offline Frank_CB

    • Almost regular
    • **
    • Posts: 148
    Re: The 01 January 2019 build (11544) is out.
    « Reply #12 on: January 02, 2019, 10:16:54 pm »
    Plugin Codecompletion being enabled still causing C::B to crash without displaying any error messages!

    Offline gtafan

    • Almost regular
    • **
    • Posts: 126
    Re: The 01 January 2019 build (11544) is out.
    « Reply #13 on: January 03, 2019, 03:54:02 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.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 01 January 2019 build (11544) is out.
    « Reply #14 on: January 03, 2019, 04:00:52 pm »
    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!]