BrodyHiggerson

Results 14 issues of BrodyHiggerson

Fitting with the "don't pay for what you don't use" concept, I wanted to have an optional way of injecting some kind of lock/guard around context variables in the registry....

triage

I just tried the basic example in a fresh C++ project in VS2017 on Windows and received the following: > 1>c:\users\brody\documents\visual studio 2017\projects\templatetests\templatetests\args.hpp(225): error C2065: 'not': undeclared identifier > 1>c:\users\brody\documents\visual...

I have a file which contains functions to start/stop the global scheduler, and to return a forward-declared pointer to it. It turns out that I can't avoid the include in...

Since you previously mentioned workflow and usability wrt fibers, I figured I'd make this post, although I appreciate it's likely a bit more ambitious. There are a few issues I...

viewer

Hey there! Thought I'd make a separate issue for my .dll issue. I used the following to generate a solution: `C:\_Development\Projects\easy_profiler-develop\build>cmake -DCMAKE_PREFIX_PATH="C:\Qt\5.11.1\msvc2017_64\lib\cmake" .. -G "Visual Studio 15 2017 Win64"` When...

Hey there! I just built easy_profiler for the first time with Qt 5.11.1 and VS 2017 in Win64 after copying the .dlls to the bin folder of the gui app...

I thought this library looked really interesting, and was advertised as header-only, so I foolishly hoped to just drop it into my C++ Win64 VS2015 project without issue, but this...

I'm using https://github.com/RichieSams/FiberTaskingLib throughout my code, and am trying to integrate Optick into the application. Previously, I was using the OPTICK_THREAD macro when the worker threads started, but Optick seems...

It's been a while since I've worked with assets, but aren't there some that require '_c' at their end to work in a packaged game? (I believe blueprints, where the...

I get complaints about an empty stack, as well as "Can merge only events inside the same frame". If you have a chance, could you load this capture in v1.4.0.0...