1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/include/components
Patrick Ziegler 444120e664
script: Fix concurrency issues (#2518)
Fixes #1978

* Move tail and non-tail handler to method

Defining them in the constructor is ugly.

* script: Iterate over defined actions instead of fixed list

* Separate running logic and lock m_output

* Include POLYBAR_FLAGS in linker flags

* Stop using m_prev in script_runner

* Join module threads in stop function

Joining in the destructor may lead to UB because the subclass is already
deconstructed but the threads may still require it to be around (e.g.
for calling any functions on the instance)

* Cleanup script module

* Update changelog

* Remove AfterReturn class

* Remove m_stopping from script module

* Fix polybar not reading the entire line from child process.

For every `readline` call we created a new fd_streambuf. This means once
`readline` returns, the streambuf is destructed and and pending data in
its temporary buffer discarded and we never actually read it.

* Remove unused includes
2021-10-03 01:27:11 +02:00
..
bar.hpp Integrate bar taskqueue into eventloop (#2510) 2021-09-27 17:35:45 +02:00
builder.hpp New Tag Parser (#2303) 2020-12-17 20:37:28 +01:00
command_line.hpp feat(command_line): Properly handle positional args 2017-01-13 04:47:25 +01:00
config.hpp Template value type for get_with_prefix 2021-09-28 22:16:07 +02:00
config_parser.hpp Add initial support for an escape character (#2361) 2021-01-26 19:16:29 +01:00
controller.hpp Integrate bar taskqueue into eventloop (#2510) 2021-09-27 17:35:45 +02:00
eventloop.hpp script: Fix concurrency issues (#2518) 2021-10-03 01:27:11 +02:00
ipc.hpp Reopen pipe path on EOF 2021-09-21 20:36:23 +02:00
logger.hpp fix(logger): Wrong conversion function called 2020-12-12 01:43:12 +01:00
renderer.hpp Stop tracking action blocks in renderer 2021-02-12 20:01:22 +01:00
renderer_interface.hpp Move action_context into separate file 2021-02-12 20:01:22 +01:00
screen.hpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
types.hpp Integrate bar taskqueue into eventloop (#2510) 2021-09-27 17:35:45 +02:00