Martin Storsjö
Martin Storsjö
> I am pretty certain we'd need some fairly major surgery on the C++ rules to support MSVC; they would need to pass flags in a way that MSVC understands...
As a concrete example, my workflow might look like this: ``` on: workflow_dispatch: inputs: commit: description: 'Commit to extract from' type: string branch: description: 'Branch to extract from' type: string...
> Care to open a PR for that? It looks useful indeed. I'm not very familiar with modern (last 20 years) JavaScript, so while I guess I could make an...
Clang on Windows can operate in two different modes (actually more than that, but let’s keep it at two for simplicity) - mingw mode and msvc mode. When using mingw...
> @mstorsjo,ok fine and thanks. Is clang-cl what you're referring to or something else ? where I can find documentation on how to use clang in MSVC mode please ?...
> @mstorsjo ok, thank you very much. I'll have a look. So, if I used msys2 would I have a chance to build open source libraries which are based on...
> Hi @mstorsjo long time no see, hope you are keeping well :) Indeed, long time no see! > I've been playing with having wine work on a 16k page...
> > On Asahi Linux, wouldn't the default be 4k pages, otherwise random binaries couldn't be executed there either? Or is the situation different there? > > Their Kernel is...
I see what you're getting at... Picking up and bundling the toolchain runtimes with a distributed app is always a bit of a hassle, as they are installed in wildly...
> > I don't entirely agree. Generally, I don't think the DLL files generally belong in the `lib` directory > > That can be argued, but I dont see an...