summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Break isgps.c apart from rtcm.c.Eric S. Raymond2005-07-251-0/+1
|
* Petr Slanky's latest Evermore patch and some splint cleanups.Eric S. Raymond2005-07-251-1/+1
|
* Fix Gary's make problem.Eric S. Raymond2005-07-251-1/+1
|
* Avoid a splint problem.Eric S. Raymond2005-07-221-3/+6
|
* Force packet_names.h to be rebuilt.Eric S. Raymond2005-07-211-0/+1
|
* Get rid of statetable.el...Eric S. Raymond2005-07-201-0/+4
| | | | ...there's an easier way to keep enum and name arrays in sync.
* More EverMore fixes from Petr Slansky.Eric S. Raymond2005-07-201-1/+1
|
* Add progress messages to gpsflash. splint cleanup.Eric S. Raymond2005-07-191-1/+0
|
* Add little-endian macros to bits.h. More fixes for the DBUS problem.Eric S. Raymond2005-07-181-2/+2
|
* Step two in RTCM merge: it no longer has a separate header.Eric S. Raymond2005-07-161-1/+1
|
* Add gpsflash to the RPMs.Eric S. Raymond2005-07-161-3/+3
|
* Restore some lost splint cleanups. Stronger regression tests.Eric S. Raymond2005-07-161-2/+14
|
* Do consistent naming and some splint cleaning.Eric S. Raymond2005-07-161-6/+8
|
* Break the packet tester code out into a separate program. Eric S. Raymond2005-07-161-11/+20
| | | | Fix the state table regenerator so it conditionalizes the token list.
* rtcm.c is properly refactored, with the bitfield layouts hidden.Eric S. Raymond2005-07-161-2/+2
|
* Rename the utils.c file from gpsflash to sirfflash.c.Eric S. Raymond2005-07-151-1/+1
|
* Fix up the splint productions.Eric S. Raymond2005-07-151-3/+10
|
* Arrange to splint gpsflash.Eric S. Raymond2005-07-151-0/+3
|
* Remove SiRF-specific assumptions from srecord.c and add it to libgps.c Eric S. Raymond2005-07-151-1/+2
| | | | for future use.
* Rename Chris's firmware loader files.Eric S. Raymond2005-07-151-4/+4
|
* First checkin of Chris Kuethe's firmware uploader.Eric S. Raymond2005-07-151-1/+7
| | | | | Doesn't even compile yet. This is for the record, so we can do diffs against the base code he sent.
* Added srec(5) manual page.Eric S. Raymond2005-07-151-1/+6
|
* Add documentation for the RTCM dump format.Eric S. Raymond2005-07-131-1/+11
|
* Create a regression test for the RTCM decoder. Add a useful header comment.Eric S. Raymond2005-07-131-11/+26
|
* Merge working Evermore state-machine from Petr Slansky.Eric S. Raymond2005-07-131-3/+5
| | | | Also merge in hooks that connect RTCM parsing to the packet getter.
* With gcc4 we can integrate rtcm.c into the library...Eric S. Raymond2005-07-131-6/+9
| | | | | ...because the default options of gcc4 generate good code for the rtcm.c module.
* Document the weird known bug.Eric S. Raymond2005-07-121-12/+12
|
* This produces a working decoder, too.Eric S. Raymond2005-07-121-7/+1
|
* This produces an RTCM decoder that works.Eric S. Raymond2005-07-121-14/+1
|
* Split RTCM parsing into its own module.Eric S. Raymond2005-07-121-2/+2
|
* Found the workaround for the compiler bug that was fooing up parity computation.Eric S. Raymond2005-07-121-1/+1
|
* Refactored rtcmdecode.c now splints clean.Eric S. Raymond2005-07-121-1/+22
|
* Show states by name rather than enum value.Eric S. Raymond2005-07-121-1/+2
|
* Instrument the RTCM decoder so we can show that the parity computation is hosed.Eric S. Raymond2005-07-121-7/+4
|
* rtcmdecode only works with -O1.Eric S. Raymond2005-07-121-4/+6
|
* First cut at merging Wolfgang's RTCM code.Eric S. Raymond2005-07-111-0/+3
| | | | Something about normal GNU compiler options hoses this.
* Add support for the 2-field return of C to client libraries.Eric S. Raymond2005-07-111-1/+1
|
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-0/+1
|
* Add a driver-prototype file. Clean up and fix RTCM passthrough.Eric S. Raymond2005-07-081-0/+1
|
* Autodetect DBUS support (from Petter Reinhold).Eric S. Raymond2005-07-081-0/+2
|
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+1
| | | | | | Satellite-picture packets are not yet completely interpreted. We don't know a probe string yet, so it might take as long as ten minutes for this driver to switch over.
* Preparing for release -- make sure RPMs build OK.Eric S. Raymond2005-06-301-0/+1
|
* Pull the DGPSIP code into its own module.Eric S. Raymond2005-06-291-0/+1
| | | | | | | | The DGPSIP socket is now part of the session context; it's guarded by the same select as all other socket reads. The latest RTCM104 report from it is relayed to each attached GPS when appropriate. (The old code only passed a correction to the first GPS to be polled after the report came in from the server.)
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-281-1/+1
| | | | | Only one calloc() is left, and that belongs to Gary in the Garmin driver.
* gpsfake -v no longer does anything, so remove it. Ship valgrind-audit.Eric S. Raymond2005-06-261-0/+1
|
* Changes to support valgrind auditing.Eric S. Raymond2005-06-241-0/+1
|
* gpsfake progress prompt is now optional.Eric S. Raymond2005-06-241-2/+2
|
* gpsfake.py is now a separate loadable module, so we can write more test loads.Eric S. Raymond2005-06-241-0/+1
|
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-1/+0
|
* Collect all policy in one spot. Doing this turned up a bug in speed dumping.Eric S. Raymond2005-06-131-1/+1
|