summaryrefslogtreecommitdiff
path: root/jsongen.py
Commit message (Expand)AuthorAgeFilesLines
* Address Savannah bug #44951: Missing sequence ID fields in AIS Type 7 and 13...Eric S. Raymond2018-12-261-0/+4
* Remove some remnant splint annotations.Eric S. Raymond2018-08-081-3/+0
* jsongen.py: pep8 cleanup.Gary E. Miller2018-07-261-0/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* jsongen.py: pep8 fixesGary E. Miller2017-07-011-41/+54
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-101-2/+3
* De-templatize three files that didn't need it.Eric S. Raymond2016-03-261-0/+1047
* I missed the fact that jsongen.py is now generated from jsongen.py.in...Eric S. Raymond2009-11-261-492/+0
* This generator file should have been in the repo long since.Eric S. Raymond2009-11-261-0/+492
* Generate jsongen.py and maskaudit.py from templates... Greg Troxel2009-11-211-492/+0
* Typo fix.Eric S. Raymond2009-09-231-1/+1
* Fully support AIS type 22 and 23 messages. All regression tests pass.Eric S. Raymond2009-09-221-2/+18
* More splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-1/+8
* Use CYCLE_END condition for the 2-part mal-design of AIS message 24 properly.Eric S. Raymond2009-09-031-10/+9
* Comment fixes.Eric S. Raymond2009-09-011-1/+1
* Generated AIS parser code compiles. All tests pass.Eric S. Raymond2009-09-011-158/+46
* More fixes for dumping of AIS message 19.Eric S. Raymond2009-09-011-16/+38
* Fix dumping of AIS message 20. Eric S. Raymond2009-09-011-8/+191
* Fix dumping of AIS message 19 (dte was missing). Eric S. Raymond2009-09-011-2/+115
* More code generation - up to AIS message 13 now.Eric S. Raymond2009-09-011-14/+97
* Field type data for AIS message 5.Eric S. Raymond2009-09-011-25/+51
* More code-generation machinery.Eric S. Raymond2009-09-011-22/+20
* Generator now works for messages 1, 2. 3, and 4.Eric S. Raymond2009-09-011-14/+49
* Split into spec translation and generation.Eric S. Raymond2009-09-011-49/+82
* Proof of concept for JSON parder generation.Eric S. Raymond2009-09-011-0/+89