polybar-dwm/include/utils
patrick96 1a59599388 fix(modules): Avoid downcast in module constructor
The previous CAST_MOD(Impl) for the action_router constructor was
illegal because `this` is not yet of type Impl (because the subclass
constructor has not run yet).

The action_router now accepts std::function for its callbacks.

Fixes #2519
2021-10-03 03:18:39 +02:00
..
action_router.hpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
actions.hpp
bspwm.hpp
color.hpp
command.hpp script: Fix concurrency issues (#2518) 2021-10-03 01:27:11 +02:00
concurrency.hpp Remove unused spin_lock 2021-09-21 21:43:27 +02:00
env.hpp
factory.hpp Remove factory_util unique and shared 2021-09-21 21:43:27 +02:00
file.hpp script: Fix concurrency issues (#2518) 2021-10-03 01:27:11 +02:00
functional.hpp
http.hpp Remove unused factory.hpp imports 2021-09-21 21:43:27 +02:00
i3.hpp
inotify.hpp Remove unused factory.hpp imports 2021-09-21 21:43:27 +02:00
io.hpp script: Fix concurrency issues (#2518) 2021-10-03 01:27:11 +02:00
math.hpp fix: unbounded_percentage always rounded down 2021-03-03 22:48:17 +01:00
memory.hpp
mixins.hpp
process.hpp Add env parameter to exec_sh() 2021-09-28 22:16:07 +02:00
scope.hpp Remove unused factory.hpp imports 2021-09-21 21:43:27 +02:00
socket.hpp Remove unused factory.hpp imports 2021-09-21 21:43:27 +02:00
string.hpp feat(memory): Tokens that switch between MiB and GiB (#2488) 2021-09-04 13:14:13 +02:00
time.hpp