]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - define-proto.lisp
Fix a minor bug in service/rpc declarations.
[cl-protobufs.git] / define-proto.lisp
2012-03-14 Scott McKayFix a minor bug in service/rpc declarations.
2012-03-14 Scott McKayAdd ASDF support for .proto modules.
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-09 Scott McKaySimplify some things to make development using Protobuf...
2012-03-09 Scott McKaySupport extensions
2012-03-08 Scott McKayModel options as first-class object, this so we can get the
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 McKayAdd :conc-name so we can generate better Lisp code.
2012-03-06 Scott McKaySupport syntax, options and imports
2012-03-06 Scott McKayBreak Protobufs support out into its own module with Quux.