]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - text-format.lisp
asdf-support: simplify do-process-import calling
[cl-protobufs.git] / text-format.lisp
2013-01-03 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
2012-12-09 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
2012-12-09 Scott McKayDon't send default values when serializing
2012-11-27 Ben Wagnerfix cross-package and forward references in cl-protobufs
2012-09-18 Scott McKaySpeed up unoptimized serialization
2012-09-07 Scott McKayAdd a few missing features that aren't in any documenta...
2012-08-31 Scott McKayAdd type aliases to CL-Protobufs
2012-06-11 François-René RideauChanged license to MIT-style for publication as part...
2012-05-22 Scott McKayAdd more stuff to the test suite, and fix what it uncov...
2012-05-10 Scott McKayFix some problems reported by Shaun Morris:
2012-05-08 Scott McKayImplement 'proto:clear' for Shaun Morris, since he...
2012-05-08 Scott McKayFix some corner initialization corner cases.
2012-04-26 Scott McKayWhoops, didn't convert 'bool' fields to t/nil
2012-04-24 Scott McKayA few improvements to upgradability checking and the...
2012-04-20 Scott McKayA few minor tweaks to text-format (de)serialization...
2012-04-11 Scott McKayNow that we're using a lighter version of 'list-of...
2012-04-11 Scott McKayIt's gonna be a heck of a lot easier debugging CL-Stubb...
2012-04-10 Scott McKayFix doc string typos
2012-04-05 Scott McKayA few things for Bill Woods:
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-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-15 Scott McKayTweak the syntax of RPCs within services a bit.
2012-03-09 Scott McKaySupport extensions
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