Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Nightly builds / Re: The 19 May 2024 build (13521) is out.
« Last post by Xaviou on Today at 08:18:27 pm »
Hi.

OS X version of this rev can be downloaded from my website.
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 and Bullseye (32 and 64 bits) can be installed from my repo
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04, 23.10 and 24.04 versions can be installed from my ppa

Regards
Xav'
2
Nightly builds / The 19 May 2024 build (13521) is out.
« Last post by killerbot on Today at 05:39:55 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.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx324_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 19 May 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240519_rev13521_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • clangd_client 1.2.126 2024/05/13 Remove margin warning/error markers when debugging to avoid hiding debugger active line marker
  • Clangd_client cbeditor.cpp - Redefine CC warning margin marker as small arrow to avoid hiding other markers

Regressions/Confirmed/Annoying/Common bugs:


    3
    Hello, wonderful people. I recently tried the Eclipse IDE and noticed that it supports C/C++ development.
    I wonder if C::B's project importer will add support for importing Eclipse C/C++ projects, since they are out there.
    Thanks.
    4
    Development / Re: wxWidgets 3.2.5 is out
    « Last post by killerbot on Today at 12:45:21 pm »
    I will try to update the nighlies to it; next to switching to gcc14.
    5
    The Msys2 devs dont want it since they are deprecating win32 but for those of us who still use 32 bit sometimes this fixes the build.

    the problem as noticed by others is that windres on 32 bit mingw gets passed -mthreads via the WX_CXXFLAGS flag.
    changed it to WX_CPPFLAGS as both return the same minus the -mthreads flag.

    Hi, reckless, long time no see. Thanks.

    I'm not using the 32 bit windows system, some of my PCs are still Win7 64bit, and it seems msys2 are dropping support for those systems.

    BTW, can you have a look at this post:

    Code::Blocks / Tickets / #1461 Fix building codeblocks on MinGW-w64 aarch64

    I'm still hoping Code::Blocks could be built under the MinGW64 port. (as you patch, it supports building C::B on the MinGW32 port)
    6
    Plugins development / Re: Code completion using LSP and clangd
    « Last post by ollydbg on Yesterday at 11:52:07 pm »
    Quote
    I really do not know how to solves this situation without changing the legacy CC interface (cbeditor) for current users.
    Legacy CC is used way more than clangd_client.

    Hi, pecan, thanks for the work.

    I see it is hard to solve this issue. If I remember correctly, the legecy code completion plugin does not use any markers. So, the issue is that the sdk(cb editor) need to supply more options for the markers.
    7
    Development / Re: wxWidgets 3.2.5 is out
    « Last post by ollydbg on Yesterday at 11:48:33 pm »
    I haven't tried it.

    But the msys2 package of the wx is already updated to 3.2.5 days ago.
    8
    here i am i guess
    9
    Development / wxWidgets 3.2.5 is out
    « Last post by Miguel Gimenez on May 17, 2024, 07:26:58 pm »
    wxWidgets 3.2.5 has been released. I am currently compiling it.

    Among many oher changes, wxFloatProperty now uses the correct decimal separator with non-english locales and wxVariant supports VT_UI8.
    10
    Good! Simple but useful for me.
    Pages: [1] 2 3 4 5 6 ... 10