jardik

Results 5 issues of jardik

If OSG 3.6 is configured by cmake with single-config cmake generator (such as "NMake Makefiles"), then binaries are compiled to unexpected locations (build\src\libraryName\libraryName.dll), instead of expected build\bin directory. Same applies...

WICTextureLoader is using "leaky singleton" for WIC factory. As such, it cannot be used in code, where no-leaking is a requirement. I wanted to use it in preview handler Windows...

maintainence

The documentation states this is race condition free. I believe that because of the way QSharedMemory is used, there are actually race conditions. When QSharedMemory::create returns false with error the...

Is there correct way to cancel decompression of the stream? I am using similar code as in the file_test.c file. i.e. I call FL2_createDStreamMt once at start and then for...

This is an issue of original minizip code (unzip.c), but I believe it could be fixed in QuaZip, because it is customized anyway. Issue is that in unzOpenInternal function "end...