]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - parser.lisp
Make sure extended indexes are in range
[cl-protobufs.git] / parser.lisp
2012-04-19 Scott McKayMake sure extended indexes are in range
2012-04-19 Scott McKayIt's 'extend', not 'extends'
2012-04-18 Scott McKayFully implement 'extends'
2012-04-18 Scott McKayTweak the support for 'options' so that the generated...
2012-04-18 Scott McKayDo all the model generation at macroexpansion time...
2012-04-13 Scott McKayGet 'define-extensions' right so that I can get 'extend...
2012-04-13 Scott McKayFix a fencepost typo
2012-04-12 Scott McKayUse Stubby terminology in the implementation: 'RPC...
2012-04-12 Scott McKayBetter support Lisp packages; start implementing extensions
2012-04-11 Scott McKayIt's gonna be a heck of a lot easier debugging CL-Stubb...
2012-04-04 Scott McKaySimplify the serialization API and make it faster, too
2012-04-03 Scott McKayMake it (almost) possible to compile/load Protobufs...
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-04-01 Scott McKaySome cleanups to enable some more cleanups :-)
2012-03-26 Scott McKayAdd optimizations for (de)serialization
2012-03-20 Scott McKayFix some things noticed by Igor:
2012-03-13 Scott McKayIt's an error to assign field numbers between 19000...
2012-03-13 Scott McKayUniform handling of options and documentation
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 McKaySupport syntax, options and imports
2012-03-06 Scott McKayBreak Protobufs support out into its own module with Quux.