summaryrefslogtreecommitdiff
path: root/gpsd.h-head
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to head off problems with including gpsd.h in C++ code.Eric S. Raymond2014-08-211-0/+4
| | | | All regression tests pass.
* Remove duplicated inclusion.Eric S. Raymond2010-05-161-8/+0
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+0
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
|
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-0/+1
| | | | All regression tests pass,
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-0/+1
| | | | | | | That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it.
* Write-lock gpsd.h when it's generated...Eric S. Raymond2009-08-291-1/+0
| | | | ...so I won't keep modifying it when I should be changing gpsd.h-tail.
* Unify the header protection macro style a bit. Chris Kuethe2008-08-031-4/+4
| | | | | | | 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.
* Cosmetic changes to gpsd.h generation.Eric S. Raymond2007-03-261-0/+12
|
* More elegant gpsd.h generation. Eric S. Raymond2007-03-261-0/+6
Have an explicit header file, so the idempotency machinery can be up front where it belongs.