waybar/include/modules
Thomas Hebb c784e8170e clock: initialize cached date
We are currently using this value once before it's initialized, since we
check it before we set it in Clock::calendar_text(). This was caught by
Valgrind, producing the following error:

    ==8962== Conditional jump or move depends on uninitialised value(s)
    ==8962==    at 0x138285: date::operator==(date::year_month_day const&, date::year_month_day const&) (date.h:2793)
    ==8962==    by 0x135F11: waybar::modules::Clock::calendar_text[abi:cxx11](waybar::modules::waybar_time const&) (clock.cpp:111)
    ==8962==    by 0x13587C: waybar::modules::Clock::update() (clock.cpp:62)
    ==8962==    by 0x156EFA: waybar::Bar::getModules(waybar::Factory const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda()#1}::operator()() const (bar.cpp:577)
    ==8962==    by 0x157F39: sigc::adaptor_functor<waybar::Bar::getModules(waybar::Factory const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda()#1}>::operator()() const (adaptor_trait.h:256)
    ==8962==    by 0x157D94: sigc::internal::slot_call0<waybar::Bar::getModules(waybar::Factory const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda()#1}, void>::call_it(sigc::internal::slot_rep*) (slot.h:136)
    ==8962==    by 0x5177B21: Glib::DispatchNotifier::pipe_io_handler(Glib::IOCondition) (in /usr/lib/libglibmm-2.4.so.1.3.0)
    ==8962==    by 0x517DB5B: Glib::IOSource::dispatch(sigc::slot_base*) (in /usr/lib/libglibmm-2.4.so.1.3.0)
    ==8962==    by 0x5188B96: Glib::Source::dispatch_vfunc(_GSource*, int (*)(void*), void*) (in /usr/lib/libglibmm-2.4.so.1.3.0)
    ==8962==    by 0x5CBC913: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.6600.2)
    ==8962==    by 0x5D107D0: ??? (in /usr/lib/libglib-2.0.so.0.6600.2)
    ==8962==    by 0x5CBB120: g_main_context_iteration (in /usr/lib/libglib-2.0.so.0.6600.2)

Initialize the value to prevent the error.
2020-11-30 12:49:48 -08:00
..
mpd mpd: support password protected MPD 2020-10-19 11:54:36 -07:00
river river/tags: add module 2020-06-12 15:19:46 +02:00
sni tray: drop std::filesystem dependency 2020-05-19 10:37:27 +00:00
sway feature: created sway language submodule; added styles & config part for a sway language submodule 2020-10-10 19:09:18 +03:00
wlr Remove trim usage in format 2020-08-16 15:54:21 +03:00
backlight.hpp refactor: destroy threads first 2019-05-29 17:53:22 +02:00
battery.hpp refactor: destroy threads first 2019-05-29 17:53:22 +02:00
bluetooth.hpp add man page for bluetooth, fix bluetooth race-condition 2020-01-26 05:34:31 +01:00
clock.hpp clock: initialize cached date 2020-11-30 12:49:48 -08:00
cpu.hpp cpu: port parseCpuinfo to BSDs 2020-05-19 10:43:42 +00:00
custom.hpp custom: Add "exec-on-event" config 2020-09-06 22:49:18 +03:00
disk.hpp Add a disk module 2019-09-25 08:47:33 +02:00
idle_inhibitor.hpp Making active a bool 2020-11-01 18:25:41 +00:00
memory.hpp memory: port parseMeminfo to BSDs 2020-05-19 10:42:21 +00:00
network.hpp revert: restore eventfd 2020-09-21 10:56:40 +02:00
pulseaudio.hpp Add missing includes for libc++ 2020-05-19 10:37:27 +00:00
sndio.hpp sndio: Add reconnection support. 2020-10-04 14:59:20 -03:00
temperature.hpp Add kelvin-scale 2020-04-25 18:44:48 +02:00