summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add some missing packet types to the JSON interface.Eric S. Raymond2011-06-141-2/+6
* splint check should work even after a clean operation.Eric S. Raymond2011-06-131-5/+4
* Don't issue spurious messages about changed config variables.Eric S. Raymond2011-06-131-7/+1
* Yet more code slimming. All regression tests pass, code splints clean.Eric S. Raymond2011-06-114-29/+23
* Fix misplaced break.Eric S. Raymond2011-06-111-1/+1
* Clean up generation of the configuration .h file.Eric S. Raymond2011-06-111-36/+36
* More code slimming.Eric S. Raymond2011-06-116-9/+29
* Code slimming.Eric S. Raymond2011-06-113-5/+4
* sizes needed rebuilding for scons.Eric S. Raymond2011-06-101-0/+2
* Add a FAQ on CPU and power overhead.Eric S. Raymond2011-06-101-2/+13
* Comment fix.Eric S. Raymond2011-06-101-8/+8
* Cosmetic fix. All regression tests pass.Eric S. Raymond2011-06-101-25/+17
* Implement NMEA HDT sentence. All regression tests pass,Eric S. Raymond2011-06-102-1/+44
* Correct a typo in the build recuoe that produced a garbled packet_names.h.Eric S. Raymond2011-06-081-2/+2
* Fix a help string.Eric S. Raymond2011-06-081-2/+4
* Update for the to-do list.Eric S. Raymond2011-06-021-3/+2
* Remove commented-out documentation for an obsolete option.Eric S. Raymond2011-06-021-2/+0
* Typo fix.Eric S. Raymond2011-06-011-2/+2
* Remove some vestigial logging.Eric S. Raymond2011-05-311-122/+0
* More use of array notation.Eric S. Raymond2011-05-311-0/+8
* In AIS, full support for VTS-Generated/Synthetic targets.Eric S. Raymond2011-05-312-8/+12
* Closing in on generating correct code for union subtypes.Eric S. Raymond2011-05-311-3/+6
* In AIS, partial support for VTS-Generated/Synthetic Targets.Eric S. Raymond2011-05-317-54/+220
* In AIS, Route info (broadcast) support.Eric S. Raymond2011-05-304-13/+43
* In AIS, support for IMO Route info (broadcast). All regression tests pass.Eric S. Raymond2011-05-303-15/+46
* In the code generator, handle duplicated substructures.Eric S. Raymond2011-05-301-4/+26
* Signedness fix.Eric S. Raymond2011-05-301-1/+19
* In the AIS code generator, loop variables may be signed or unsigned.Eric S. Raymond2011-05-301-6/+6
* In the AIS message layouts, all trailing arrays are now marked up in line.Eric S. Raymond2011-05-301-33/+15
* In AIS, support for Route Info (addressed). All regression tests pass.Eric S. Raymond2011-05-295-4/+129
* Remove a broken table header.Eric S. Raymond2011-05-281-1/+0
* In AIS, support for IMO236 Tidal Window message.Eric S. Raymond2011-05-284-10/+31
* In AIS, IMO289 Tidal Window support. All regression tests pass.Eric S. Raymond2011-05-286-7/+111
* Typo fixes and clarification.Eric S. Raymond2011-05-281-3/+3
* Matchiing array code generation for the library parser.Eric S. Raymond2011-05-281-5/+15
* More use of array notation.Eric S. Raymond2011-05-281-8/+9
* Use array markup where appropriate.Eric S. Raymond2011-05-281-2/+4
* Tweak a code-generation detail.Eric S. Raymond2011-05-282-5/+9
* More detailed control of generated array substructures.Eric S. Raymond2011-05-281-12/+15
* Recover from some pkgconfig confusion.Eric S. Raymond2011-05-281-1/+6
* Generate Python initializer members for trailing-array parts.Eric S. Raymond2011-05-271-26/+37
* Typo fixes.Eric S. Raymond2011-05-271-2/+2
* Dump code generation for arrays.Eric S. Raymond2011-05-271-7/+42
* Driver code generation for arrays appears complete.Eric S. Raymond2011-05-272-4/+5
* Typo fix.Michael Tatarinov2011-05-271-2/+2
* Code generation for arrays almost working.Eric S. Raymond2011-05-261-5/+21
* Array boundary markers now include a dimension.Eric S. Raymond2011-05-262-11/+12
* Use array name from the AIVDM.txt tables.Eric S. Raymond2011-05-261-9/+9
* Add array names to 'a' table entries.Eric S. Raymond2011-05-261-5/+5
* Improve dump-code generation.Eric S. Raymond2011-05-261-80/+73