polybar/include/modules/meta
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
..
base.hpp fix(builder): ignored offsets 2022-03-14 22:58:01 +01:00
base.inl fix(builder): ignored offsets 2022-03-14 22:58:01 +01:00
event_handler.hpp refactor(event_handler): Abstract sink attaching 2016-12-23 05:08:19 +01:00
event_module.hpp Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
factory.hpp feat(tray): Position using a module (#2595) 2022-04-15 23:50:04 +02:00
inotify_module.hpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
static_module.hpp Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
timer_module.hpp Replace system_clock with steady_clock (#2559) 2022-01-12 23:06:29 +01:00