summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump for release 2.17.release-3.17Eric S. Raymond2017-09-072-2/+2
* fix wrong paths showing up in pkg-config filesRolf Eike Beer2017-09-073-5/+6
* Disables Travis builds of C++ code with clang.Fred Wright2017-09-062-2/+6
* Suppress the last few spurious cppcheck warnings before release.Eric S. Raymond2017-09-072-3/+9
* Revert a previous change to suppress cppcheck warning...Eric S. Raymond2017-09-062-1/+3
* Temporaily disable pylinting on xgps and xgpsspeed.Eric S. Raymond2017-09-061-1/+7
* Clean up C and Python code-checker warnings.Eric S. Raymond2017-09-0614-23/+30
* Prevent unused-variable warning.Eric S. Raymond2017-09-061-1/+1
* Fix a cut and paste error found by Coverity.Eric S. Raymond2017-09-061-1/+1
* Fix reported time from Trimble devicesJoshua Roys2017-09-051-1/+1
* Address Savannah bug #50930: gpxlogger track timeout cannot be changedEric S. Raymond2017-09-051-3/+2
* Update NEWS for news features dince October 2016.Eric S. Raymond2017-09-051-1/+2
* Revert "Support UBX NAV-PVT"Gary E. Miller2017-09-055-278/+20
* client-howto: fix typo in filename.Gary E. Miller2017-08-151-1/+1
* Support UBX NAV-PVTClark Li2017-08-075-20/+278
* gps/fake.py: code rearrangement to handle pylint complexity warningGary E. Miller2017-07-311-9/+11
* xgpsspeed: fix pylint complaint about mismatched function overloads.Gary E. Miller2017-07-271-4/+4
* xgps*: delete-event was mis-spelled as delete_eventGary E. Miller2017-07-272-2/+2
* xgpsspeed: fix pylint complaint about unsafe default.Gary E. Miller2017-07-271-5/+7
* xgpsspeed: fix __init__ complaint by pylintGary E. Miller2017-07-271-1/+1
* xgps: fix pylint complaint about initializer.Gary E. Miller2017-07-271-1/+2
* xgps: tweak window titleGary E. Miller2017-07-271-2/+4
* xgps: fix pylint complaints about changing variable typesGary E. Miller2017-07-261-3/+3
* fake.py: Fix pylint complaint about a function override.Gary E. Miller2017-07-261-3/+3
* gps.py: Silence pylint about a TODO.Gary E. Miller2017-07-261-1/+1
* gpsfake: fix two pylint complaints of variable type changing.Gary E. Miller2017-07-261-2/+2
* fake.py: remove redundant assignment of self.port.Gary E. Miller2017-07-261-1/+0
* gpsprof: lint does not like mixing types for a variable.Gary E. Miller2017-07-261-1/+1
* leapsecond.py: fix pylint nitGary E. Miller2017-07-261-4/+4
* gpssim.py: fix mis-spelling var found by pylintGary E. Miller2017-07-261-1/+1
* gps.py: change FIXME -> TODO. Do the PPS TODO.Gary E. Miller2017-07-261-2/+9
* test_packet: fix format %2zi -> %2ti.Gary E. Miller2017-07-261-3/+3
* lcdgps: fix %u to the correct %d.Gary E. Miller2017-07-261-1/+1
* NMEA2000: fix formattting conversion of signed to unsigned and back.Gary E. Miller2017-07-261-3/+3
* Geostar: fix format string mismatch. %d -> %uGary E. Miller2017-07-261-2/+4
* TSIP: mark unused variable clearly.Gary E. Miller2017-07-261-1/+1
* Fixes gpscat raw-mode file-input termination.Fred Wright2017-07-201-4/+3
* Fix ref-leak of PyObject_Call.Kurt Schwehr2017-07-181-1/+2
* gpsprof: accept valid samples only.Robin H. Johnson2017-07-181-3/+5
* Fixes some pylint issues.Fred Wright2017-07-1415-39/+56
* Fixes bug in gpsfake with default port.Fred Wright2017-07-141-1/+1
* Give timeservice option a base set of drivers, have it build cgps.Eric S. Raymond2017-07-031-4/+5
* SConstruct: pep8 fixesGary E. Miller2017-07-011-42/+46
* Add SContracut to filess checked by 'scons pep8'Gary E. Miller2017-07-011-1/+1
* xgps: pep8 fixesGary E. Miller2017-07-011-28/+61
* xgpsspeed: pep8 fixesGary E. Miller2017-07-011-19/+36
* gps/fake.py, gpssim.py: pep8 fixesGary E. Miller2017-07-012-35/+69
* gps.py: pep8 fixesGary E. Miller2017-07-011-81/+88
* misc.py: pep8 fixesGary E. Miller2017-07-011-22/+28
* client.py: pep8 fixesGary E. Miller2017-07-011-3/+10