Author Topic: The 25 April 2021 build (12312) is out.  (Read 16312 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 25 April 2021 build (12312) is out.
« on: April 25, 2021, 09:27:53 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-2.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 25 April 2021 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2021/CB_20210425_rev12312_win64.7z
  - Linux :
   none

The current SDK version is : 2.6.0

Resolved Fixed:

  • applied patch #1031: Fully threaded Symbol Browser; thanks Miguel Gimenez
  • applied patch #1059: Assert in addr2lineui.exe, thanks Miguel Gimenez
  • fixed an issue with last cc-related commit reported here: http://forums.codeblocks.org/index.php/topic,23580.msg165940.html#msg165940
  • src: Fix regression introduced with r11854: --no-batch-window-close was ignored.
  • sdk: Fix lockup when closing Codeblocks with the compiled application still running in background. (Fix #976)
  • applied patch #1061 Fix Symbol Browser compilation when CC_NO_COLLAPSE_ITEM is undefined; thanks Miguel Gimenez
  • wxSmith: Change code generation for window auto layout (thanks Les Newell)
  • wxSmith: Make it possible to create bool properties with tooltips
  • scripted wizard: Allow InfoPane resizing (ticket #1065, thanks Miguel Gimenez)
  • compiler: Add proper version comparison to compiler's XML parser (ticket #1041, thanks Miguel Gimenez)
  • debuggergdb: Add support for Threads list and local variables for CDB debugger (thanks maras420, ticket #1060)
  • UI: Sprinkle the codebase with PlaceWindow calls
  • UI: Add display info in the Help -> About -> Information dialog
  • applied patch #1006: Compiler GCC - Use correct option for C++20 depending on version (Thanks Miguel Gimenez)
  • UI: Print the OS and Desktop environment in the Help -> About -> Information dialog
  • UI: Renaming of opened files (ticket #1077, thanks Miguel Gimenez)
  • UI: Cannot open more than one instance of CB (Windows) (ticket #1082, thanks Miguel Gimenez)
  • applied patch #1087 Add new wxArtProvider ID to wxSmith's image picker dialog (thanks Miguel Gimenez)
  • applied patch #1084: Fix detection of opened wxs and double saving query (thanks Miguel Gimenez)
  • applied patch #1079 Don't call wxChoice::GetString() with wxNOT_FOUND (thanks Miguel Gimenez)

Regressions/Confirmed/Annoying/Common bugs:



    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5489
    Re: The 25 April 2021 build (12312) is out.
    « Reply #1 on: April 25, 2021, 09:33:19 am »
    will try to get a next nightly shortly based on wx 3.1.5

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5489
    Re: The 25 April 2021 build (12312) is out.
    « Reply #2 on: April 25, 2021, 02:20:00 pm »
    have a build with wx315 working fine, so in the next nightly we will switch.
    But first let's get a next commit ;-)

    Offline gd_on

    • Lives here!
    • ****
    • Posts: 795
    Re: The 25 April 2021 build (12312) is out.
    « Reply #3 on: April 25, 2021, 02:37:10 pm »
    Cool.
    I work myself with wxWidgets 3.1.5 since a few days without any problems.
    A few patches (2 or 3) to work with gcc 10.2 (Msys2) are needed to compile (and execute) C::B (not needed with gcc 8.1). They have been proposed but are not still applied to the trunk. I hope they will be soon accepted.
    Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7576
      • My Best Post
    Re: The 25 April 2021 build (12312) is out.
    « Reply #4 on: April 25, 2021, 05:34:08 pm »
    Cool.
    I work myself with wxWidgets 3.1.5 since a few days without any problems.
    A few patches (2 or 3) to work with gcc 10.2 (Msys2) are needed to compile (and execute) C::B (not needed with gcc 8.1). They have been proposed but are not still applied to the trunk. I hope they will be soon accepted.

    Please post a link to these msys2 needed patches?

    Tim S.
    C Programmer working to learn more about C++ and Git.
    On Windows 7 64 bit and Windows 10 64 bit.
    --
    When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 25 April 2021 build (12312) is out.
    « Reply #5 on: April 25, 2021, 05:35:45 pm »
    have a build with wx315 working fine, so in the next nightly we will switch.
    But first let's get a next commit ;-)
    Why don't you post the build, so we can compare them and rule out anything else changing.
    (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 gd_on

    • Lives here!
    • ****
    • Posts: 795
    Re: The 25 April 2021 build (12312) is out.
    « Reply #6 on: April 25, 2021, 05:46:12 pm »
    Quote
    Please post a link to these msys2 needed patches?
    At least problem described here : https://forums.codeblocks.org/index.php/topic,24457.msg166767.html#msg166767
    and the patch proposed by M. Gimenez in ticket 1089 : https://sourceforge.net/p/codeblocks/tickets/1089/
    an other problem described here : https://forums.codeblocks.org/index.php/topic,24363.msg166172.html#msg166172
    and a patch proposed by myself in ticket 1086 : https://sourceforge.net/p/codeblocks/tickets/1086/
    Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

    Offline Khram

    • Multiple posting newcomer
    • *
    • Posts: 47
    • 3D-tensor mathematics - vector space
      • ShipDesign
    Re: The 25 April 2021 build (12312) is out.
    « Reply #7 on: April 25, 2021, 08:45:47 pm »
    Спасибо, хорошо!
    C++ & Fortran in MinGW-GCC-4.3.3 & Equation-GCC-13.2 with CB-13456

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 25 April 2021 build (12312) is out.
    « Reply #8 on: April 27, 2021, 09:14:01 am »
    Ubuntu night builds can be found here: https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly
    This time I've also added builds for Ubuntu 21.04.
    (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!]