News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 18 January 2020 build (11954) is out.

Started by killerbot, January 18, 2020, 09:01:56 PM

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.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 18 January 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20200118_rev11954_win64.7z
  - Linux :
   none

The current SDK version is : 1.46.0

Resolved Fixed:


  • editor: Style for indent guides is not applied correctly if some of the colours is using the default color
  • add support for upcoming standard C++20 and upcoming gcc 10
  • updated docs according http://forums.next.codeblocks.org/index.php/topic,23614.0.html (thanks gd_on)
  • lexer: Add f-strings to the python lexer (thanks Quiss)
  • applied patch #805: Flashing icons in Windows' taskbar while starting C::B. Thanks Miguel Gimenez.
  • sdk: Hide the implementation of the encoding detector
  • applied patch #910: Correction of assert and build error in loghacker plugin. Thanks Miguel Gimenez.

Regressions/Confirmed/Annoying/Common bugs:




killerbot

a patched wx 3.1.3 has been made, so you will need to download the new cb wx 3.1.3 dll's

Khram

Name            : Code::Blocks
Version          : svn-r11936

It's svn rev.11936
C++ & Fortran in MinGW-GCC-4.3.3 & WinLibs-GCC-14.2 with CB-13596

killerbot

och shit you are right, oh damn, I forgot to svn up, och boy, how stupid :-(

killerbot


Khram

Name            : Code::Blocks
Version          : svn-r11951


Ok, thanks!
C++ & Fortran in MinGW-GCC-4.3.3 & WinLibs-GCC-14.2 with CB-13596

tomay3000


Xaviou

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'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

zed

Quoteapplied patch #805: Flashing icons in Windows' taskbar while starting C::B. Thanks Miguel Gimenez.
Oh, finally! Special thanks for this patch.

tomay3000


killerbot

I always take the number of svn at the time I create the build, normally this matches, this time it does not, because the last 3 commits occurred on another branch.

cacb


Miguel Gimenez

The Incremental Search problem is gone in the nightly, but not in the SVN head version. May be related to this?

Quote from: killerbot on January 18, 2020, 09:02:17 PM
a patched wx 3.1.3 has been made, so you will need to download the new cb wx 3.1.3 dll's

oBFusCATed

@Miguel Gimenez This is the price we should pay for using the dev version of wx. :(
(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!]

Miguel Gimenez

Who is using it?. I'm using the official wx3.1.3 release.

Now and then I use the wx development version, trying to find regressions, but bug reports and patches for C::B are made using the official release.

If the nightly's library is different from the release it would be cool to know what has changed.