vtorri

Results 79 issues of vtorri

the import library name suffi is often .dll.a and not .lib. Agree to use SHARED_LIB_LDFLAGS := -Wl,--out-implib,libdeflate.dll.a \ in Makefile ? If yes, i can do a PR

Makefile is nice and fast, but meson can handle options in an easier nice syntax close to python (far far better than cmake). It is also very fast do you...

enhancement

graphene 1.10.8 meson 0.60 i am cross compiling (on windows, using msys2 and the mingw-w64 toolchain) error: ../meson.build:277:2: ERROR: Function accepts only strings, integers, lists, dictionaries and lists thereof. no...

* provide an enum in JxlPixelFormat to choose the colorspace (when num_channels == 4) * add an implementation similar to RGBA this will allow toolkits or other drawing tools using...

enhancement
api
unrelated to 1.0
colorspace

**Describe the bug** several " may be used uninitialized" and "out of bounds" warnings **To Reproduce** compilation **Expected behavior** no warning **Environment** - OS: Windows 10 - Compiler version: g++...

building/portability

authors of winpthreads are saying that it is slower than a usage of "native" thread API as there is already a usage of the win32 thread API with Visual Studio,...

building/portability
post 1.0

everything is in the title. Advantages : * simpler syntax than cmake * a bit faster than cmake * it just works, no hacks like one can find in cmake...

When compiling libssh2 on Windows, using cmake, the import lib is named liblibssh2.dll.a. It should be libssh2.dll.a no idea how to fix this, I don't know enough cmake to provide...

the autotools build libssh2-1.dll (1 being the major version). cmake builds libssh2.dll is it possible to add this major version in the name when cmake and mingw are used ?...

https://app.codacy.com/gh/vtorri/entice/issues?categoryType=Security FCodacy findd potential security problems in strlen calls : ``` Does not handle strings that are not \0-terminated; if given one it may perform an over-read (it could cause...