Jodi the Tigger
Jodi the Tigger
I build with `-fno-rtti -fno-exceptions` so the code fails to build due to various run-time exceptions been thrown in your code. Care to make exception support optional?
And give an example of the error message to expect if you do try, so that someone googling for the problem can find it's not supported. bonus points if you...
Change to a malloc callback system ------------------------------------------------ *Why?* * I want to remove all my OS specific guard page code, makes sewing more OS agnostic. * You don't need to...
Sam from fibertaskinglib keeps getting crashes when he tries to do that. Check to see if that happens to sewing. Test with file open/read/close. Test with generic kernel based function...
Having the code under two separate licenses just makes stuff complicated for no real benefit. Change to the boost license v1.0 throughout.
https://github.com/RichieSams/FiberTaskingLib https://gist.github.com/vurtun/e051c955b68c719462b594347184ac35 I know there are more, but I didn't bookmark them when I found them :-(
I was trying to repair my video (taken from jailbroken samsung s4 running android 7.1.2) and the app kept crashing at the end of the file due to hitting the...
Hello, glGetError is great, but sometimes it doesn't give you enough information on what has gone wrong, only that it has gone wrong. I was wondering if a new feature...
tl;dr: Due to long path names, and using USB drive on different computer with different user accounts, whatever code applies the `\Administrators` and `\Users` `--format 4` file and folder permissions,...
Just so I can load the entire thing into memory and be done with it.