summaryrefslogtreecommitdiff
path: root/_dbus_bindings/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Always include dbus_bindings-internal.h firstSimon McVittie2016-03-051-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 McVittie2007-09-271-15/+18
| | | | removing all references to the LGPL as a result
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-7/+7
|
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated ↵Simon McVittie2007-01-251-2/+0
| | | | lines in license statement
* Add assertion macros and supporting functionsSimon McVittie2006-12-121-2/+36
|
* _dbus_bindings: debug-impl.h -> debug.cSimon McVittie2006-12-081-0/+60