]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - clos-transform.lisp
D'oh, forgot to initialize nullable and sequence slots to nil
[cl-protobufs.git] / clos-transform.lisp
2012-04-02 Scott McKayMore cleaning up of the API: 'class' vs. 'type' vs. 'alias'
2012-04-02 Scott McKayStraighten out API: 'class' vs. 'type' vs. 'alias'
2012-03-22 Scott McKaySlightly better handling of defaults
2012-03-21 Scott McKayFully implement class/type "override" so that 'proto...
2012-03-20 Scott McKayFix some things noticed by Igor:
2012-03-16 Scott McKayMake the CLOS -> Protobufs transformer do a better...
2012-03-15 Scott McKayBetter support for upgradability warnings
2012-03-13 Scott McKayIt's an error to assign field numbers between 19000...
2012-03-12 Scott McKayImplement the .proto file parser.
2012-03-07 Scott McKayMake the defining macros leave more meta-data for Lisp...
2012-03-06 Scott McKayReorder a few things for readability.
2012-03-06 Scott McKayBreak Protobufs support out into its own module with Quux.