summaryrefslogtreecommitdiff
path: root/test/dbus_py_test.c
Commit message (Collapse)AuthorAge
* Silence -Wcast-function-type with gcc 8Simon McVittie2019-07-23
| | | | | | | | | Casting via void (*)(void) is the documented way to suppress this warning. This is required because the CPython API treats function pointers as generic, with flags to indicate different calling conventions. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-15
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Move dbus-python.h to a dbus subdirectorySimon McVittie2016-03-05
| | | | | | | This means we can consistently #include <dbus/dbus-python.h>, either in-tree or out-of-tree. Signed-off-by: Simon McVittie <smcv@debian.org>
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-15
|
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-02
|
* Avoid some compiler warningsSimon McVittie2008-07-23
|
* test/: add some missing copyright headersSimon McVittie2007-10-09
|
* Add regression test for main loop failure handling (a main loop that never ↵Simon McVittie2007-01-16
works) Also run tests with DBUS_FATAL_WARNINGS and ulimit -c unlimited so they dump core at the slightest provocation.