News:

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

Main Menu

The 25 April 2021 build (12312) is out.

Started by killerbot, April 25, 2021, 09:27:53 AM

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 : 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.next.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:




killerbot

will try to get a next nightly shortly based on wx 3.1.5

killerbot

have a build with wx315 working fine, so in the next nightly we will switch.
But first let's get a next commit ;-)

gd_on

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 (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

stahta01

Quote from: gd_on 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.

Please post a link to these msys2 needed patches?

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

oBFusCATed

Quote from: killerbot 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 ;-)
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!]

gd_on

QuotePlease post a link to these msys2 needed patches?
At least problem described here : https://forums.next.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.next.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 (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Khram

C++ & Fortran in MinGW-GCC-4.3.3 & WinLibs-GCC-14.2 with CB-13596

oBFusCATed

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!]