Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Still more simplification of configuration and header handling. | Eric S. Raymond | 2010-12-14 | 1 | -8/+0 |
| | |||||
* | Unused-header removals by deheader. All regression tests pass. | Eric S. Raymond | 2010-12-01 | 1 | -8/+0 |
| | |||||
* | Reindent monitor mdules. Live test of gpsmon works. | Eric S. Raymond | 2010-04-14 | 1 | -63/+62 |
| | |||||
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -2/+1 |
| | |||||
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -1/+5 |
| | |||||
* | Include the whole config file in gpsd.h. | Eric S. Raymond | 2009-11-20 | 1 | -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. | ||||
* | In the wake of the change to use only C99 fixed-length types... | Eric S. Raymond | 2009-10-26 | 1 | -4/+4 |
| | | | | ...splint needs some pacifying. This is part 1. All regressions pass. | ||||
* | Some things splint just has to be told to shut up about. | Eric S. Raymond | 2009-03-06 | 1 | -0/+2 |
| | |||||
* | This finishes cleanup of the splint type warnings... | Eric S. Raymond | 2009-03-06 | 1 | -2/+6 |
| | | | | ...now to figure out what's going on with its storage-class complaints. | ||||
* | Partial splint cleanup, and a fix for a real bug splint caught... | Eric S. Raymond | 2009-03-06 | 1 | -1/+1 |
| | | | | (reference to wrong variable). | ||||
* | Compiler warning and partial splint cleanup. | Eric S. Raymond | 2009-03-06 | 1 | -3/+3 |
| | |||||
* | Space Vehicle (SV) is not right here. | Chris Kuethe | 2009-03-05 | 1 | -1/+1 |
| | | | | Receivers care about the Pseudo-Random Noise (PRN) code | ||||
* | the decoders should be "static void" | Chris Kuethe | 2009-03-04 | 1 | -2/+1 |
| | | | | remove unneeded, possibly incorrect sanity check from ubx | ||||
* | Parse the satellite status | Chris Kuethe | 2009-03-03 | 1 | -3/+65 |
| | |||||
* | Monitor API has changed, so clean out comments in the three stub monitors. | Eric S. Raymond | 2009-03-03 | 1 | -98/+0 |
| | |||||
* | Hook up the framework for a few more monitor types | Chris Kuethe | 2009-03-03 | 1 | -0/+152 |