polybar/include/ipc
Patrick Ziegler 56779a5902
Make the event loop return shared_ptrs (#2842)
* Return shared_ptr from eventloop

* Add -Wdeprecated-copy-dtor warning

Produces a warning if classes don't have explicit copy operations if
they have a user-defined constructor.
This helps us stick to the rule of 5 (kinda, no warnings for missing
move operators).

* Clean up eventloop

* Fix compiler warnings

* Fix fs_event_handle_t name
2022-10-15 23:21:40 +02:00
..
decoder.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00
encoder.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00
ipc.hpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
msg.hpp build: Add missing includes 2022-03-02 15:09:52 +01:00
util.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00