]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - utilities.lisp
Fix some things that break the SBCL build
[cl-protobufs.git] / utilities.lisp
2012-04-25 Scott McKayFix some things that break the SBCL build
2012-04-11 Scott McKayAdd a lighter weight version of 'list-of' just for...
2012-04-05 Scott McKayAdd some comments about how we might add Stubby
2012-04-03 Scott McKayMake it (almost) possible to compile/load Protobufs...
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-29 Scott McKayMore optimizations of (de)serialization at the wire...
2012-03-15 Scott McKayBetter support for upgradability warnings
2012-03-14 Scott McKaySupport floating point in the wire protocol
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.