You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kai Uwe Broulik 3646620430 utils: Introduce RamFile class for memfd
This class can be used to create an anonymous file, for instance
to pass data between compositor and clients, through means of a
file descriptor, as is done in various Wayland protocols, notably
the keymap exchange.

It also implements sealing the file, so that it can be shared
between multiple clients without them being able to modify it.

If supported, memfd_create is used, otherwise a `QTemporaryFile`
is used.

Signed-off-by: Victoria Fischer <victoria.fischer@mbition.io>
2 years ago
..
integration autotests/integration: use std::unique_ptr for wayland surfaces 2 years ago
libinput
libkwineffects
tabbox replace all uses of QScopedPointer with std::unique_ptr 2 years ago
CMakeLists.txt utils: Introduce RamFile class for memfd 2 years ago
onscreennotificationtest.cpp
onscreennotificationtest.h
opengl_context_attribute_builder_test.cpp
test_client_machine.cpp
test_ftrace.cpp
test_gestures.cpp replace all uses of QScopedPointer with std::unique_ptr 2 years ago
test_utils.cpp utils: Introduce RamFile class for memfd 2 years ago
test_virtual_desktops.cpp
test_window_paint_data.cpp
test_x11_timestamp_update.cpp
test_xcb_size_hints.cpp
test_xcb_window.cpp replace all uses of QScopedPointer with std::unique_ptr 2 years ago
test_xcb_wrapper.cpp
test_xkb.cpp
testutils.h
xcb_scaling_mock.cpp