summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-1015-23/+35
* Removes non-ASCII characters from gps.h comments.Fred Wright2016-04-101-2/+2
* Fixes leapseconds.py for Python 3.Fred Wright2016-04-101-27/+61
* Fixes integer division for Python 3.Fred Wright2016-04-103-10/+10
* Fixes SConstruct clean/help/minimal bugs from commit 1c26179.Fred Wright2016-04-091-21/+37
* Typo fix.Eric S. Raymond2016-04-091-1/+1
* Removes redundant polystr/polybytes defs from client.py.Fred Wright2016-04-091-23/+2
* Adds "target Python" support to SConstruct.Fred Wright2016-04-091-43/+98
* Fixes fake.py and gpsfake for Python 3.Fred Wright2016-04-093-20/+80
* Fixes gpscat and test_maidenhead.py for Python 3.Fred Wright2016-04-092-9/+14
* Removes unnecessary Unicode literal from xgps.Fred Wright2016-04-091-5/+5
* Changes type checks in misc.py:isotime to use isinstance().Fred Wright2016-04-091-3/+9
* Fixes Gtk warnings related to xgps/xgpsspeed error boxes.Fred Wright2016-04-092-2/+6
* Fixes a client.py exception for Python 3.Fred Wright2016-04-091-1/+2
* Fixes xgps for Python 3.Fred Wright2016-04-091-1/+1
* Forces Python 3 import behavior in all gps/* modules.Fred Wright2016-04-095-4/+6
* Fixes fake.py 'packet' import for Python 3.Fred Wright2016-04-091-1/+1
* Fixes Python C extensions for Python 3 compatibility.Fred Wright2016-04-093-22/+66
* Fix log message to show real count of stas used.Gary E. Miller2016-04-081-1/+3
* Type fix to time service typo fix.Gary E. Miller2016-04-081-3/+3
* HOWTO fixes from Hal Murray.Eric S. Raymond2016-04-082-37/+58
* Note the existence of the GR701-W.Eric S. Raymond2016-04-081-14/+17
* Fix the case where TPV has no field status.Fred Wright2016-04-081-1/+2
* Fix regressions changed by GNGSA fix.Gary E. Miller2016-04-078-133/+133
* Stop adding 37 to some GN PRN's.Gary E. Miller2016-04-072-31/+31
* GPGSV took a blank as 0 then converted that to a PRNGary E. Miller2016-04-072-21/+27
* Ooops, two steps forward, one back.Gary E. Miller2016-04-071-1/+4
* GGA is sats visible, not sats used.Gary E. Miller2016-04-071-1/+1
* Add Skytraq decodes for ACK, NACK and GPS Version.Gary E. Miller2016-04-071-1/+98
* @ Skytraq tweaks: Add a probe, detect RTK.Gary E. Miller2016-04-071-6/+22
* RTCM3 JSON can be over 4.4k long, So go big in regres driver.Gary E. Miller2016-04-071-1/+2
* Fixes client.py bug ausing RTCM3.2 regression-test failures.Fred Wright2016-04-072-6/+1
* Replace corrupted log file.Gary E. Miller2016-04-072-146/+2280
* New regression: Skytraq NMEA DGPSGary E. Miller2016-04-062-0/+151
* Add "status" to TPV for DGPS notificationGary E. Miller2016-04-0618-288/+294
* Add another gross sanity check for climb/speedGary E. Miller2016-04-061-0/+13
* Add more comments to RTCM message types.Gary E. Miller2016-04-061-2/+18
* Add missing double quotes. Fixed .chk to match.Gary E. Miller2016-04-062-1/+172
* Fix a slightly botched Python 3 move.Eric S. Raymond2016-04-061-2/+2
* RTCM3 packets can be bigger than RTCM2 ones.Gary E. Miller2016-04-064-1/+36
* Add comments to some known, and unknown but seen, RTCM 3.2Gary E. Miller2016-04-061-18/+154
* Accept RTCM 3.1 and RTCM 3.2 over ntrip://Gary E. Miller2016-04-062-2/+8
* Skytraq claims altitude to %.3f, adjust cgps to fit.Gary E. Miller2016-04-051-2/+2
* Skytraq give us speed and clime to .00, show in cgpsGary E. Miller2016-04-051-7/+7
* Use the data from Skytraq PSTI,030 sentence.Gary E. Miller2016-04-054-32/+128
* Add include for safe_atof().Gary E. Miller2016-04-051-0/+1
* Improve GNGSA handling, add rx210.log which shows the problem.Gary E. Miller2016-04-055-47/+448
* Bad NMEA time was still leaking, require 3 fixes for time.Gary E. Miller2016-04-053-3/+3
* Cleanup: atof() -> safe_atof()Gary E. Miller2016-04-053-5/+5
* Tweak last $PSTI update.Gary E. Miller2016-04-041-2/+2