Commit graph

7 commits

Author SHA1 Message Date
Zbigniew Jędrzejewski-Szmek
d713eacb7e Store id128-constants.h in the repository
Instead of generating the list of message ids anew during every build,
the file is generated manually and committed into the
repository. Also, the list of defines is stored in id128-defines.h,
also kept in the repository. Both files should only grow.

This should make build easier. But it also fixes a problem with
systemd, which occasionally drops message definitions. We will keep
them forever, so it should be safe to rely on the presence of message
definitions which systemd does not use anymore.

Fixes #23.
2016-09-21 20:16:37 -04:00
Zbigniew Jędrzejewski-Szmek
c1c55294f1 build-sys: add utility target to build TAGS 2015-10-27 00:07:18 -04:00
Zbigniew Jędrzejewski-Szmek
9d0b8bbaf0 build-sys: add MANIFEST.in to properly include all files 2015-07-05 21:32:42 -04:00
Zbigniew Jędrzejewski-Szmek
557184bb56 Add frontend module in pure-Python and hide old module
journald.send() is renamed to journald.sendv(), and a replacement
journald.send() is added. This new function has a more pythonic API,
where one positional argument is used for the message, and keyword
arguments can be used to specify other fields.

Implementing argument parsing in C would be really painful, for little
gain, so a pure-python module is added, which provides send(), which
in turn calls sendv().
2012-07-12 11:02:30 +02:00
Zbigniew Jędrzejewski-Szmek
3c089ad48e Compatibility with Python 3
Should work with Python 3.0 - 3.2. Compatibility with Python 3.3 might
require additional changes.
2012-07-12 11:02:26 +02:00
Zbigniew Jędrzejewski-Szmek
7f9ebf50ad Ignore result of build_ext -i 2012-07-10 10:26:40 +02:00
David Strauss
7bcd859895 Initial commit 2012-06-25 16:58:29 -07:00