]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - wire-format.lisp
Tweak the Proto code generator so that we can attempt
[cl-protobufs.git] / wire-format.lisp
2012-05-04 Scott McKayTweak the Proto code generator so that we can attempt
2012-05-02 Scott McKayTighten up the tights in the optimized (de)serializatio...
2012-05-02 Scott McKaySpeed up string (de)serialization a bit
2012-04-25 Scott McKayFix some things that break the SBCL build
2012-04-23 Scott McKayDon't generate compiler warnings for optimized serializ...
2012-04-19 Scott McKayWow, deserializing extended messages is a bit trickier...
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 McKayCommit changes merged from trunk
2012-03-29 Scott McKayMore optimizations of (de)serialization at the wire...
2012-03-27 Scott McKayTweak serialization performance a bit more; add optimiz...
2012-03-26 Scott McKayAdd optimizations for (de)serialization
2012-03-16 Scott McKayNeed to encode/decode both signed and unsigned fixed...
2012-03-15 Scott McKayAfter confirming my suspicions with Robert Brown,
2012-03-15 Scott McKayBetter support for upgradability warnings
2012-03-14 Scott McKaySupport floating point in the wire protocol
2012-03-13 Scott McKayUniform handling of options and documentation
2012-03-07 Scott McKayMake the defining macros leave more meta-data for Lisp...
2012-03-06 Scott McKayBreak Protobufs support out into its own module with Quux.