Fabian Keßler

Results 34 issues of Fabian Keßler

Would it be possible, to add afunction to get the origin library in case of a function in a dynamic library? Taking the gcc implementation for example, which uses libbacktrace...

If a specific hash is provided with: #\ the foldername should be \. If a tag or version is provided, I would like to have the ability, to also have...

enhancement

This PR was aimed at fixing an easier problem than the global how-many-mutexes-must-we-have question. We should probably discuss the global question in another thread. Let me answer here anyway: @Febbe,...

It would be very usefull, to add bluesim as simulator, since it compiles the bsv code directly into an executable (bsv → c++ → asm). That increases the simulation speed,...

type:feature

While debugging, I get a warning, that ``` 0.00s - Debugger warning: It seems that frozen modules are being used, which may 0.00s - make the debugger miss breakpoints. Please...

type:feature
category:debugging

This is a proposal which I already submitted to the [llvm/llvm-project](https://github.com/llvm/llvm-project), but it looks like, that none is watching the issues for clangd there. I would like to search the...

enhancement

I have struggles, to correctly configure my MSYS2/Clang64 environment in vscode. Compiling simple projects are working with the cmake kits mentioned by microsoft-cmake-tools, but as soon the project pulls in...

For me, it seems like that ASIO does not support the RIO API. But this is crucial to receive millions of UDP packages, without overwhelming the CPU, since the default...

Sometimes, automated builds on our build server fails due to the fact, that cpm failed to clone a dependency. The resulting folder is just empty and cpm warns that the...

As of change 62986286 in https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_0_1-release-notes. Links and Copies of dynamic libraries aren't located in the file system anymore, the lookup, if a dependency is available will fail, even if...