summaryrefslogtreecommitdiff
path: root/jsongen.py.in
Commit message (Expand)AuthorAgeFilesLines
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-6/+0
* pep8 cleanup in jsongen.py.inJon Schlueter2015-03-021-641/+642
* pylint validation pass. All regresio tests pass, xgps runs live.Eric S. Raymond2014-08-231-2/+2
* Cirresct specification annd processing of Inland AIS Type 10 message.Eric S. Raymond2014-08-181-2/+2
* Add some generation warnings.Eric S. Raymond2013-11-241-0/+2
* More pylint cleanup in some build helpers. Build succeeds.Eric S. Raymond2013-11-151-2/+0
* Some compilers barf if you name a struct member 'class'.Eric S. Raymond2013-10-061-2/+2
* Inland AIS full support (untested).Eric S. Raymond2013-10-061-0/+14
* Inland AIS Water level support is done except for the JSON dumping.Eric S. Raymond2013-10-051-0/+14
* Implement handling of Inland AIS EMMA warning.Eric S. Raymond2013-10-051-6/+34
* Support Inland AIS ship static and voyage-related data.Eric S. Raymond2013-10-021-0/+21
* New-style dumping (numeric and text both) for two more fields.Eric S. Raymond2013-10-011-0/+2
* The JSON parser now has an "ignore" type...Eric S. Raymond2013-10-011-13/+35
* Support for Inland AISNumber of Persons On Board.Eric S. Raymond2013-10-011-2/+13
* Support for Inland AIS RTA at lock/bridge/terminal.Eric S. Raymond2013-10-011-0/+16
* Cosmetic fix.Eric S. Raymond2013-10-011-32/+32
* Support for Inland AIS ETA at lock/bridge/terminal.Eric S. Raymond2013-10-011-0/+17
* Axccept Persons On Board as either a type 6 or 8 message.Eric S. Raymond2013-10-011-0/+9
* Extract ITU-R 1371-4 model and serial fields from AIS Type24 messages.Eric S. Raymond2013-09-151-0/+2
* Another correction of waterlevel signedness. All regression tests pass.Eric S. Raymond2012-06-221-1/+1
* Correct a field signedness error in the IMO236 Met/Hydro message.Eric S. Raymond2012-06-221-1/+1
* [AIS] Fix plenty of small bugs unveiled by aishub test campaign.Christian Gagneraud2012-06-201-1/+4
* [AIS] Do scaling/offset operations only in json dumpChristian Gagneraud2012-06-051-6/+6
* [AIS] Met/Hydro: fixes and improvementsChristian Gagneraud2012-06-051-32/+36
* [AIS] Add UK/ROI AtoN monitoring data message handlingChristian Gagneraud2012-05-231-0/+16
* [AIS] Use a dedicated stucture for IMO236 met/hydro messageChristian Gagneraud2012-05-201-0/+43
* Python glitches caught by pylint.Eric S. Raymond2011-10-281-1/+1
* ais_json.c no longer includes gpsd.h. May solve a FreeBSD port problem.Eric S. Raymond2011-08-241-1/+2
* Add pychecker production for anity-checking Python code.Eric S. Raymond2011-08-231-2/+0
* In AIS, full support for VTS-Generated/Synthetic targets.Eric S. Raymond2011-05-311-5/+8
* 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-311-0/+21
* In AIS, Route info (broadcast) support.Eric S. Raymond2011-05-301-8/+4
* In the code generator, handle duplicated substructures.Eric S. Raymond2011-05-301-4/+26
* In AIS, support for Route Info (addressed). All regression tests pass.Eric S. Raymond2011-05-291-0/+21
* In AIS, IMO289 Tidal Window support. All regression tests pass.Eric S. Raymond2011-05-281-0/+21
* More detailed control of generated array substructures.Eric S. Raymond2011-05-281-12/+15
* Back out AIS Tidal Window message support.Eric S. Raymond2011-05-261-18/+0
* Add support for AIS Marine Traffic Signal message.Eric S. Raymond2011-05-261-0/+17
* In AIS, support for IMO236 type 8 DAC = 1 FID = 15Eric S. Raymond2011-05-041-0/+9
* Avoid generating declarations for unneeded buffers.Eric S. Raymond2011-05-041-2/+0
* Refactor some code generation. All regression tests pass.Eric S. Raymond2011-05-041-39/+38
* In AIS, support for IMO236 type 8 DAC = 1 FID = 13.Eric S. Raymond2011-05-041-9/+25
* Fix minor breakage reported by Beat Boolli. All regression tests pass.Eric S. Raymond2011-05-031-3/+3
* In AS, support IMO 289 FID 20.Eric S. Raymond2011-04-261-2/+46
* In AIS, client-library support for IMO289 FID=18.Eric S. Raymond2011-04-251-0/+15
* In AIS, library-side suppport for IMO289 FID 25.Eric S. Raymond2011-04-251-18/+60
* Fix some bugs in JSON parsing and dumping of timestamps.Eric S. Raymond2011-04-251-12/+5
* Typo bug fixes.Eric S. Raymond2011-04-201-1/+1
* Support IMO236 FID 15. And polish the code generator a bit.Eric S. Raymond2011-04-201-0/+9