polybar/src/utils
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
..
action_router.cpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
actions.cpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00
bspwm.cpp Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
color.cpp Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
command.cpp Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
concurrency.cpp Remove unused spin_lock 2021-09-21 21:43:27 +02:00
env.cpp Integrate bar taskqueue into eventloop (#2510) 2021-09-27 17:35:45 +02:00
file.cpp feat: Support reading config from non-regular files (#2545) 2021-10-24 11:25:05 +02:00
http.cpp Update: Using another way to authenticate github module (#2029) 2020-03-26 12:50:42 +01:00
i3.cpp feat(conf): Option to always show urgent workspaces in i3 (#2378) 2021-02-15 21:31:34 +01:00
inotify.cpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
io.cpp script: Fix concurrency issues (#2518) 2021-10-03 01:27:11 +02:00
process.cpp Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
socket.cpp Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
string.cpp Create default config (#2511) 2021-10-05 13:07:19 +02:00
units.cpp Comment units functions 2022-03-14 22:58:01 +01:00