Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code is fully cppcheck, splint, and Coverity clean. | Eric S. Raymond | 2013-11-06 | 1 | -0/+2 |
| | | | | All regression tests pass. PPS is live. | ||||
* | Full splint cleanup. Partial cppcheck cleanup. | Eric S. Raymond | 2013-11-05 | 1 | -2/+2 |
| | |||||
* | Nuke trailing whitespace in C source. | Eric S. Raymond | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | More header portability audting with a new version of deheader. | Eric S. Raymond | 2010-12-22 | 1 | -0/+1 |
| | |||||
* | Unused-header removals by deheader. All regression tests pass. | Eric S. Raymond | 2010-12-01 | 1 | -2/+0 |
| | |||||
* | Reindented some small utility modules. All regression tests pass. | Eric S. Raymond | 2010-04-14 | 1 | -77/+81 |
| | |||||
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -1/+0 |
| | |||||
* | Include the whole config file in gpsd.h. | Eric S. Raymond | 2009-11-20 | 1 | -1/+0 |
| | | | | | | | 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. | ||||
* | Fix some whitespace glitches found while experimenting with indent(1). | Eric S. Raymond | 2009-11-17 | 1 | -9/+9 |
| | | | | All regression tests pass. | ||||
* | Rename config.h so it can be installed as gpsd_config.h... | Chris Kuethe | 2006-10-26 | 1 | -0/+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 Kuethe | 2006-09-21 | 1 | -0/+1 |
| | | | | First line where possible, second line for scripts called with #! | ||||
* | Typo in a comment. | Chris Kuethe | 2005-07-15 | 1 | -1/+1 |
| | |||||
* | Splint-clean the srecord code. | Eric S. Raymond | 2005-07-15 | 1 | -21/+21 |
| | |||||
* | Remove SiRF-specific assumptions from srecord.c and add it to libgps.c | Eric S. Raymond | 2005-07-15 | 1 | -25/+19 |
| | | | | for future use. | ||||
* | First checkin of Chris Kuethe's firmware uploader. | Eric S. Raymond | 2005-07-15 | 1 | -0/+139 |
Doesn't even compile yet. This is for the record, so we can do diffs against the base code he sent. |