]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - wire-format.lisp
integer encoding/decoding tests
[cl-protobufs.git] / wire-format.lisp
2012-11-07 Alejandro R Sedeñofix a typo
2012-09-18 Scott McKaySpeed up unoptimized serialization
2012-06-11 François-René RideauChanged license to MIT-style for publication as part...
2012-06-05 Scott McKaySBCL kindly offered suggestions for improvement:
2012-06-01 Scott McKayFrigging SBCL
2012-06-01 Scott McKayMake it a bit easier to debug (de)serialization
2012-05-25 Scott McKayFix a few more things discovered by the tests:
2012-05-23 Scott McKayAdd 'vector-of' type, at Shaun Morris's request. This...
2012-05-18 Scott McKayNow that Protobufs has a test suite, it found a few...
2012-05-16 Scott McKayAt Sergey's request, make some of the names better:
2012-05-16 Scott McKayTie up a few loose ends with 'unittests.proto'; there...
2012-05-11 Scott McKayNow that I've started importing the Google tests for...
2012-05-10 Scott McKayFix some problems reported by Shaun Morris:
2012-05-09 Scott McKayAdd a few more Python-like API functions for extension...
2012-05-08 Scott McKayYikes, the optimizer for 'deserialize-packed' had a...
2012-05-07 Scott McKayDarn, forgot to save a buffer. Sorry for the build errors.
2012-05-07 Scott McKayImplement (de)serialization for the Protobufs 'group...
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.