waybar/test
Aleksei Bavshin 67efe1af89
refactor(clock): remove struct waybar_time
The structure was used to pass the locale instance to the date
formatter. All the supported versions of `fmt` are passing the locale
parameter via `FormatContext.locale()` so we can remove the struct and
simplify the code.

While we at it, drop `date::make_zoned` in favor of CTAD on a
`date::zoned_time` constructor.
2023-01-20 22:50:01 -08:00
..
config fix(config): preserve explicit null when merging objects 2021-09-15 22:20:44 +07:00
config.cpp test: fix build with Catch2 v2.x 2023-01-20 22:49:59 -08:00
date.cpp refactor(clock): remove struct waybar_time 2023-01-20 22:50:01 -08:00
GlibTestsFixture.hpp test: count copies and moves done by SafeSignal 2021-11-28 09:52:18 -08:00
main.cpp test: fix build with Catch2 v2.x 2023-01-20 22:49:59 -08:00
meson.build refactor(clock): remove struct waybar_time 2023-01-20 22:50:01 -08:00
SafeSignal.cpp test: fix build with Catch2 v2.x 2023-01-20 22:49:59 -08:00