waybar/include/util
Aleksei Bavshin ea17a66dfc
fix: compilation errors with cpp_std=c++20
There were two main issues with fmtlib and C++20 mode:

 - `fmt::format` defaults to compile-time argument checking and requires
   using `fmt::runtime(format_string)` to bypass that.
 - `std::format` implementation introduces conflicting declarations and
   we have to specify the namespace for all `format`/`format_to` calls.
2023-01-20 22:50:02 -08:00
..
clara.hpp refactor: lint 2022-04-06 08:37:19 +02:00
command.hpp refactor: lint 2022-04-06 08:37:19 +02:00
date.hpp refactor(clock): remove struct waybar_time 2023-01-20 22:50:01 -08:00
format.hpp fix: compilation errors with cpp_std=c++20 2023-01-20 22:50:02 -08:00
json.hpp fix: adapt to fmt 9.0.0 breaking changes 2022-07-13 22:36:32 -07:00
rewrite_title.hpp Refactor rewriteTitle 2022-10-19 13:25:08 +02:00
rfkill.hpp refactor: lint 2022-04-06 08:37:19 +02:00
SafeSignal.hpp refactor: lint 2022-04-06 08:37:19 +02:00
sanitize_str.hpp utils: add sanitize_str to encode '&' etc. 2022-10-17 00:31:19 +02:00
sleeper_thread.hpp refactor: lint 2022-04-06 08:37:19 +02:00
string.hpp ltrim and rtrim take argument by const-ref 2022-02-05 21:02:58 +01:00
ustring_clen.hpp Use g_unichar_iswide to properly align calendar on CJK locales 2021-01-31 11:53:53 -08:00