]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - define-proto.lisp
Don't kluge *asdf-verbose* on asdf3.
[cl-protobufs.git] / define-proto.lisp
2014-06-11 Alejandro R SedeñoMerge branch 'full-tests-missing-paren'
2014-05-12 Alejandro R SedeñoMerge branch 'extentions-no-required-fields'
2013-07-15 Scott McKayRudimentary support for 'allow_alias' in enums
2013-06-10 Scott McKayMerge branch 'master' of ssh://common-lisp.net/var...
2013-05-27 Alejandro R Sedeñodefine-proto: Fix a bug in the brach I just merged
2013-05-27 Alejandro R SedeñoMerge branch 'refactor-define-proto'
2013-04-17 Alejandro R Sedeñodefine-proto: refactor DEFINE-EXTEND
2013-04-17 Alejandro R Sedeñodefine-proto: factor common code out of DEFINE-MESSAGE...
2013-04-16 Alejandro R Sedeñodefine-proto: update docstrings to add WRITER keyword arg
2013-03-06 Alejandro R SedeñoMerge branch 'portability'
2013-03-06 Alejandro R SedeñoMerge branch 'type-expansion' into portability
2013-03-03 Alejandro R SedeñoMake (declare (values ...)) for rpc methods opt-in...
2013-03-03 Alejandro R Sedeñopull in trivial-garbage for TG:MAKE-WEAK-HASH-TABLE
2013-03-03 Scott McKayIn the spirit of making CL-Protobufs represent exemplar...
2013-03-01 Scott McKayAdd utilities 'make-option' and 'add-option' to make...
2013-02-28 Scott McKayImplement in-object size caching, compile-time conditio...
2013-02-27 Alejandro R SedeñoMerge branch 'asdf3'
2013-02-27 Alejandro R SedeñoMerge branch 'split-package-rpc'
2013-02-26 Alejandro R SedeñoDecorate service method stubs and intern them in a...
2013-01-03 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
2013-01-02 Paul Weissdefine-proto: collect DEFTYPE forms before other forms
2012-12-17 Alejandro R SedeñoMerge branches 'extend-logic' and 'type-aliases'
2012-12-17 Alejandro R SedeñoThe parent of an extended message is the context in...
2012-12-17 Alejandro R SedeñoWhen extending, find extended message by type rather...
2012-12-17 Alejandro R Sedeñohonor type-aliases when looking up types
2012-11-07 Francois-Rene RideauImprove schema generation performance on large schemas
2012-09-14 Sergey VasilyevTsunami framework + use tsunami in customer profiles
2012-09-10 Scott McKayAdd a more readable syntax for enum and field indices
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-08-27 Scott McKayLose the 'response' argument from the RPC stubs, it...
2012-08-27 Scott McKayRound 2 of making meta-dot find the .proto definition
2012-08-24 Scott McKayAdd (most of the) support for meta-dot
2012-07-03 Scott McKayA few cleanups for CL-Stubby; passes 'precheckin'
2012-06-28 Scott McKayIt turns out that being able to get from method ->...
2012-06-27 Scott McKayMake the schema printer aware of qualified names.
2012-06-26 Scott McKayBeef up the generated client-side stub so that calls...
2012-06-20 Scott McKayRandom things discovered while working on Stubby support...
2012-06-18 Scott McKayStill better support for qualified names:
2012-06-14 Scott McKayBeef up ASDF support and 'process-imports' to be rock...
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-05 Scott McKaySBCL kindly offered suggestions for improvement:
2012-05-25 Scott McKayGet some stuff working better for Stubby purposes.
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-22 Scott McKayAdd more stuff to the test suite, and fix what it uncov...
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-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-10 Scott McKayD'oh, I didn't check in 'defgeneric' in the previous...
2012-05-09 Scott McKayAdd a few more Python-like API functions for extension...
2012-05-08 Scott McKayImplement 'proto:clear' for Shaun Morris, since he...
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-04-30 Scott McKayFix a few places where the Lisp macros didn't generate...
2012-04-30 Scott McKayTurn on code that enables code generation for ':optimiz...
2012-04-26 Scott McKayWhops 'proto:define-enum' should start enum indexes at 0.
2012-04-25 Scott McKayMake the CLOS->Proto conversion a bit smarter
2012-04-25 Scott McKayGet 'import' working before this all goes prime-time
2012-04-19 Scott McKayMake sure extended indexes are in range
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-18 Scott McKayDo all the model generation at macroexpansion time...
2012-04-18 Scott McKayMake 'proto:define-xxx' do more work at compile-time...
2012-04-16 Scott McKayCheckpoint the implementation of 'define-extends'
2012-04-13 Scott McKayGet 'define-extensions' right so that I can get 'extend...
2012-04-12 Scott McKayUse Stubby terminology in the implementation: 'RPC...
2012-04-12 Scott McKayBetter support Lisp packages; start implementing extensions
2012-04-10 Scott McKayFix doc string typos
2012-04-09 Scott McKayFix up typos in doc strings
2012-04-05 Scott McKayAdd some comments about how we might add Stubby
2012-04-04 Scott McKayGet readers, accessors, initforms, etc right
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-02 Scott McKayD'oh, forgot to initialize nullable and sequence slots...
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 Scott McKayFix problems found while debugging 'read-air-reservatio...
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 McKayFix a problem in which 'define-message' could define...
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 McKayTweak a few things for the XML->Protobufs work
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-14 Scott McKayAdd ASDF support for .proto modules.
2012-03-13 Scott McKayIt's an error to assign field numbers between 19000...
2012-03-13 Scott McKayUniform handling of options and documentation
2012-03-12 Scott McKayImplement the .proto file parser.
next