Tom Atkinson
Tom Atkinson
Wow, the Windows build is much more involved. Pinning the Tracy version to v0.9.1 makes our client compatible with the profiler Added some download instructions to the script  I...
Moved concurrency changes to another PR
Locally I have ``` libcapstone-dev/jammy,jammy,now 4.0.2-5 amd64 [installed] libcapstone4/jammy,jammy,now 4.0.2-5 amd64 [installed,automatic] ``` Interesting how your lib says `4.0.1+really+3.0.5-1build1` as in its 4.0.1 but actually 3.0.5? What OS are you...
Looking at making an Ubuntu docker build to export a usable executable. Here are the system dependencies for each platform as stated in the Tracy docs. I think the latest...
I'd be happy to add that if you believe it would make the process easier! It's a little frustrating that Tracy doesn't have a cmake build for their profiler Happy...
Picked this branch back up as the Tracy support does work. This branch got stalled on that fact that Tracy is hard to build for different platforms - this is...
Hey @asuessenbach, this branch is pinned to v0.10 can you confirm that you updated your submodules before building? Before this branch was v0.9.1 so it may be that you still...
@SaschaWillems ill take a look!
 Rebased and tested on linux. To work with android devices i believe we need to port forward with adb and also give the application local network permissions. I have...
Completely agree @SaschaWillems. This is also my concern. Im thinking that we should run the `macos-14` build only if the branch is `main`. That way the provisioning times shouldn't affect...