Author Topic: The 04 February 2026 build (13779) is out.  (Read 148 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5546
The 04 February 2026 build (13779) is out.
« on: Today at 09:04:29 am »
We switched to gcc 15.1.0 (on 23 May 2025) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-12.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.7z

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/wxmsw32u_gcc_cb_wx328_2D_gcc1510-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.1.0.7z


The 04 February 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260204_rev13779_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • Clangd_client - Fix clangd_client_symbol_browser_hang_on_proxy_project. Thanks Christo.
  • watchesdlg.cpp ValueTooltip: Account for new height when adding scrollbar; Avoid wxWidgets property assert when column proportion become less than 1%
  • IncrementalSearch: Fix TextCtrl resetting on Ubuntu, should work on Debian.
  • add a new compiler option to entirely silence all compiler output (temporarily) to improve compilation speed for large, (error-free) projects
  • allow to fine-tune compiler output polling by exposing the respective polling timer values though compiler options
  • wxSmith: Fix parent of items inside wxStaticBoxSizer.
  • wxSmith: Fix parent of toolbar items (ticket #1070).
  • debuggergdb: kill console with child process (Thanks Sergey Katunin)
  • Keep clipboard data after closing C::B on MSW (ticket #1388).
  • wxSmith: Delay-load images so they are loaded after C::B is initialized.
  • implemented dark/light-mode for C::B as provided by wxWidgets version v3.3.x and above (closes FR#1567)
  • Fix response file creation when local variables are used (ticket #1584, thanks LETARTARE).

Regressions/Confirmed/Annoying/Common bugs: