| Age | Commit message (Collapse) | Author |
|
Build the tests lazily, i.e., not before `meson test`. This helps with
build-times.
|
|
Seems journal logging fails on NetBSD (no surprise), but has some
unwanted/not-fully-understood side-effects.
In any case, outside Linux there's no use in even trying to use
journald; so we don't do that anymore.
Add conditional support for syslog (requires glib 2.80).
|
|
While not recommended, sometimes it can be useful to disable building
the unit tests. This can be done now with
meson -Dtests=disabled build
|
|
|
|
It was getting old...
Remove the unused parts, refactor the few parts still in use.
|
|
Rework / cleanup the command-handler (and rename for command-parser).
Update tests (and integrate with sources)
|
|
Remove unused library code; recycle some electrons.
|
|
|
|
De-clutter the source directories a bit. Ensure tests build with meson, and
remove from autotools in a few places (no need to do things twice).
|