summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Typo fix and to-do note.Eric S. Raymond2011-04-201-1/+3
* Typo fix.Eric S. Raymond2011-04-201-1/+1
* Script name change.Eric S. Raymond2011-04-202-5/+4
* Code generation cleanup.Eric S. Raymond2011-04-201-34/+34
* Write some explanation.Eric S. Raymond2011-04-201-4/+43
* Refactor some code generation.Eric S. Raymond2011-04-202-57/+45
* Improved explanations.Eric S. Raymond2011-04-201-4/+11
* Cosmetic fix.Eric S. Raymond2011-04-201-27/+27
* Support IMO236 Dangerous Cargo Indication.Eric S. Raymond2011-04-206-24/+136
* Specify widths on scaled fields.Eric S. Raymond2011-04-201-152/+153
* Two levels of code generation avoids fragile hand-hacking.Eric S. Raymond2011-04-201-4/+64
* Dead code removal. All regression tests pass.Eric S. Raymond2011-04-201-62/+5
* Complete generation of JSON dumps.Eric S. Raymond2011-04-201-4/+17
* Add start end end options to code generator.Eric S. Raymond2011-04-201-6/+18
* First cut at generating JSON dump code.Eric S. Raymond2011-04-201-6/+98
* In AIVDM.txt, flag fields that turn into floats.Eric S. Raymond2011-04-201-182/+196
* Teach the code generator to make structures.Eric S. Raymond2011-04-191-7/+37
* Teach the AIS extractor code generator to use type informatiopn.Eric S. Raymond2011-04-191-8/+23
* Add type information to every field in the AIVDM message breakdowns.Eric S. Raymond2011-04-191-1132/+1183
* Correctly handle the visibility-greater-than bit in AIS type 8 FID 31.Eric S. Raymond2011-04-194-6/+12
* First cut at code generator.Eric S. Raymond2011-04-191-2/+11
* Steps towards turning tablecheck.py into an actual code generator.Eric S. Raymond2011-04-191-8/+24
* Comment tweaks.Eric S. Raymond2011-04-191-2/+2
* Minor documentation fixes.Eric S. Raymond2011-04-182-5/+6
* Dead-code removal.Eric S. Raymond2011-04-181-1/+0
* In AIS, support for message class 8 dac=1 fid=29.Eric S. Raymond2011-04-186-14/+41
* In AIS, support Text Description - addressed.Eric S. Raymond2011-04-186-2/+37
* Dump some new AOS enumerated-type fields as strings in scaled mode.Eric S. Raymond2011-04-182-24/+50
* WATCH_JSON -> gps.WATCH_JSONEric S. Raymond2011-04-181-1/+1
* Make gpsmon work again. Compare drivers by name rather than structure address.Eric S. Raymond2011-04-181-2/+5
* Improve an error message.Eric S. Raymond2011-04-181-1/+1
* Thinko fix.Eric S. Raymond2011-04-181-1/+1
* Make the shared-memory export set the NMEA status field.Eric S. Raymond2011-04-181-0/+7
* In ais.py, extracted field value is no longer constrained to be an array index.Eric S. Raymond2011-04-181-9/+9
* Avoid some duplicative writes.Eric S. Raymond2011-04-181-3/+1
* First cut at interpreting IMO special message formats.Eric S. Raymond2011-04-176-70/+405
* Comment and typo fixes.Eric S. Raymond2011-04-172-2/+3
* Banish some pointless compiler warnings.Eric S. Raymond2011-04-172-7/+12
* Allow to scan-build Python extensions, too.Bernd Zeimetz2011-04-171-2/+10
* Allow to override variosu tools from the environment.Bernd Zeimetz2011-04-171-4/+16
* Analyze two more IMO message types.Eric S. Raymond2011-04-172-0/+34
* Recover from IMO drafting error by using bit length as disambiguator.Eric S. Raymond2011-04-172-3/+6
* First cut at analysis code for IMO special message formats.Eric S. Raymond2011-04-172-64/+187
* Typo fix.Eric S. Raymond2011-04-171-1/+1
* Build python .so files from SConstruct directly.Bernd Zeimetz2011-04-171-77/+53
* Describe more defaults.Eric S. Raymond2011-04-171-1/+5
* Support static linking using pkg-config.Bernd Zeimetz2011-04-161-6/+17
* Re-enable build without Qt.Eric S. Raymond2011-04-161-0/+2
* Minor documentation tweaks.Eric S. Raymond2011-04-161-5/+6
* More explicitness about defaults.Eric S. Raymond2011-04-161-32/+102