summaryrefslogtreecommitdiff
path: root/gpsd_dbus.h
Commit message (Collapse)AuthorAgeFilesLines
* finish renaming gpsd_dbus to dbusexportJon Schlueter2011-04-041-19/+0
| | | | | | renamed gpsd_dbus.h to dbusexport.h renamed internals of doc/* to point at dbusexport instead of gpsd_dbus updated gpsd.c and dbusexport.c to use dbusexport.h
* Give up on trying to splint the DBUS code. The headers confuse splint.Eric S. Raymond2011-04-031-2/+2
| | | | | | Also, splint production for scons. All regression tests pass.
* Enable gpsd to be built withot socket and subscription support.Eric S. Raymond2011-03-251-1/+1
| | | | | | | | | Built this way it camn only export results via DBUS - or a shared-memory interface not yet implemented. The DBUS option and enabling define are renamed so we have a consistent suffix of export/EXPORT. No logic changes, just some #ifdefs and rearrangements. All regression tests pass. Code splints clean.
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
|
* Unify the header protection macro style a bit. Chris Kuethe2008-08-031-5/+5
| | | | | | | Headers likely to be private to gpsd are prefixed with _GPSD_, reusable ones like crc24q.h don't get the _GPSD_ prefix. Protection macro goes right up near the top of the file, right after the SVN id, and it's closure is the last line of the file.
* Re-enable building with DBUS.Eric S. Raymond2007-12-121-0/+2
|
* More splint cleanups.Eric S. Raymond2007-06-011-3/+0
| | | | Remove some unneeded file inclusions.
* Conditionalization cleanup patch from Petr Slansky.Eric S. Raymond2006-11-131-1/+1
|
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-2/+2
| | | | | | ...for those who want to build their own apps linked against libgps and want the headers to work. Works on OpenBSD, tested by Jeff Francis on OS X and Linux
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
| | | | First line where possible, second line for scripts called with #!
* Pre 2.31 minor bugfixes.Eric S. Raymond2006-02-171-1/+1
|
* Tilman Koschnick's fix for the DBUS code.Eric S. Raymond2005-06-271-1/+1
|
* DBUS broadcast support by Amaury Jaquot.Eric S. Raymond2005-05-201-0/+16