kai
kai
I've integrated your lib into my own toy-project and have a really strange behavior: I compile and start my program in the original state and it runs. Now I modify...
Hi, when using bear (https://github.com/rizsotto/Bear) you get compile_commands.jsons without the command json object but with an "arguments" array. this patch will check if the command object is available and if...
added comment about multithreaded usage of the audio instance (see https://github.com/jarikomppa/soloud/issues/269)
Hi. I'm using soloud in one of my hobby projects and like it. But today I had a strange crash and looked under the hood and wondered how multithreading is...
after reading about the facebook-vector-replacement it came to my attention that eastl also uses a growth factor of 2 which is a bad choice (https://github.com/facebook/folly/blob/master/folly/docs/FBVector.md) for memory allocators. can/should the...
would be great to be able to start an application and capturing is started automatically so that I can profile short-running applications. as an example so that I am able...
Hi, thanks for releasing all the code as open-source, I've found a (most likely) copy'n'paste error: https://github.com/electronicarts/EAStdC/blob/master/include/EAStdC/EAFixedPoint.h#L997 shouldn't the macro be (notice the TypeDef instead of an actual type) template...
currently logging is not possible inside the library. for most functions this is not important, but sometimes it's helpful to see if for example packets are dropped or some other...
first: THANKS for the service, it's really great to keep up to date on latest tech news! from time to time I loose which sources are activated and no source...
the fixed-point class is not handled as POD type which will result in nasty constructions needed when you use it in a union. Can be fixed by using at line...