| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire splint from our set of static analyzers. | Eric S. Raymond | 2015-03-30 | 1 | -6/+0 |
* | pep8 cleanup in jsongen.py.in | Jon Schlueter | 2015-03-02 | 1 | -641/+642 |
* | pylint validation pass. All regresio tests pass, xgps runs live. | Eric S. Raymond | 2014-08-23 | 1 | -2/+2 |
* | Cirresct specification annd processing of Inland AIS Type 10 message. | Eric S. Raymond | 2014-08-18 | 1 | -2/+2 |
* | Add some generation warnings. | Eric S. Raymond | 2013-11-24 | 1 | -0/+2 |
* | More pylint cleanup in some build helpers. Build succeeds. | Eric S. Raymond | 2013-11-15 | 1 | -2/+0 |
* | Some compilers barf if you name a struct member 'class'. | Eric S. Raymond | 2013-10-06 | 1 | -2/+2 |
* | Inland AIS full support (untested). | Eric S. Raymond | 2013-10-06 | 1 | -0/+14 |
* | Inland AIS Water level support is done except for the JSON dumping. | Eric S. Raymond | 2013-10-05 | 1 | -0/+14 |
* | Implement handling of Inland AIS EMMA warning. | Eric S. Raymond | 2013-10-05 | 1 | -6/+34 |
* | Support Inland AIS ship static and voyage-related data. | Eric S. Raymond | 2013-10-02 | 1 | -0/+21 |
* | New-style dumping (numeric and text both) for two more fields. | Eric S. Raymond | 2013-10-01 | 1 | -0/+2 |
* | The JSON parser now has an "ignore" type... | Eric S. Raymond | 2013-10-01 | 1 | -13/+35 |
* | Support for Inland AISNumber of Persons On Board. | Eric S. Raymond | 2013-10-01 | 1 | -2/+13 |
* | Support for Inland AIS RTA at lock/bridge/terminal. | Eric S. Raymond | 2013-10-01 | 1 | -0/+16 |
* | Cosmetic fix. | Eric S. Raymond | 2013-10-01 | 1 | -32/+32 |
* | Support for Inland AIS ETA at lock/bridge/terminal. | Eric S. Raymond | 2013-10-01 | 1 | -0/+17 |
* | Axccept Persons On Board as either a type 6 or 8 message. | Eric S. Raymond | 2013-10-01 | 1 | -0/+9 |
* | Extract ITU-R 1371-4 model and serial fields from AIS Type24 messages. | Eric S. Raymond | 2013-09-15 | 1 | -0/+2 |
* | Another correction of waterlevel signedness. All regression tests pass. | Eric S. Raymond | 2012-06-22 | 1 | -1/+1 |
* | Correct a field signedness error in the IMO236 Met/Hydro message. | Eric S. Raymond | 2012-06-22 | 1 | -1/+1 |
* | [AIS] Fix plenty of small bugs unveiled by aishub test campaign. | Christian Gagneraud | 2012-06-20 | 1 | -1/+4 |
* | [AIS] Do scaling/offset operations only in json dump | Christian Gagneraud | 2012-06-05 | 1 | -6/+6 |
* | [AIS] Met/Hydro: fixes and improvements | Christian Gagneraud | 2012-06-05 | 1 | -32/+36 |
* | [AIS] Add UK/ROI AtoN monitoring data message handling | Christian Gagneraud | 2012-05-23 | 1 | -0/+16 |
* | [AIS] Use a dedicated stucture for IMO236 met/hydro message | Christian Gagneraud | 2012-05-20 | 1 | -0/+43 |
* | Python glitches caught by pylint. | Eric S. Raymond | 2011-10-28 | 1 | -1/+1 |
* | ais_json.c no longer includes gpsd.h. May solve a FreeBSD port problem. | Eric S. Raymond | 2011-08-24 | 1 | -1/+2 |
* | Add pychecker production for anity-checking Python code. | Eric S. Raymond | 2011-08-23 | 1 | -2/+0 |
* | In AIS, full support for VTS-Generated/Synthetic targets. | Eric S. Raymond | 2011-05-31 | 1 | -5/+8 |
* | Closing in on generating correct code for union subtypes. | Eric S. Raymond | 2011-05-31 | 1 | -3/+6 |
* | In AIS, partial support for VTS-Generated/Synthetic Targets. | Eric S. Raymond | 2011-05-31 | 1 | -0/+21 |
* | In AIS, Route info (broadcast) support. | Eric S. Raymond | 2011-05-30 | 1 | -8/+4 |
* | In the code generator, handle duplicated substructures. | Eric S. Raymond | 2011-05-30 | 1 | -4/+26 |
* | In AIS, support for Route Info (addressed). All regression tests pass. | Eric S. Raymond | 2011-05-29 | 1 | -0/+21 |
* | In AIS, IMO289 Tidal Window support. All regression tests pass. | Eric S. Raymond | 2011-05-28 | 1 | -0/+21 |
* | More detailed control of generated array substructures. | Eric S. Raymond | 2011-05-28 | 1 | -12/+15 |
* | Back out AIS Tidal Window message support. | Eric S. Raymond | 2011-05-26 | 1 | -18/+0 |
* | Add support for AIS Marine Traffic Signal message. | Eric S. Raymond | 2011-05-26 | 1 | -0/+17 |
* | In AIS, support for IMO236 type 8 DAC = 1 FID = 15 | Eric S. Raymond | 2011-05-04 | 1 | -0/+9 |
* | Avoid generating declarations for unneeded buffers. | Eric S. Raymond | 2011-05-04 | 1 | -2/+0 |
* | Refactor some code generation. All regression tests pass. | Eric S. Raymond | 2011-05-04 | 1 | -39/+38 |
* | In AIS, support for IMO236 type 8 DAC = 1 FID = 13. | Eric S. Raymond | 2011-05-04 | 1 | -9/+25 |
* | Fix minor breakage reported by Beat Boolli. All regression tests pass. | Eric S. Raymond | 2011-05-03 | 1 | -3/+3 |
* | In AS, support IMO 289 FID 20. | Eric S. Raymond | 2011-04-26 | 1 | -2/+46 |
* | In AIS, client-library support for IMO289 FID=18. | Eric S. Raymond | 2011-04-25 | 1 | -0/+15 |
* | In AIS, library-side suppport for IMO289 FID 25. | Eric S. Raymond | 2011-04-25 | 1 | -18/+60 |
* | Fix some bugs in JSON parsing and dumping of timestamps. | Eric S. Raymond | 2011-04-25 | 1 | -12/+5 |
* | Typo bug fixes. | Eric S. Raymond | 2011-04-20 | 1 | -1/+1 |
* | Support IMO236 FID 15. And polish the code generator a bit. | Eric S. Raymond | 2011-04-20 | 1 | -0/+9 |