]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - model-classes.lisp
Now that Protobufs has a test suite, it found a few things to fix.
[cl-protobufs.git] / model-classes.lisp
2012-05-18 Scott McKayNow that Protobufs has a test suite, it found a few...
2012-05-16 Scott McKaySBCL spotted a type error that CCL missed
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-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-10 Scott McKayD'oh, I didn't check in 'defgeneric' in the previous...
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-25 Scott McKayGet 'import' working before this all goes prime-time
2012-04-24 Scott McKayA few improvements to upgradability checking and the...
2012-04-19 Scott McKayMake sure extended indexes are in range
2012-04-19 Scott McKayWow, deserializing extended messages is a bit trickier...
2012-04-18 Scott McKayFully implement 'extends'
2012-04-18 Scott McKayTweak the support for 'options' so that the generated...
2012-04-18 Scott McKayDo all the model generation at macroexpansion time...
2012-04-16 Scott McKayCheckpoint the implementation of 'define-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-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 McKayHaving straightened out aliases, we can now speed up...
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-01 Scott McKaySome cleanups to enable some more cleanups :-)
2012-03-30 Alejandro Sedeñofix bugs introduced in last commit
2012-03-30 Scott McKayFix problems found while debugging 'read-air-reservatio...
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-15 Scott McKayExtend the 'define-proto' macrology so it can be used to
2012-03-15 Scott McKayTweak the syntax of RPCs within services a bit.
2012-03-15 Scott McKayBetter support for upgradability warnings
2012-03-14 Scott McKayFix a minor bug in service/rpc declarations.
2012-03-13 Scott McKayIt's an error to assign field numbers between 19000...
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-09 Scott McKaySupport extensions
2012-03-08 Scott McKayModel options as first-class object, this so we can get the
2012-03-07 Scott McKayMake the Lisp schema printer do a much better job
2012-03-07 Scott McKayMake the defining macros leave more meta-data for Lisp...
2012-03-06 Scott McKayImplement Protobufs text format, for simpler debugging
2012-03-06 Scott McKayReorder a few things for readability.
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.