| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Always include dbus_bindings-internal.h first | Simon McVittie | 2016-03-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | This file includes <Python.h>, with some #defines that affect the interpretation of the Python headers (PY_SSIZE_T_CLEAN, PY_SIZE_T_CLEAN). In particular, <Python.h> transitively includes pyconfig.h, which defines _GNU_SOURCE, altering the version of struct stat used; this is potentially a problem if a struct stat is shared between files, although in practice we don't do that. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749133 | ||||
| * | Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵ | Simon McVittie | 2007-09-27 | 1 | -15/+18 |
| | | | | | removing all references to the LGPL as a result | ||||
| * | Actually commit the numerous copyright-statement changes. | Simon McVittie | 2007-02-07 | 1 | -7/+7 |
| | | |||||
| * | dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated ↵ | Simon McVittie | 2007-01-25 | 1 | -2/+0 |
| | | | | | lines in license statement | ||||
| * | Add assertion macros and supporting functions | Simon McVittie | 2006-12-12 | 1 | -2/+36 |
| | | |||||
| * | _dbus_bindings: debug-impl.h -> debug.c | Simon McVittie | 2006-12-08 | 1 | -0/+60 |
