polybar-dwm/tests
patrick96 eaa50691fc fix(config_parser): UB in logger
Because we passed a temporary as the logger, it gets destroyed after the
config_parser constructor returns and when the logger is called in
config_parser it operates on a dangling reference.

Ref: https://stackoverflow.com/q/35770357/5363071
2021-01-26 16:20:25 +01:00
..
common refactor(test): Remove old testing harness 2018-07-31 13:20:27 -07:00
unit_tests fix(config_parser): UB in logger 2021-01-26 16:20:25 +01:00
CMakeLists.txt module: Implement action router (#2336) 2021-01-04 10:25:52 +01:00
CMakeLists.txt.in Update googletest (#2338) 2020-12-29 17:40:13 +01:00