summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* warning hunting of unused parameters in driver_nmea2000.cJon Schlueter2015-02-231-0/+5
| | | | add dummy usage of parameters if function is conditionally compiled out
* warning hunting cleanup unused variables in libgpsd_core.cJon Schlueter2015-02-231-1/+5
| | | | | added dummy usage of parameters if function is conditionally compiled out
* Fix unit test for C++ binding.Eric S. Raymond2015-02-221-3/+5
|
* Tweak wording of osx-pl2303 entry.Greg Troxel2015-02-221-3/+6
| | | | | Avoid the logical fallacy that correlation implies definitive bug location (but agree that evidence points to osx-pl2303 being buggy).
* Commits are open for next development cycle.Eric S. Raymond2015-02-221-1/+1
|
* Calibration HOWTO no longer exists.release-3.12Eric S. Raymond2015-02-221-1/+0
|
* Version bump for release 3.12.Eric S. Raymond2015-02-222-2/+2
|
* gpsprof: pylint cleanup. Live-tested.Eric S. Raymond2015-02-221-10/+10
|
* Add a couple of pylint error-suppression codes for newer versions.Eric S. Raymond2015-02-221-1/+1
|
* gpscat: pylint cleanup. Works in live testing.Eric S. Raymond2015-02-221-2/+2
|
* Document the Bluetooth troubleshooting procedure.Eric S. Raymond2015-02-221-13/+34
|
* Minor updates to GPS capability database.Eric S. Raymond2015-02-221-3/+5
|
* gpsfake: pylint cleanup. Regression tests (using gpsfake) pass.Eric S. Raymond2015-02-221-1/+1
|
* pylint cleanup of auditing tools (not shipped).Eric S. Raymond2015-02-222-6/+6
|
* pylint cleanup of gpscap.py. Live test works.Eric S. Raymond2015-02-221-1/+1
|
* pylint cleanup of xgpsspeed. Live-test works.Eric S. Raymond2015-02-221-13/+12
|
* gpssim.py: pylint cleanup. This code is not yet shipped.Eric S. Raymond2015-02-221-30/+31
|
* Feature removal - delete last remnants of old pre-JSON protocol from libgps.Eric S. Raymond2015-02-228-280/+49
| | | | | All regression tests pass. Clients are working live. PPS observed on Macx-1.
* Remove dropping of OS X, replacing with dropping osx-pl2303.Greg Troxel2015-02-221-2/+2
|
* Rototill OS X pl2303 issues.Greg Troxel2015-02-221-30/+11
| | | | | | Narrow scope to the osx-pl2303 driver, as that's the only thing for which trouble has been reliably reported. Recommend against it, and note that source no longer seems available.
* Move a couple of build options to where they fit better in the list.Eric S. Raymond2015-02-221-2/+2
| | | | No code or logic changes. All regression tests pass.
* Add more details to PTP howtoGary E. Miller2015-02-221-13/+41
|
* Add kernel config to PTP howtoGary E. Miller2015-02-211-0/+9
|
* Update the post-3.12 to-do list.Eric S. Raymond2015-02-211-52/+62
|
* Fix some typos in the Time Service HOWTOGary E. Miller2015-02-201-8/+9
|
* Add a section on using Linux PTPGary E. Miller2015-02-201-2/+114
|
* Deprecated libQgpsmm config option involved.Eric S. Raymond2015-02-202-5/+1
| | | | | | The backwards-compatibility code caused a bug. All regression tests pass.
* More portable equivalent of #pracgma pack, will work with clang.Eric S. Raymond2015-02-203-11/+12
| | | | No code changes. All regression tests pass.
* Avoid overexposure of an internal mask. EOF_SET -> EOF_ISEric S. Raymond2015-02-204-13/+14
| | | | | | | | Also, use PPSDRIFT_SET as a client-side status flag for JSON PPS rather than the (not yet shipped) TIMEDRIFT_SET. Next release we're probably going to add a drift object for in-line time. No logic changes. All regression tests pass.
* Folded Calibration HOWTO into Time Service HOWTOEric S. Raymond2015-02-203-189/+162
|
* monitor_nmea.c -> monitor_nmea0183.cEric S. Raymond2015-02-202-2/+2
|
* Switch NEWS to use ISO8601 dates.Eric S. Raymond2015-02-201-93/+92
|
* Minor update of Client HOWTO.Eric S. Raymond2015-02-191-5/+8
|
* Fix a typo in the Client HOWTO.Eric S. Raymond2015-02-191-2/+2
|
* In the Hacking Guide, make contents order match text order.Eric S. Raymond2015-02-181-1/+1
|
* Fixing gpsmon.c to fix broken buildJon Schlueter2015-02-181-1/+1
| | | | | | | | scons minimal=on control_socket=on ncurses=on pps=on Fails with json_pps_read not defined for gpsmon We were missing matching guard in gpsmon for json_pps_read
* Alas, remove OS X from the list of supported platforms.Eric S. Raymond2015-02-184-19/+44
| | | | Add an Upstream Bugs entry describing the issue.
* More ntpshm documentation fixes.Eric S. Raymond2015-02-181-15/+22
|
* Fixing broken build scons minimal=on ntpshm=onJon Schlueter2015-02-182-0/+4
| | | | missing ifdef guards around pps_thread_stash_fixtime()
* Fix for scons minimal=on broken build in gpsd.c missing ifdef guardJon Schlueter2015-02-181-0/+2
|
* SCons bug fix for minimal=on build was brokenJon Schlueter2015-02-181-0/+1
|
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2015-02-181-16/+17
|\
| * Update the Hacking Guide.Eric S. Raymond2015-02-181-16/+17
| |
* | Fix another type24 bug in driver_nmea2000.cReinhard Arlt2015-02-182-4/+5
|/
* In build.txt, update stuff on the dbus_export option.Eric S. Raymond2015-02-171-3/+4
|
* Update the internal documentation on NTP segment management.Eric S. Raymond2015-02-171-13/+28
|
* Don't talk to NTP when we're running inside the test harnessEric S. Raymond2015-02-171-0/+4
| | | | All regression tests pass.
* Revert the ntpshm allocation change - go back to using an external bool array.Eric S. Raymond2015-02-162-6/+5
| | | | | | | We're now back to no logic changes since code freeze. If SHM(1) still fails as Gray reported on the dev list, something else is going on. All regression tests pass.
* Typo corrections to build instructions.Eric S. Raymond2015-02-161-2/+2
|
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2015-02-167-21/+21
|\