summaryrefslogtreecommitdiff
path: root/gpsrinex.c
Commit message (Expand)AuthorAgeFilesLines
* gpsrinex: Add dummy "REC # / TYPE / VERS"Gary E. Miller2019-05-201-1/+1
* gpsrinex: Change ANT #/TYPE for Trimble RTX.Gary E. Miller2019-05-201-2/+2
* gpsrinex: Dual Freq from ZED-F9T now worksGary E. Miller2019-05-181-156/+355
* gpsrinex: Fix PRN count in epoch for multi sigid's.Gary E. Miller2019-05-151-11/+24
* gpsrinex: Use the new GNSSID_ defines.Gary E. Miller2019-05-141-19/+21
* gpsrinex: Use the new GNSSID_ defines.Gary E. Miller2019-05-141-14/+14
* ubxtool: Comment tweaks.Gary E. Miller2019-05-141-2/+10
* gpsrinex: Allow ECEF even if no LATLON_SET.Gary E. Miller2019-05-141-2/+1
* gpsrinex: recommend GLONASS be enabled with u-blox 9.Gary E. Miller2019-05-141-0/+2
* gpsrinex: Improve usage(), show sample interval default.Gary E. Miller2019-05-011-2/+4
* gpsrinex: Fix some compiler warnings.Fred Wright2019-03-201-3/+2
* gpsrinex: Fix build on OpenBSD.Fred Wright2019-03-181-1/+2
* POSIX_C_SOURCE: Not just a linux define. 200112L is a minimum.Gary E. Miller2018-12-261-2/+2
* gpsrinex: Don't report missing SNR.Gary E. Miller2018-11-301-1/+3
* gpsrines: Another take at 32/64-bit compatibilityGary E. Miller2018-11-261-1/+2
* gpsrinex: Fix a signed/unsigned complaint on 32-bit.Gary E. Miller2018-11-261-1/+2
* gpsrinex: Fix a 32bit printf() mismatch.Gary E. Miller2018-11-261-1/+1
* gpsrinex: Update comments on GNSS measurement types.Gary E. Miller2018-11-211-6/+18
* gpsrinex: Ubuntu needs to be told time is past 2001.Gary E. Miller2018-11-211-0/+8
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-3/+4
* gpsrinex: Fix a warning about improperly formatted comment.Gary E. Miller2018-11-161-4/+4
* 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: Improve measurement descriptions.Gary E. Miller2018-11-121-15/+44
* gpsrinex: Add C2C, L2C support. Update regressions to match.Gary E. Miller2018-11-121-23/+39
* gpsrinex: fix gnssid/svid sort.Gary E. Miller2018-11-111-13/+12
* gpsrinex: Off by one error.Gary E. Miller2018-11-111-1/+1
* gpsrinex: Add a man page.Gary E. Miller2018-11-091-1/+1
* gpsrinex: A new tool to create RINEX 3 obs files.Gary E. Miller2018-11-091-0/+862