summaryrefslogtreecommitdiff
path: root/gegps
Commit message (Collapse)AuthorAgeFilesLines
* gegps: Fix typosFred Wright2019-03-201-1/+1
| | | | | | | | | The manpage text referred to 'gpsd' where it meant 'gegps'. The program's stopped message said 'gegpsd'. TESTED: Manpage and stopped message text are now correct.
* gegps: Add test for PYTHONPATHGary E. Miller2018-11-161-1/+8
|
* Update version to 3.19-dev. back to dev cycle.dev-3.19aGary E. Miller2018-10-191-1/+1
|
* Chnage version to 3.18.1release-3.18.1Gary E. Miller2018-10-191-1/+1
|
* 3.19!dev: Change revisions for 3.19~dev cycle.Gary E. Miller2018-10-021-1/+1
|
* Version bump to 3.18 for release.release-3.18Gary E. Miller2018-10-021-1/+1
|
* Python clients: Opps 3.18~dev, not 3.18-dev.Gary E. Miller2018-10-011-1/+1
| | | | A tilda, not a dash.
* gegps: Improve usage().Gary E. Miller2018-09-251-1/+5
|
* gegps: pylint cleanupGary E. Miller2018-09-211-20/+21
|
* gegps: Better error message on no conenct to gpsd.Gary E. Miller2018-09-211-1/+7
|
* gegps: reorder so -V and -h work with no running gpsd.Gary E. Miller2018-09-211-3/+3
|
* gpsfake: add -h and -V options.Gary E. Miller2018-09-211-1/+11
|
* add gps module version check to Python programsGary E. Miller2018-09-211-0/+6
|
* gegps: Not all TPV has heading.Gary E. Miller2017-12-011-4/+5
| | | | Heading can be missing on gpsd startup.
* gegps: Fix another crash, when no speed in TPVGary E. Miller2017-12-011-2/+8
| | | | On startup, a GPS may not have a speed to put in the TPV.
* gegps: don't crash on missing Altitude in TPVGary E. Miller2017-12-011-1/+7
| | | | | | Some GPS, like ublox8 in fixed position (time) mode, do not output alt in TPV. No idea why you would run gegps in fixed position mode...
* Fixes some pylint issues.Fred Wright2017-07-141-1/+2
| | | | | | | | | | | This doesn't fix all complaints by pylint, but significantly reduces their number. Ditto for pep8 complaints. Also makes a couple of related cosmetic edits. TESTED: Ran "scons build-all check" with no errors. Both "pylint" and "pep8" targets report fewer issues.
* gegps: pep8 fixesGary E. Miller2017-07-011-13/+16
|
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-101-2/+3
| | | | | | | | | | | | | | | | | | | | This makes the "future import" statements consistently specify absolute_import, print_function, and division, for maximum consistency between Python 2 and Python 3. Although absolute_import is probably a don't care for top-level programs, if unit tests were ever implemented for the programs they would be imported as modules, making the module import behavior relevant. Note that previous Python 3 fixes are a prerequisite for this change. Also makes the "polyglot comment" consistent across sources. TESTED: Using a version of SConstruct patched to use the target Python for build helpers, ran "scons build-all check valgrind-audit www/hardware.html" with all six supported Python versions. Also ran gegps, gpscat, gpsprof, xgps, and xgpsspeed with both Python 2 and Python 3.
* Restore language about 2.6 portability, clean up Python imports.Eric S. Raymond2016-03-271-1/+1
|
* gegps now runs polyglot under Python 2 and 3.Eric S. Raymond2016-03-221-2/+3
|
* Forward-port Python utilities to run polyglot under either Python 2 or 3.Eric S. Raymond2016-03-221-2/+4
| | | | | | For the moment most shebang lines still say 'python2' rather than just 'python'. This is because the client code in gps/ hasn't been touched yet; the internal imports break under Python 3 and that needs to be fixed.
* [pep8] autopep8 whitespace cleanupJon Schlueter2016-02-091-1/+2
| | | | | large scale autopep8 cleanup of several pep8 whitespace warnings
* Change Python hashbang lines to invoke 'python2'Eric S. Raymond2015-07-191-1/+1
| | | | | | We've learned that Ubuntu 15.10 will have python3 as default. The ugly transition gas befun; our only recourse is to hape that all our deployment targets have 'pyton2' do the right thing. Works on 14.10.
* Add gegps to the pychecker set, and clean up one glitch pychecker revealed.Eric S. Raymond2011-08-261-2/+2
|
* make gegps executableMiroslav Lichvar2011-08-081-0/+0
|
* Bring Python's stream method up to date so it matches the C one.Eric S. Raymond2011-06-241-3/+1
| | | | This means WATCH_NEWSTYLE is defaulted to properly. All regression tests pass.
* Live-feed support for Google Earth.Eric S. Raymond2011-06-241-0/+101