]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - utilities.lisp
Still better support for qualified names:
[cl-protobufs.git] / utilities.lisp
2012-06-18 Scott McKayStill better support for qualified names:
2012-06-13 Scott McKayMove Protobufs to lisp/libs/cl-protobufs as a standalon...
2012-06-11 François-René RideauChanged license to MIT-style for publication as part...
2012-06-11 Scott McKayWhile implementing the Fortuneteller stubby server...
2012-06-01 Scott McKayFrigging SBCL
2012-06-01 Scott McKayMake it a bit easier to debug (de)serialization
2012-05-25 Scott McKayGet some stuff working better for Stubby purposes.
2012-05-23 Scott McKayAdd 'vector-of' type, at Shaun Morris's request. This...
2012-05-22 Scott McKayAdd more stuff to the test suite, and fix what it uncov...
2012-05-16 Scott McKayTie up a few loose ends with 'unittests.proto'; there...
2012-05-15 Scott McKayAdd some support for testing: 'protobufs-equal'
2012-05-14 Scott McKayA few more model fixes to fully support google/protobuf...
2012-05-13 Scott McKayGet google/protobuf/unittest.proto working, insofar...
2012-05-11 Scott McKayNow that I've started importing the Google tests for...
2012-05-09 Scott McKayAdd a few more Python-like API functions for extension...
2012-05-08 Scott McKayFix some corner initialization corner cases.
2012-05-04 Scott McKayWell, it turns out that the Protobufs 'group' feature,
2012-04-26 Scott McKayWhops 'proto:define-enum' should start enum indexes at 0.
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.