summaryrefslogtreecommitdiff
path: root/meson.build (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-30Release v1.0.1Leon Henrik Plickat1-2/+2
2021-11-19Use correct OS macro for guarding execinfo.hLeon Henrik Plickat1-4/+0
2021-11-14Improve signal handlingLeon Henrik Plickat1-8/+1
This patch replaces the signalfd based signal handling with a more traditional approach. Since this is not only more reliable, but also more portable, the compile time option to turn off signal handling has been removed. It was only optional before based on signalf being a linux-ism.
2020-09-30Bump versiont to v1.0.0Leon Henrik Plickat1-2/+2
2020-09-25Draw clock faceLeon Henrik Plickat1-4/+6
2020-09-25Implement all configuration options and signal handlingLeon Henrik Plickat1-2/+2
2020-09-24Render backgroundLeon Henrik Plickat1-0/+2