summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-arch-deps.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
| | | | | | No comment. Signed-off-by: Colin Walters <walters@verbum.org>
* As per Havoc's review, rename DBUS_GNUC_EXTENSION to _DBUS_GNUC_EXTENSION.Simon McVittie2007-10-111-4/+4
| | | | Also update ChangeLog.
* dbus/dbus-arch-deps.h.in: also use DBUS_GNUC_EXTENSION for ↵Simon McVittie2007-10-111-2/+2
| | | | DBUS_INT64_CONSTANT and UINT64 equivalent
* Use DBUS_GNUC_EXTENSION to avoid -ansi -pedantic warnings about use of long ↵Simon McVittie2007-10-111-2/+2
| | | | long. (#717)
* 2007-08-03 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-08-031-0/+11
| | | | | | | | | | | | * configure.in: add major/minor/micro version number AC_SUBST * dbus/dbus-arch-deps.h.in (DBUS_MAJOR_VERSION, DBUS_MINOR_VERSION, DBUS_MICRO_VERSION, DBUS_VERSION_STRING, DBUS_VERSION): collection of macros to get version of library we are compiled against. * dbus/dbus-misc.c (dbus_get_version): new function, to get version of library we are linked against at runtime.
* * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons thatThiago Macieira2006-06-121-2/+2
| | | | | break pedantic builds. Closes bug 6043 (patch approved by Havoc back in February).
* 2005-01-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-281-1/+6
| | | | | | | | | | | * dbus/dbus-arch-deps.h.in: add 16/32-bit types * configure.in: find the right type for 16 and 32 bit ints as well as 64 * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add the 16-bit types so people don't have to stuff them in 32-bit or byte arrays.
* 2003-12-02 Richard Hult <richard@imendio.com>Richard Hult2003-12-021-1/+1
| | | | | * Update AFL version to 2.0 throughout the source files to reflect the update that was done a while ago.
* 2003-04-22 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-04-231-0/+51
* dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer support, and do some code cleanups to share more code and speed up array marshal/demarshal. * dbus-1.0.pc.in (Cflags): put libdir include file in cflags * configure.in: generate dbus-arch-deps.h * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add 64-bit typecodes