]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - clos-transform.lisp
Don't kluge *asdf-verbose* on asdf3.
[cl-protobufs.git] / clos-transform.lisp
2013-01-03 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
2012-12-17 Alejandro R SedeñoMerge branches 'extend-logic' and 'type-aliases'
2012-12-17 Alejandro R Sedeñohonor type-aliases when looking up types
2012-12-17 Alejandro R SedeñoDon't use the expanded type if it's a protobuf enum
2012-12-12 Alejandro R SedeñoMerge branch 'type-expansion'
2012-12-10 Alejandro R Sedeñoexpand types in clos transformation when necessary
2012-11-07 Francois-Rene RideauImprove schema generation performance on large schemas
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-28 Scott McKayIt turns out that being able to get from method ->...
2012-06-20 Scott McKayGet the SBCL build working in the face of the newly...
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-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-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-08 Scott McKayImplement 'proto:clear' for Shaun Morris, since he...
2012-05-08 Scott McKayFix some corner initialization corner cases.
2012-05-04 Scott McKayTweak the Proto code generator so that we can attempt
2012-04-25 Scott McKayMake the CLOS->Proto conversion a bit smarter
2012-04-24 Scott McKayA few tweaks
2012-04-23 Scott McKayTweak the CLOS->Proto generation to work a bit more nicely
2012-04-18 Scott McKayDo all the model generation at macroexpansion time...
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-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-03-22 Scott McKaySlightly better handling of defaults
2012-03-21 Scott McKayFully implement class/type "override" so that 'proto...
2012-03-20 Scott McKayFix some things noticed by Igor:
2012-03-16 Scott McKayMake the CLOS -> Protobufs transformer do a better...
2012-03-15 Scott McKayBetter support for upgradability warnings
2012-03-13 Scott McKayIt's an error to assign field numbers between 19000...
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 McKayReorder a few things for readability.
2012-03-06 Scott McKayBreak Protobufs support out into its own module with Quux.