NHOrus

Results 68 issues of NHOrus

There are two versions of `basename()` function: POSIX one from `libgen.c` that modifies given argument, and GNU extension from `string.h` that doesn't. MUSL only inlcudes POSIX one, while ndctl only...

CMake 4 raised minimum compatible version to CMake 3.5. See https://gitlab.kitware.com/cmake/cmake/-/issues/26698 and https://gitlab.kitware.com/cmake/cmake/-/issues/26613 See also https://bugs.gentoo.org/951922

I feel that having to reimplement feature detection, configuration and package discovery in GNU Make, in addition of doing everything else pqiv does, is a bad idea. Better to leave...

fix in https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/afcdb6fb0045c6186aa83d9298f327a7ec1b2cb9 makes it so we don't need to manually call `XInitThread()` - thread-safe API is now enabled by default. I'm still investigating what to do with `GDK_WINDOWING_X11` marco-guarded...

Also removes hardcoded std=gnu99, allowing modern compilers to use all features. Closes #251

I am trying to update package of ctypes.sh for Gentoo, because current one fails tests, and in the process future-proof it a bit. Build of ctypes.sh fails with GCC-14 and...

So function declaration and function definition match https://bugs.gentoo.org/943801

This causes lcc and some packages that bundle lcc to fail to compile with GCC-15