| Commit message (Expand) | Author | Age | Files | Lines |
* | gpsrines: Another take at 32/64-bit compatibility | Gary E. Miller | 2018-11-26 | 1 | -1/+2 |
* | gpsrinex: Fix a signed/unsigned complaint on 32-bit. | Gary E. Miller | 2018-11-26 | 1 | -1/+2 |
* | gpsrinex: Fix a 32bit printf() mismatch. | Gary E. Miller | 2018-11-26 | 1 | -1/+1 |
* | Removed variable length arrays, added -Wvla compiler option.vla-removal | Ian Bruene | 2018-11-26 | 5 | -16/+13 |
* | gpsfake: Improve usage() output. | Gary E. Miller | 2018-11-23 | 1 | -22/+22 |
* | SConstruct: fix test for xsltproc, fix xmlto output. | Gary E. Miller | 2018-11-23 | 1 | -5/+4 |
* | SConstruct: fix xsltproc making man pages. | Gary E. Miller | 2018-11-23 | 1 | -2/+6 |
* | gpsrinex: Update comments on GNSS measurement types. | Gary E. Miller | 2018-11-21 | 1 | -6/+18 |
* | Fixes time-regress for 32-bit time_t platforms. | Fred Wright | 2018-11-21 | 1 | -1/+24 |
* | gpsrinex: Ubuntu needs to be told time is past 2001. | Gary E. Miller | 2018-11-21 | 1 | -0/+8 |
* | In the client library, ignore unkown JSON attributes from GPSD. | Eric S. Raymond | 2018-11-20 | 1 | -30/+37 |
* | test_mktime: Fix build on platforms needing librt. | Fred Wright | 2018-11-20 | 1 | -1/+1 |
* | libgps_json: Give leapseconds a default of 0. | Gary E. Miller | 2018-11-19 | 1 | -1/+2 |
* | SConstruct: Clean out old shared libraries. | Gary E. Miller | 2018-11-19 | 1 | -2/+4 |
* | man: Move man pages, source and result, into main/ | Gary E. Miller | 2018-11-19 | 23 | -35/+38 |
* | www: change .txt to .adoc. | Gary E. Miller | 2018-11-19 | 8 | -5/+5 |
* | LICENSE: Update license's to be more consistent. No functional changes. | Gary E. Miller | 2018-11-19 | 14 | -15/+39 |
* | LICENSE: Update licenses for consistency. No functional changes. | Gary E. Miller | 2018-11-19 | 87 | -98/+120 |
* | Align COPYRIGHT files with Project License | Sanjeev Gupta | 2018-11-19 | 1 | -14/+11 |
* | libgps_json: Add decode for leapseconds. Where to put it? | Gary E. Miller | 2018-11-19 | 1 | -0/+3 |
* | Adds missing dependencies on compiled Python extensions. | Fred Wright | 2018-11-17 | 1 | -0/+9 |
* | Make sure 'python-versions' uses the right Python. | Fred Wright | 2018-11-17 | 1 | -1/+1 |
* | Fixes ubxtool and zerk in direct-serial mode. | Fred Wright | 2018-11-17 | 2 | -10/+18 |
* | zerk: Fix test for PYTHONPATH | Gary E. Miller | 2018-11-16 | 1 | -1/+1 |
* | gpssim.py: Add test for PYTHONPATH | Gary E. Miller | 2018-11-16 | 1 | -2/+9 |
* | gpsprof: Add test for PYTHONPATH | Gary E. Miller | 2018-11-16 | 1 | -1/+8 |
* | gpsfake: Add test for PYTHONPATH | Gary E. Miller | 2018-11-16 | 1 | -2/+9 |
* | gpscat: Add test for PYTHONPATH | Gary E. Miller | 2018-11-16 | 1 | -2/+9 |
* | gegps: Add test for PYTHONPATH | Gary E. Miller | 2018-11-16 | 1 | -1/+8 |
* | xgpsspeed: Add check for PYTHONPATH | Gary E. Miller | 2018-11-16 | 1 | -1/+8 |
* | xgps: Add exception for bad PYTHONPATH | Gary E. Miller | 2018-11-16 | 1 | -2/+9 |
* | gpy.py: Bunp minor protocol version | Gary E. Miller | 2018-11-16 | 1 | -1/+1 |
* | build.txt: Tweaks to Gentoo requirements | Gary E. Miller | 2018-11-16 | 1 | -2/+4 |
* | gpsrinex: Fix a warning about improperly formatted comment. | Gary E. Miller | 2018-11-16 | 1 | -4/+4 |
* | build.txt: Add Gentoo package names reruited to build. | Gary E. Miller | 2018-11-16 | 1 | -7/+35 |
* | build.txt: Add suggested Gentoo package names | Gary E. Miller | 2018-11-15 | 1 | -0/+11 |
* | zerk: Python 3 fix., import gps.misc, soon to be used. | Gary E. Miller | 2018-11-14 | 1 | -1/+2 |
* | gpsrinex: 2nd try at getting modulo right. | Gary E. Miller | 2018-11-12 | 1 | -1/+1 |
* | gpsrinex: OPUS is picky about sample epoch. | Gary E. Miller | 2018-11-12 | 1 | -1/+5 |
* | gpsrinex: update man page for OPUS useage | Gary E. Miller | 2018-11-12 | 1 | -2/+7 |
* | gpsrinex: Improve measurement descriptions. | Gary E. Miller | 2018-11-12 | 1 | -15/+44 |
* | gpsrinex: Add C2C, L2C support. Update regressions to match. | Gary E. Miller | 2018-11-12 | 3 | -101/+117 |
* | RAW: Add c2c and l2c measurements. | Gary E. Miller | 2018-11-12 | 4 | -11/+107 |
* | gpsrinex: fix gnssid/svid sort. | Gary E. Miller | 2018-11-11 | 1 | -13/+12 |
* | gpsrinex: Off by one error. | Gary E. Miller | 2018-11-11 | 1 | -1/+1 |
* | GREIS: Add doppler to RAW. | Gary E. Miller | 2018-11-11 | 2 | -39/+80 |
* | GREIS: Add locktime to RAW, it is always LOCKMAX. | Gary E. Miller | 2018-11-11 | 3 | -40/+44 |
* | GREIS: Fix pseudoranges. Meters, not seconds. | Gary E. Miller | 2018-11-10 | 2 | -42/+44 |
* | gps.h: How could we not have the speed of light? | Gary E. Miller | 2018-11-10 | 1 | -0/+2 |
* | GREIS: Fix regression for JSON RAW change. | Gary E. Miller | 2018-11-10 | 1 | -0/+39 |