summaryrefslogtreecommitdiff
path: root/srecord.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-2/+5
|
* Trailing whitespace fixup.Gary E. Miller2015-04-301-2/+2
|
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-2/+0
| | | | | | | | | | | | | | | | | | | The proximate cause was that we've been seing emission of error messages that were randomly and disturbingly variable across different environments - notably Raspbian and Gentoo splint gave nontrivially different results than Ubuntu 14.10 splint. And this was *not* due to Ubuntu patches! A pristine splint built from the 3.1.2 tarball on Ubuntu didn't match the Raspbian and Gentoo results either. But this has been coming for a while. Easy access to more modern static analyzers such as coverity, scan-build and cppcheck has been decreasing the utility of splint, which is unmaintained and somewhat buggy and not easy to use. Only file not cleaned is ppsthread.c, because Gary has been working on it during this cleanup. All regression tests pass. PPS observed live on GR601-W.
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-0/+2
| | | | All regression tests pass. PPS is live.
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-2/+2
|
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-2/+2
|
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-0/+1
|
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-2/+0
|
* Reindented some small utility modules. All regression tests pass.Eric S. Raymond2010-04-141-77/+81
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+0
|
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-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. Raymond2009-11-171-9/+9
| | | | All regression tests pass.
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-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 Kuethe2006-09-211-0/+1
| | | | First line where possible, second line for scripts called with #!
* Typo in a comment.Chris Kuethe2005-07-151-1/+1
|
* Splint-clean the srecord code.Eric S. Raymond2005-07-151-21/+21
|
* Remove SiRF-specific assumptions from srecord.c and add it to libgps.c Eric S. Raymond2005-07-151-25/+19
| | | | for future use.
* First checkin of Chris Kuethe's firmware uploader.Eric S. Raymond2005-07-151-0/+139
Doesn't even compile yet. This is for the record, so we can do diffs against the base code he sent.