Author Topic: The 08 March 2020 build (11979) is out.  (Read 23430 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 08 March 2020 build (11979) is out.
« on: March 08, 2020, 10:37:57 am »
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 : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx313_2D_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 08 March 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20200308_rev11979_win64.7z
  - Linux :
   none

The current SDK version is : 1.47.0

Resolved Fixed:

  • SDK: Rework for the $if conditional evaluation in the MacrosManager. This will allow the user to use macros in all places of the condition. (Ticket #520)
  • SDK: Add test scripts for SDK testing. Add Tests for $if evaluation

Regressions/Confirmed/Annoying/Common bugs:



    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 08 March 2020 build (11979) is out.
    « Reply #1 on: March 08, 2020, 07:15:32 pm »
    Hi

    OS X version of this rev can be downloaded from my Google Drive (needs at least OS X 10.15)

    Debian Stretch and Buster (32 and 64 bits) can be installed from my repo.

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 08 March 2020 build (11979) is out.
    « Reply #2 on: March 23, 2020, 06:40:36 pm »
    Night builds for ubuntu could be found here: https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly (the build is slightly newer, but shouldn't be too different).
    (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 New Pagodi

    • Multiple posting newcomer
    • *
    • Posts: 41
    Re: The 08 March 2020 build (11979) is out.
    « Reply #3 on: March 27, 2020, 04:02:55 am »
    I don't know if I should ask this here or in the development forum, but as I recently learned, due to changes with the wxWidgets build system, the Code::Blocks  wizard will no longer work for projects targeting x64 cpus.

    The problem is that the build system used to place the libraries in a folder named something like "vc_dll" or "gcc_lib", but now a modifier will be added for x64 systems such as "vc_x64_dll" or "vc_x64_lib". 

    Would it be possible to modify the screen below in the wizard to add either an new checkbox for x64 systems or a new textbox like the "Configuration" one where a user could input "x64".  The checkbox would be simpler but the textbox would be more flexible.  I'd be happy to help modfify the project script to use the input from the new control, but I don't know how to add new items to the screens in the wizard.

    Also since the changes to the build folders are due to making wxWidgets projects dpi aware, it might also be a good idea a checkbox for an option like "Make project dpi aware".  This should just require adding "/MANIFESTINPUT:amd64_dpi_aware_pmv2.manifest" and "/MANIFEST:EMBED" to the linker settings (at least for visual c++, I'm not sure about gcc) when that option is checked.  But that will only work with wxWidgets 3.14 or later and will produce an error with earlier versions since that file doesn't exist before 3.14.  So it might be a problematic addition.

    Offline BlueHazzard

    • Developer
    • Lives here!
    • *****
    • Posts: 3353
    Re: The 08 March 2020 build (11979) is out.
    « Reply #4 on: March 27, 2020, 08:11:18 am »
    The best place would be the source forge bug tracker...

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 08 March 2020 build (11979) is out.
    « Reply #5 on: March 27, 2020, 09:58:14 am »
    This UI is most probably created with a xrc file.
    (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 grem

    • Multiple posting newcomer
    • *
    • Posts: 22
    Re: The 08 March 2020 build (11979) is out.
    « Reply #6 on: March 30, 2020, 10:03:18 am »
    Please fix changelog for 20.03 release - currently it refers to 17.12 release: http://www.codeblocks.org/downloads/binaries/changelog

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 08 March 2020 build (11979) is out.
    « Reply #7 on: March 30, 2020, 11:21:53 am »
    Please fix changelog for 20.03 release - currently it refers to 17.12 release: http://www.codeblocks.org/downloads/binaries/changelog
    Done. Thank you! I missed that one.
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 08 March 2020 build (11979) is out.
    « Reply #8 on: March 30, 2020, 11:22:48 am »
    This UI is most probably created with a xrc file.
    Yes, and the wizards can be edited easily as they are script based. So it shouldn't be too difficult I guess...
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline grem

    • Multiple posting newcomer
    • *
    • Posts: 22
    Re: The 08 March 2020 build (11979) is out.
    « Reply #9 on: March 30, 2020, 02:44:22 pm »
    Done. Thank you! I missed that one.
    Thanks.

    http://www.codeblocks.org/downloads/source
    The  all links seems also are required to be fixed: for xz and bz2 "-" should be instead of "_", and "rpms.tar" instead of "src.rpm" :( The last currently aren't available on SF.

    Offline grem

    • Multiple posting newcomer
    • *
    • Posts: 22
    Re: The 08 March 2020 build (11979) is out.
    « Reply #10 on: March 30, 2020, 04:13:46 pm »
    patch wasn't included and during packaging the patching is required again :(

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 08 March 2020 build (11979) is out.
    « Reply #11 on: March 30, 2020, 06:57:17 pm »
    Happened too late. Next release would have it. Make sure to include the follower patch, because the original patch was broken. (at least for rpm/deb based distros)
    (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 MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 08 March 2020 build (11979) is out.
    « Reply #12 on: April 01, 2020, 08:50:08 am »
    http://www.codeblocks.org/downloads/source
    The  all links seems also are required to be fixed: for xz and bz2 "-" should be instead of "_", and "rpms.tar" instead of "src.rpm" :( The last currently aren't available on SF.
    Fixed the homepage. thank you for reporting!
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline ChosenName

    • Single posting newcomer
    • *
    • Posts: 9
    Re: The 08 March 2020 build (11979) is out.
    « Reply #13 on: April 01, 2020, 07:56:33 pm »
    I'm experiencing two issues with Build 11979:
    1) Alt-Backspace undoes more than one action at a time;
    2) The text in the autocomplete popup window is very large compared to the editor text size.

    Loving the IDE - been using nightlies for years now.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 08 March 2020 build (11979) is out.
    « Reply #14 on: April 01, 2020, 08:36:45 pm »
    OS? Monitor DPI?

    This alt-backspace is new to me. :) Is this different from the ctrl-z behaviour?
    (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!]