Results 261 comments of Bartosz Taudul

Please submit any fixes you have as PRs. As for the hangup you are experiencing, you are most likely on your own, as the first person to try to run...

Yes, even poor platform support is better than no platform support at all.

Can't repro and there are protections for this since 0.8: f058ad01f.

This is handled either here: https://github.com/wolfpld/tracy/blob/af73dba73ec90182e5484d3c67197c25fd1a833e/profiler/src/BackendGlfw.cpp#L139-L155 or here: https://github.com/wolfpld/tracy/blob/af73dba73ec90182e5484d3c67197c25fd1a833e/profiler/src/BackendWayland.cpp#L750-L754 Use a debugger to verify that it works, and then, when the application is stuck, break with the debugger to see...

Good changes, but I don't want to touch the current Wayland code. I have a better implementation that splits things up and makes things more readable that I was going...

No such API is available.

See https://github.com/wolfpld/tracy/tree/wayland-refactor. The dynamic DPI works comically bad for me in KDE, but that's just enough for me at this moment.

The main problems are that: a) there are 6 or 7 different platform-specific implementations of symbol resolvers, b) the APIs in use were added as needed, so it may take...

It makes no sense to put this off any longer, while I'm constantly not in the mood to deal with whatever it is that is wrong with my branch.

CC @YaLTeR for comments about meson.