Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 15, 2023, 05:08:54 pm

Title: The 15 October2023 build (13373) is out.
Post by: killerbot on October 15, 2023, 05:08:54 pm
We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx323_2D_gcc1310-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls13.1.0.7z


The 15 October 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20231015_rev13373_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 15 October2023 build (13373) is out.
Post by: killerbot on October 15, 2023, 05:09:43 pm
based on wx 3.2.3 
Title: Re: The 15 October2023 build (13373) is out.
Post by: Xaviou on October 15, 2023, 09:04:32 pm
Hi.

OS X version of this rev can be downloaded from my Google Drive (https://drive.google.com/drive/folders/1-r9cbW1I8ZkaCt6iYDhcXH981n5FJTpV?usp=sharing).
There is only a macOS-11.6 version.
Note that it is not a notarized version of the application.

32 bits version for Windows can also be found in the same place.

Debian Bookworm (32 and 64 bits) can be installed from my repo (https://wxstuff.xaviou.fr/article/debian-repository.html). Note that this time, I did not have the time to build for Debian 11 "Bullseye" : sorry (but I will surely do it next nightly)

Ubuntu-22.04 and Ubuntu-23.04 versions can be installed from my ppa (https://launchpad.net/~x-psoud/+archive/ubuntu/cbnb) (they are actually in the build process)

The Google Drive folder of this rev also contains the unsigned deb files available in the repo.

Regards
Xav'
Title: Re: The 15 October2023 build (13373) is out.
Post by: cacb on October 16, 2023, 09:00:14 am
Thank you for this update! I have seen some crashes when adding files sometimes (I wasn't sure what caused the problem). so hopefully this fixes that.

Thanks for the great work you are doing with Code::Blocks.
Title: Re: The 15 October2023 build (13373) is out.
Post by: Bug Killer on October 16, 2023, 11:37:39 am
RPMs of Code::Blocks svn13373 with all contrib plugins, wxWidgets and wxSQLite3 for RHEL 8 and 9 are available from my repository (http://jmdubois.free.fr/codeblocks/index.html).

To update from previous RPMs :

$ sudo dnf clean all
$ sudo dnf update
Title: Re: The 15 October2023 build (13373) is out.
Post by: Uriens The Gray on October 28, 2023, 01:48:56 pm
Thanks, works fine on Fedora 38.

And 39 as well.
Title: Re: The 15 October2023 build (13373) is out.
Post by: myztmy on November 10, 2023, 05:05:11 am

Resolved Fixed:

  • CodeCompletion Fix CB freeze when adding project files
  • Clangd_client //1.2.88 23/10/12 Fix stall when user set option Environment/OpenDefaultWorkspace caused by OnProjectActivaded being called before internal init was finished
  • Clangd_client Fix a crash caused by not clear the GUI Symbols tree

Regressions/Confirmed/Annoying/Common bugs:



    I applaud and welcome fixing the first bug, but open this so simple txt file( attatched following) C::B still freeze when CodeCompletion is enable.


    Title: Re: The 15 October2023 build (13373) is out.
    Post by: Pecan on November 10, 2023, 07:15:33 am

    Resolved Fixed:

    • CodeCompletion Fix CB freeze when adding project files
    • Clangd_client //1.2.88 23/10/12 Fix stall when user set option Environment/OpenDefaultWorkspace caused by OnProjectActivaded being called before internal init was finished
    • Clangd_client Fix a crash caused by not clear the GUI Symbols tree

    Regressions/Confirmed/Annoying/Common bugs:



      I applaud and welcome fixing the first bug, but open this so simple txt file( attatched following) C::B still freeze when CodeCompletion is enable.

      I've verified that  legacy CodeCompletion is causing this problem. I'll investigate.
      Title: Re: The 15 October2023 build (13373) is out.
      Post by: Pecan on November 10, 2023, 11:46:16 pm

      Resolved Fixed:

      • CodeCompletion Fix CB freeze when adding project files
      • Clangd_client //1.2.88 23/10/12 Fix stall when user set option Environment/OpenDefaultWorkspace caused by OnProjectActivaded being called before internal init was finished
      • Clangd_client Fix a crash caused by not clear the GUI Symbols tree

      Regressions/Confirmed/Annoying/Common bugs:



        I applaud and welcome fixing the first bug, but open this so simple txt file( attatched following) C::B still freeze when CodeCompletion is enable.

        I've verified that  legacy CodeCompletion is causing this problem. I'll investigate.

        This is happened because legacy CodeCompletion cannot parse over an invalid UTF8 character and gets into an infinite loop.
        I have a fix for this but I have a question.

        CB tells us we when we have invalid chars in a .h,.cpp file etc.
        But it does not for .txt files. Why is that?

        Edit: 2023/11/10 3:47 pm
        Fixed Head rev 13393

        @  myztmy
        Thanks for reporting.