]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - examples.lisp
Don't kluge *asdf-verbose* on asdf3.
[cl-protobufs.git] / examples.lisp
2012-09-04 Scott McKayAdd stub support for streaming RPC APIs.
2012-08-31 Scott McKayAdd type aliases to CL-Protobufs
2012-08-28 Scott McKayEnums and enum values need to have proper qualified...
2012-06-20 Scott McKayRandom things discovered while working on Stubby support...
2012-06-13 Scott McKaySimplify one interface a tiny bit
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-05-25 Scott McKayFix a few more things discovered by the tests:
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-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-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 McKayFix some corner initialization corner cases.
2012-05-07 Scott McKayImplement (de)serialization for the Protobufs 'group...
2012-05-04 Scott McKayWell, it turns out that the Protobufs 'group' feature,
2012-05-02 Scott McKayTighten up the tights in the optimized (de)serializatio...
2012-04-30 Scott McKayTurn on code that enables code generation for ':optimiz...
2012-04-24 Scott McKayA few tweaks
2012-04-23 Scott McKayTweak the CLOS->Proto generation to work a bit more nicely
2012-04-20 Scott McKayA few minor tweaks to text-format (de)serialization...
2012-04-19 Scott McKayIt's 'extend', not 'extends'
2012-04-19 Scott McKayWow, deserializing extended messages is a bit trickier...
2012-04-18 Scott McKayFully implement 'extends'
2012-04-12 Scott McKayUse Stubby terminology in the implementation: 'RPC...
2012-04-12 Scott McKayBetter support Lisp packages; start implementing extensions
2012-04-11 Scott McKayAdd a lighter weight version of 'list-of' just for...
2012-04-11 Scott McKayIt's gonna be a heck of a lot easier debugging CL-Stubb...
2012-04-05 Scott McKayCommit merges with trunk
2012-04-05 Scott McKayA few things for Bill Woods:
2012-04-04 Scott McKayAdd an example that can serialize Lisp lists
2012-04-04 Scott McKayFix a bug in the text-format serializer
2012-04-04 Scott McKaySimplify the serialization API and make it faster, too
2012-04-03 Scott McKayExport a simpler, Python-like API (requested by Sean...
2012-04-03 Scott McKayMake it (almost) possible to compile/load Protobufs...
2012-04-02 Scott McKayMore cleaning up of the API: 'class' vs. 'type' vs. 'alias'
2012-04-02 Scott McKayStraighten out API: 'class' vs. 'type' vs. 'alias'
2012-04-02 Scott McKay'serialize-object' and 'object-size' should take a...
2012-04-01 Scott McKaySome cleanups to enable some more cleanups :-)
2012-03-29 Scott McKayType-checking was killing us while deserializing length...
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-21 Scott McKayFully implement class/type "override" so that 'proto...
2012-03-20 Scott McKayFix some things noticed by Igor:
2012-03-19 Scott McKayRemove one of the examples now that I'm making it work
2012-03-19 Scott McKayTweak a few things for the XML->Protobufs work
2012-03-16 Scott McKayMake the CLOS -> Protobufs transformer do a better...
2012-03-15 Scott McKayTweak the syntax of RPCs within services a bit.
2012-03-14 Scott McKaySupport floating point in the wire protocol
2012-03-13 Scott McKayFix a bug in the options printers.
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-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 McKayMake the textual printer handle empty fields and nested...
2012-03-06 Scott McKayImplement Protobufs text format, for simpler debugging
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.