Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
The C::B wiki only briefly mentions that Visual C++ 2003 - 2010 are still supported, but are no longer available from their original publishers. Are there plans to add support for newer versions?
62
Contributions to C::B / Re: macOS + Fortran contributions
« Last post by perazz on August 19, 2025, 08:47:47 am »
Sounds good, I will try to simplify the wxTimer patch although it will be big, as there are several locations where it is changed.

Regarding the zlib, I extracted a patch at https://sourceforge.net/p/codeblocks/tickets/1548/

The library is in `contrib/help_plugin` so it is possible that only that plugin uses it.
63
Contributions to C::B / Re: macOS + Fortran contributions
« Last post by Miguel Gimenez on August 18, 2025, 11:23:45 am »
The patch related to wxTimer is too big, if you can split it in chunks it would be easier to check.

Did the zlib update break something?.
64
Contributions to C::B / Re: macOS + Fortran contributions
« Last post by perazz on August 18, 2025, 10:11:21 am »
Great - I submitted a few patches, thank you for looking into it.

Do let me know if I should split them into smaller steps (I had to introduce quite a few changes to the `wxTimer` logic in code completion in order to remove the null-pointer crashes).

One of them is to update zlib to 1.3.1 (minimum supported on macOS) and I could branch that out too.
65
Using Code::Blocks / Re: let codeblocks know something is defined for editor
« Last post by Miguel Gimenez on August 16, 2025, 07:40:20 pm »
Check "Include host platform defines" in Editor -> Settings -> General settings -> C/C++ Editor settings
66
Using Code::Blocks / let codeblocks know something is defined for editor
« Last post by dfatcb on August 16, 2025, 05:54:18 pm »
Hi,

I have project I copied over and setup to cross compile for -m64 on Linux devuan-chimaera 5.10.0-31-686 #1 SMP Debian 5.10.221-1 (2024-07-14) i686 GNU/Linux. 

The actual build is fine but when I'm using the editor it doesn't detect __x86_64__ is enabled so those sections are greyed out.  I tried open the source by going to the project marked with -m64 and doubling clicking to open, but still not seeing that is defined.

Is there a trick to make that happen?

Name             : Code::Blocks
Version          : 20.03-r11997
SDK Version      : 2.0.0
Scintilla Version: 3.7.5
Author           : The Code::Blocks Team
E-mail           : info@codeblocks.org
Website          : http://www.codeblocks.org

wxWidgets Library (wxGTK port)
Version 3.0.5 (Unicode: wchar_t, debug level: 1),
Runtime version of toolkit used is 3.24.
Compile-time GTK+ version is 3.24.20.
67
Nightly builds / The 16 August 2025 build (13710) is out.
« Last post by killerbot on August 16, 2025, 04:47:15 pm »
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 16 August 2025 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20250816_rev13710_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • incremental search plugin: fixed resource ZIP command in wx33 project file
  • incremental search plugin: fixed resource ZIP command in wx32 project file
  • Fix crash on start with wx3.3.1 due to an index out of bound
  • Really fix font size in disassembly window (ticket #1529).
  • ToolsPlus: Really fix font size in HiDPI (ticket #1529).
  • applied patch #1543 by Christo: clangd_client: some stability fixes
  • applied patch #1542 by Christo: clangd_client : if filterText not present in completion response, use label instead

Regressions/Confirmed/Annoying/Common bugs:


    68
    Contributions to C::B / Re: macOS + Fortran contributions
    « Last post by Miguel Gimenez on August 16, 2025, 04:06:12 pm »
    Fortran project is a contributed plugin with its own developer and site. Some of us have write access to the repository, but we usually only modify parts not related to the fortran core (p.e. HiDPI changes).
    69
    Contributions to C::B / Re: macOS + Fortran contributions
    « Last post by perazz on August 16, 2025, 03:24:00 pm »
    Sounds good, thank you.

    So I will open a ticket with the patch file attached.

    for Fortran plugin updates, should I also send ticket to the master C::B repository?
    70
    Contributions to C::B / Re: macOS + Fortran contributions
    « Last post by Miguel Gimenez on August 16, 2025, 01:10:26 pm »
    Any contribution is welcome, specially those from Mac developers.

    The best method for contributing, at least for the initial ones, is posting Subversion patches in the ticket page. Posting in the forum is also valid, but once a post disappears from the main window it will probably be forgotten.
    Pages: 1 2 3 4 5 6 [7] 8 9 10