summaryrefslogtreecommitdiff
path: root/Tachometer.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
|
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
|
* Trailing whitespace fixup.Gary E. Miller2015-04-301-2/+2
|
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-34/+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.
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-1/+0
|
* Reindent. All regression tests pass.Eric S. Raymond2010-04-261-375/+404
| | | | | Most of the bulk of this one is the xgpsspeed code, which was not formerly incldecd in reindenting.
* remove some #if 0 codeChris Kuethe2010-04-181-18/+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-0/+3
|
* 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.
* sync with move of UNUSEDChris Kuethe2009-07-071-1/+2
|
* Lose the nonstandard license. Eric S. Raymond2007-10-161-7/+0
| | | | | | The original authors have disappeared off the face of the net and I heavily rewrote this anyway; the odds that anybody's going to care about the "without charge" license seem effectively zero.
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+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 #!
* 236 splint warnings.Eric S. Raymond2005-05-301-20/+52
|
* 698 splint warnings.Eric S. Raymond2005-05-271-38/+38
|
* More splint cleanup. Down to 1689 warnings.Eric S. Raymond2005-05-261-0/+2
|
* Be a little smarter about PIGary E. Miller2005-02-211-1/+1
|
* Ready to release.Eric S. Raymond2005-01-011-0/+1
|
* More fluff removal.Eric S. Raymond2004-12-311-7/+2
|
* Reorganize to get rid of fragile forward declarations.Eric S. Raymond2004-12-311-115/+91
|
* More fluff removal.Eric S. Raymond2004-12-311-97/+62
|
* More fluff removal.Eric S. Raymond2004-12-311-16/+3
|
* Narrow a dependency.Eric S. Raymond2004-12-311-6/+3
|
* Move the definition of UNUSED into the configuration machinery whereEric S. Raymond2004-12-301-1/+1
| | | | it belongs.
* Warning cleanup.Eric S. Raymond2004-12-281-2/+2
|
* Add display.h, tag some formals as unused.Eric S. Raymond2004-12-241-8/+27
|
* Yet another round of fluff removal.Eric S. Raymond2004-10-231-25/+11
|
* More code-polishing.Eric S. Raymond2004-10-041-14/+4
|
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-5/+1
|
* ANSIfy and reformat the code, add some statics. No substantive changes.Eric S. Raymond2004-09-301-146/+46
|
* Clean up things so gpscli_report() is no longer required on client side.Eric S. Raymond2004-08-241-1/+1
|
* Namespace control. Give all library functions an appropriate prefix.Eric S. Raymond2004-08-131-1/+1
|
* various changes/fixes on the way to a better mousetrapRemco Treffkorn2002-10-271-11/+10
| | | | support for bigendian archs with dgps
* *** empty log message ***Remco Treffkorn1999-07-171-0/+741