Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Help / Re: High CPU usage during build operation when verbose is enabled
« Last post by ollydbg on Today at 01:23:23 pm »
I believe that there are a lot of codes to parse the compiler log message. So, if the compiler generate a lot of warnings, it takes a lot of time to parse those output.

So, sometimes, the building stage is really slow. :(

Not sure how to improve.

If I remember correctly, I have added some checks for the return line encoding, see this: The encoding text from GCC compiler should be UTF8 by default?

2
Help / High CPU usage during build operation when verbose is enabled
« Last post by christo on Today at 12:57:04 pm »
Seeing high CPU usage by codeblocks, more than that of gcc, during compilation. I'm working external makefile project (makefile generated by cmake), and lot of verbose is enabled.

When analysed by perf, pcre2_match_32 is taking most of the CPU. Cause is that each of the build log line is check against 34 regular expressions.

I'm not much familiar with regex, but can anything to be done to improve the performance here?
3
Nightly builds / Re: The 27 April 2024 build (13513) is out.
« Last post by Wkerry on Today at 11:07:02 am »
Anyone got any updates on the https://sourceforge.net/p/codeblocks/tickets/663/ ticket patch status?
4
Plugins development / Re: Code completion using LSP and clangd
« Last post by blauzahn on May 03, 2024, 07:24:00 pm »
Head svn13517 compiles again without compile-error on arch linux as well.
5
Using Code::Blocks / Re: Virtual folders question
« Last post by Miguel Gimenez on May 03, 2024, 02:26:15 pm »
Future spam added to radar.
6
Using Code::Blocks / Re: Virtual folders question
« Last post by yodeltired on May 03, 2024, 12:37:39 pm »
As far as I know, there is currently no tool to convert virtual folders into real folders on the system.
7
Using Code::Blocks / Re: Auto activating projects in workspace
« Last post by Miguel Gimenez on May 03, 2024, 12:01:18 pm »
Profile spammer reported to moderator.

EDIT: Profile link removed, future spam added to radar.
8
Plugins development / Re: Code completion using LSP and clangd
« Last post by blauzahn on May 03, 2024, 11:59:00 am »
Thank you.

I just compiled it on ubuntu linux without any compile-error. Arch I can do only in the evening. Since the configure args are the same and both use wxWidgets trunk, chances are, that the outcome will be the same on arch.
9
Using Code::Blocks / Re: Auto activating projects in workspace
« Last post by whotorpid on May 03, 2024, 11:44:17 am »
Clear. Thank you for your instructions. :)
10
Plugins development / Re: Code completion using LSP and clangd
« Last post by Pecan on May 03, 2024, 07:03:05 am »
svn13516 does not compile on my arch linux using wxWidgets trunk:

Quote
src/plugins/contrib/clangd_client/src/LSPclient/lspdiagresultslog.cpp:97:12: error: invalid use of incomplete type 'class wxListCtrl'

Probably a missing #include

Cheers

Thanks, corrected (I think) Head r13517.
Please test, because I have no access to Arch linux.
Pages: [1] 2 3 4 5 6 ... 10