summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed variable length arrays, added -Wvla compiler option.vla-removalIan Bruene2018-11-265-16/+13
* gpsfake: Improve usage() output.Gary E. Miller2018-11-231-22/+22
* SConstruct: fix test for xsltproc, fix xmlto output.Gary E. Miller2018-11-231-5/+4
* SConstruct: fix xsltproc making man pages.Gary E. Miller2018-11-231-2/+6
* gpsrinex: Update comments on GNSS measurement types.Gary E. Miller2018-11-211-6/+18
* Fixes time-regress for 32-bit time_t platforms.Fred Wright2018-11-211-1/+24
* gpsrinex: Ubuntu needs to be told time is past 2001.Gary E. Miller2018-11-211-0/+8
* In the client library, ignore unkown JSON attributes from GPSD.Eric S. Raymond2018-11-201-30/+37
* test_mktime: Fix build on platforms needing librt.Fred Wright2018-11-201-1/+1
* libgps_json: Give leapseconds a default of 0.Gary E. Miller2018-11-191-1/+2
* SConstruct: Clean out old shared libraries.Gary E. Miller2018-11-191-2/+4
* man: Move man pages, source and result, into main/Gary E. Miller2018-11-1923-35/+38
* www: change .txt to .adoc.Gary E. Miller2018-11-198-5/+5
* LICENSE: Update license's to be more consistent. No functional changes.Gary E. Miller2018-11-1914-15/+39
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-1987-98/+120
* Align COPYRIGHT files with Project LicenseSanjeev Gupta2018-11-191-14/+11
* libgps_json: Add decode for leapseconds. Where to put it?Gary E. Miller2018-11-191-0/+3
* Adds missing dependencies on compiled Python extensions.Fred Wright2018-11-171-0/+9
* Make sure 'python-versions' uses the right Python.Fred Wright2018-11-171-1/+1
* Fixes ubxtool and zerk in direct-serial mode.Fred Wright2018-11-172-10/+18
* zerk: Fix test for PYTHONPATHGary E. Miller2018-11-161-1/+1
* gpssim.py: Add test for PYTHONPATHGary E. Miller2018-11-161-2/+9
* gpsprof: Add test for PYTHONPATHGary E. Miller2018-11-161-1/+8
* gpsfake: Add test for PYTHONPATHGary E. Miller2018-11-161-2/+9
* gpscat: Add test for PYTHONPATHGary E. Miller2018-11-161-2/+9
* gegps: Add test for PYTHONPATHGary E. Miller2018-11-161-1/+8
* xgpsspeed: Add check for PYTHONPATHGary E. Miller2018-11-161-1/+8
* xgps: Add exception for bad PYTHONPATHGary E. Miller2018-11-161-2/+9
* gpy.py: Bunp minor protocol versionGary E. Miller2018-11-161-1/+1
* build.txt: Tweaks to Gentoo requirementsGary E. Miller2018-11-161-2/+4
* gpsrinex: Fix a warning about improperly formatted comment.Gary E. Miller2018-11-161-4/+4
* build.txt: Add Gentoo package names reruited to build.Gary E. Miller2018-11-161-7/+35
* build.txt: Add suggested Gentoo package namesGary E. Miller2018-11-151-0/+11
* zerk: Python 3 fix., import gps.misc, soon to be used.Gary E. Miller2018-11-141-1/+2
* gpsrinex: 2nd try at getting modulo right.Gary E. Miller2018-11-121-1/+1
* gpsrinex: OPUS is picky about sample epoch.Gary E. Miller2018-11-121-1/+5
* gpsrinex: update man page for OPUS useageGary E. Miller2018-11-121-2/+7
* gpsrinex: Improve measurement descriptions.Gary E. Miller2018-11-121-15/+44
* gpsrinex: Add C2C, L2C support. Update regressions to match.Gary E. Miller2018-11-123-101/+117
* RAW: Add c2c and l2c measurements.Gary E. Miller2018-11-124-11/+107
* gpsrinex: fix gnssid/svid sort.Gary E. Miller2018-11-111-13/+12
* gpsrinex: Off by one error.Gary E. Miller2018-11-111-1/+1
* GREIS: Add doppler to RAW.Gary E. Miller2018-11-112-39/+80
* GREIS: Add locktime to RAW, it is always LOCKMAX.Gary E. Miller2018-11-113-40/+44
* GREIS: Fix pseudoranges. Meters, not seconds.Gary E. Miller2018-11-102-42/+44
* gps.h: How could we not have the speed of light?Gary E. Miller2018-11-101-0/+2
* GREIS: Fix regression for JSON RAW change.Gary E. Miller2018-11-101-0/+39
* git: ignore new target gpsrinexGary E. Miller2018-11-101-8/+9
* RAW: Save space in the JSON. Data from GREIS.Gary E. Miller2018-11-103-29/+47
* GREIS: A different approach to RAW.Gary E. Miller2018-11-103-128/+1083