Hyprland/src/plugins
Jan Beich 16bc5997bb
Misc FreeBSD fixes (#1926)
* helpers: drop incomplete GNU/kFreeBSD bits

Debian with FreeBSD kernel lacks Wayland-related packages and is not
officially supported since Jessie.

* KeybindManager: check VT ioctl availability instead of hardcoding

* plugins: add missing header for libc++ after 430778293e

src/plugins/PluginAPI.cpp:299:33: error: implicit instantiation of undefined template 'std::basic_istringstream<char>'
    std::istringstream          inStream(SYMBOLS);
                                ^
/usr/include/c++/v1/iosfwd:140:32: note: template is declared here
    class _LIBCPP_TEMPLATE_VIS basic_istringstream;
                               ^

* plugins: prefer llvm-nm with Clang after 430778293e

nm: invalid option -- j
2023-03-31 20:39:04 +01:00
..
HookSystem.cpp Fix clang compilation (#1697) 2023-03-04 14:02:40 +00:00
HookSystem.hpp Plugin Hooks: fix original bytes on %rip accesses 2023-02-27 19:17:58 +00:00
PluginAPI.cpp Misc FreeBSD fixes (#1926) 2023-03-31 20:39:04 +01:00
PluginAPI.hpp plugins: mark getFunctionAddressFromSignature deprecated 2023-03-31 18:43:00 +01:00
PluginSystem.cpp Unload plugins on compositor cleanup (#1662) 2023-02-28 23:11:49 +00:00
PluginSystem.hpp Unload plugins on compositor cleanup (#1662) 2023-02-28 23:11:49 +00:00