curldivergence

Results 10 comments of curldivergence

Hello! It's interesting, but I've spotted a project (https://github.com/assimp/assimp) where adding -DCMAKE_CXX_FLAGS prevents it from compiling on Windows. I haven't investigated it yet, but in general - if this PR...

Hey guys, just curious - are there any advances on this issue? Thanks!

Hi! Are there any news, by any chance? :) I've tried it on a recent build from the main branch, and the error I'm getting from ``` offsetof(SimpleStruct, uintValue) ```...

Hi, thanks a lot for your efforts :) And sorry, I've missed your question about used Krita/RD versions. To be safe, I've updated both of them to the latest versions...

Hi! I'm also hitting this problem on both stable and nightly. Unfortunately, the solution suggested by @kellpossible won't work for me since I include autogenerated modules in such a way,...

Hi @tex3d @vcsharma, I'm also very very curious about this :) Currently attempts to use it on a simple cbuffer lead to a weird error ``` CreateComputePipelineState failed: [0x8007000e] Not...

Hi, I see, thanks a lot for help :)

Hi, I'm also facing this issue on macOS, here is the diagnostics log ```json { "os": "darwin", "vscodeVersion": "1.78.0", "cmtVersion": "1.14.31", "configurations": [ { "folder": "/Users/***/***", "cmakeVersion": "3.25.0", "configured": true,...

Hi, I've hit this issue, too. In short, it happens because cmake tries to run the test discovery command before the executable signing step, so the gatekeeper kills the process...

Hi, I'm curious - is anybody working on aarch64 JIT at the moment? Unfortunately calling C compiler is not convenient for my use case, and NekoVM is marked as deprecated...