History log of /external/dbus/dbus/dbus-macros.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2154acb3492d5ba19da36562e8409016da9cb79b 22-Mar-2010 unknown <Administrator@.(none)> Make the windows binaries and build match the linux one with cmake buildsystem.

This is performed by including the files from the client lib in the internal one
and by removing the linking to dbus-1 for targets using the internal library.
/external/dbus/dbus/dbus-macros.h
b9330ba78024a5cff08134c71d05e89f1432daaa 19-Mar-2010 Marcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de> Do not use DBUS_WIN in a public header file, use _WIN32.
/external/dbus/dbus/dbus-macros.h
acbc751e28446696fee92c236cfef176786409d5 04-Mar-2010 Ralf Habacker <ralf.habacker@freenet.de> Decorated public exported functions with DBUS_EXPORT macro, reviewed by Colin Walters.
/external/dbus/dbus/dbus-macros.h
68fb041ac3accaf12462d2c5f98992d1d28e4823 18-Dec-2009 Ralf Habacker <ralf.habacker@freenet.de> DBusPipe related unix compile fix
/external/dbus/dbus/dbus-macros.h
5baf2f856a9c6625993234855b07680da1c8916f 11-Jul-2009 Tobias Mueller <fdo-bugs@cryptobitch.de> Bug 21161 - Update the FSF address

No comment.

Signed-off-by: Colin Walters <walters@verbum.org>
/external/dbus/dbus/dbus-macros.h
5fcdebe595b489d9bac98728bb3217a012a78ba1 11-Oct-2007 Simon McVittie <simon.mcvittie@collabora.co.uk> As per Havoc's review, rename DBUS_GNUC_EXTENSION to _DBUS_GNUC_EXTENSION.
Also update ChangeLog.
/external/dbus/dbus/dbus-macros.h
6b512e4ee74e9bd1606e01a48fde2a69ca10a96a 10-Oct-2007 Simon McVittie <simon.mcvittie@collabora.co.uk> Add macro DBUS_GNUC_EXTENSION (the same as GLib's G_GNUC_EXTENSION)
Part of a fix for bug 717.
/external/dbus/dbus/dbus-macros.h
d012387afef0ba02185ebe27bc6bb15551912e92 14-Jul-2007 Havoc Pennington <hp@redhat.com> 2007-07-13 Havoc Pennington <hp@redhat.com>

* Add indent-tabs-mode: nil to all file headers.
/external/dbus/dbus/dbus-macros.h
fb93e1faa875d6b1ca48b0e792a9b79aa7cbc517 17-Jun-2007 Ralf Habacker <ralf.habacker@freenet.de> * dbus/dbus-macros.h, dbus/dbus-message.c, dbus/dbus-message.h: renamed DBUS_GNUC_DEPRECATED to DBUS_DEPRECATED and extended to msvc compiler
/external/dbus/dbus/dbus-macros.h
716059087dcf7caeb12313520eee8fc4b554ef54 21-Oct-2006 Havoc Pennington <hp@redhat.com> 2006-10-21 Havoc Pennington <hp@redhat.com>

* dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro

* dbus/dbus-message.h: mark dbus_message_iter_get_array_len()
as DBUS_GNUC_DEPRECATED
/external/dbus/dbus/dbus-macros.h
42319b9d10bd17014de93dbd919bb6d01e545c80 11-Aug-2006 John (J5) Palmieri <johnp@redhat.com> * dbus/dbus-macros.h: Revert the addition of stddef.h
as we should not be adding it to library headers
/external/dbus/dbus/dbus-macros.h
5b7ad1a24c38b33995245a56d0ba242febd7a767 10-Aug-2006 John (J5) Palmieri <johnp@redhat.com> * forgot to save the dbus/dbus-macros.h file for a previous checkin
/external/dbus/dbus/dbus-macros.h
7652304bff969afb3969603149bb385efe861fe8 03-Aug-2006 John (J5) Palmieri <johnp@redhat.com> * s/D-BUS/D-Bus/g
/external/dbus/dbus/dbus-macros.h
bbe32213d29c9e07ebb317a2a5c98cc463892ce6 19-Dec-2005 John (J5) Palmieri <johnp@redhat.com> * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
/external/dbus/dbus/dbus-macros.h
43605a6f4e78a8c28afb4b1e924dff0301e0e95c 10-Aug-2004 Havoc Pennington <hp@redhat.com> 2004-08-09 Havoc Pennington <hp@redhat.com>

* COPYING: switch to Academic Free License version 2.1 instead of
2.0, to resolve complaints about patent termination clause.
/external/dbus/dbus/dbus-macros.h
a1df3040f29223eddaa3ace0fe018fcb28cddcd9 02-Dec-2003 Richard Hult <richard@imendio.com> 2003-12-02 Richard Hult <richard@imendio.com>

* Update AFL version to 2.0 throughout the source files to reflect
the update that was done a while ago.
/external/dbus/dbus/dbus-macros.h
1428c65e7c46fd9f52e43b7424c56552ec2686e8 23-Nov-2002 Havoc Pennington <hp@redhat.com> 2002-11-23 Havoc Pennington <hp@pobox.com>

* configure.in: pile on more warning flags if using gcc

* Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
to document static functions

* configure.in: add summary to end of configure so it
looks nice and attractive

* dbus/dbus-hash.c: finish implementation and write unit
tests and docs

* configure.in: add --enable-tests to enable unit tests

* dbus/dbus-test.c: test program to run unit tests
for all files in dbus/*, initially runs a test for
dbus-hash.c

* dbus/dbus-internals.h: file to hold some internal utility stuff
/external/dbus/dbus/dbus-macros.h
5a6adeee6e20252f8f2b01349b7e95ee6e99e4ff 21-Nov-2002 Havoc Pennington <hp@redhat.com> 2002-11-21 Havoc Pennington <hp@redhat.com>

* dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
so we can allow ourselves to include files directly,
instead of having to use dbus.h

* dbus/dbus.h: fill in

* dbus/dbus-message.h: sketch out a sample header file.
Include griping if you include it directly instead of
via dbus.h

* dbus/dbus-macros.h: new file with macros for extern "C",
TRUE/FALSE, NULL, etc.

* doc/file-boilerplate.c: put include guards in here
/external/dbus/dbus/dbus-macros.h