Author Topic: The 11 August 2026 build (13948) is out.  (Read 438 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5578
The 11 August 2026 build (13948) is out.
« on: Yesterday at 05:11:44 pm »
We switched to gcc 15.2.0 (on 09 April 2026) --> 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.2.0posix-14.0.0-ucrt-r7/winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64ucrt-14.0.0-r7.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/wxmsw33u_gcc_cb_wx333_2D_gcc1520-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.2.0.7z


The 11 August 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260811_rev13948_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • increase amount of global user vars from 7 to 8
  • show CPU architecture in about screen (and alike) as well to differ 64 bit Intel/ARM
  • fix crash on Clang/ARM compiled version of C::B on Windows
  • introduce new global variables to remove some code: AppProcessor, AppBitType, AppCompilerVersion
  • updated nlohman JSON to v3.12.0 to try to fix a compiler issue on ARM
  • actually fix a compiler issue with cyclic definitions of Diagnostics and CodeAction structs on more strict compilers
  • added Code::Blocks projects files and workspace for ARM compilation (WoA64)
  • added ARM batch files for resources for various projects
  • src\uservardlgs.cpp: Fix assert/crash because of incorrect print format
  • clangd_client: Search for compiler master path in .conf 'user_sets' when searching 'sets' fails

Regressions/Confirmed/Annoying/Common bugs: