Rainer Schuetze

Results 250 comments of Rainer Schuetze

IIRC Walter was worried about all the system specific extensions the compiler writers have added to the preprocessor and that are used in system headers.

> Is there anything VisualD can do to get the proper args through to the preprocessor? I guess we could grab the VC project settings and forward them to dmd....

> I'd probably grab the -I paths from the D settings? I was expecting dmd to already do that (it searches c/h files there itself), but in fact that is...

I have added an option to set the C include search path, but inheriting another setting turned out to be a nightmare wasting hours unsuccessfully trying to do a simple...

The added import C support can be found in https://github.com/dlang/visuald/releases/tag/v1.4.2-beta1. The semantic engine now also runs the preprocessor, but an edited .c/.h file must be saved, though, as it is...

You can pass options to the preprocessor with -P as additional command line option, e.g. -P/wd4005

Are you running the latest beta? I made a few tweaks to run the GC more frequently to avoid it allowing the used memory to grow so easily due to...

As measured here https://github.com/dlang/dmd/pull/21428#issuecomment-2953018709, building all of phobos unittests in a single invocation, dmd needs about 20 GB, which is reduced to 12 GB when using the GC. Apart from...

> . I recall you saying you did direct the log to an output window, but I couldn't find that, is there something I need to do to enable that?...

I have signed https://github.com/dlang/visuald/releases/tag/v1.4.0-beta2 with the expired certificates, this seems to reduce the number of dialogs that you have to go through before running the installer after download. Please note...