taitken
taitken
The cmake exported info does not include the software version. This was a bit confusing since cmake itself ships with FindGLEW.cmake, which *also* doesn't identify the GLEW version. What currently...
Reading through the code here, I noted the following implementation of `LightweightSemaphore::tryWait()`: https://github.com/preshing/cpp11-on-multicore/blob/41ac9c73dfa32e2fbc0af6668358092fafdfcae4/common/sema.h#L201 If I am not mistaken, it is possible for another thread to signal between the `load` and...
I have created a cmake buildfile that created build-targets for TinySoundFont. I am using this to allow the library dependency to be managed by vcpkg: https://github.com/Caldfir/vcpkg/tree/tinysf