]> asedeno.scripts.mit.edu Git - cl-protobufs.git/shortlog
cl-protobufs.git
2012-06-01 Scott McKayFrigging SBCL
2012-06-01 Scott McKayMake it a bit easier to debug (de)serialization
2012-05-30 Scott McKayMore support for Stubby and use in Google3 in general:
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-22 Scott McKayCheckpoint the Protobufs tests
2012-05-21 Fatema KapoorFix the broken qres build.
2012-05-18 Scott McKayUpdate the documentation a bit more
2012-05-18 Scott McKayNow that Protobufs has a test suite, it found a few...
2012-05-18 Scott McKayCheckpoint Protobufs tests, not run yet by default
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-15 Scott McKayAdd some support for testing: 'protobufs-equal'
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 McKayFix some problems reported by Shaun Morris:
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-09 Scott McKayTweak the .proto parser a bit to handle some cases...
2012-05-08 Scott McKayImplement 'proto:clear' for Shaun Morris, since he...
2012-05-08 Scott McKayYikes, the optimizer for 'deserialize-packed' had a...
2012-05-08 Scott McKayFix some corner initialization corner cases.
2012-05-07 Scott McKayImprove the documentation
2012-05-07 Scott McKayDarn, forgot to save a buffer. Sorry for the build errors.
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-04 Scott McKayTweak the Proto code generator so that we can attempt
2012-05-02 Scott McKayTighten up the tights in the optimized (de)serializatio...
2012-05-02 Scott McKaySpeed up string (de)serialization a bit
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-26 Scott McKayWhoops, didn't convert 'bool' fields to t/nil
2012-04-25 Scott McKayMake the CLOS->Proto conversion a bit smarter
2012-04-25 Scott McKayOne more thing that breaks SBCL
2012-04-25 Scott McKayFix some things that break the SBCL build
2012-04-25 Scott McKayMerge $SVN/branches/qres/swm/borgify-1/qres back into...
2012-04-25 Scott McKayGet 'import' working before this all goes prime-time
2012-04-24 Scott McKayA few tweaks
2012-04-24 Scott McKayFix a spelling error
2012-04-24 Scott McKayA few improvements to upgradability checking and the...
2012-04-23 Scott McKayDon't generate compiler warnings for optimized serializ...
2012-04-23 Scott McKayTweak the CLOS->Proto generation to work a bit more nicely
2012-04-20 Scott McKayImprove the CL-Protobufs documentation
2012-04-20 Scott McKayA few minor tweaks to text-format (de)serialization...
2012-04-19 Scott McKayMake sure extended indexes are in range
2012-04-19 Scott McKay(de)serialization (from)to files
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 McKayTweak the support for 'options' so that the generated...
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-13 Scott McKayImprove the documentation a bit
2012-04-13 Scott McKayFix a fencepost typo
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 McKayUpdate the documentation
2012-04-11 Scott McKayNow that we're using a lighter version of 'list-of...
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-10 Scott McKayAdd some user documentation
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-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 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-03 Scott McKayMake it (almost) possible to compile/load Protobufs...
2012-04-02 Scott McKayD'oh, forgot to initialize nullable and sequence slots...
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-02 Scott McKay'serialize-object' and 'object-size' should take a...
2012-04-01 Scott McKaySome cleanups to enable some more cleanups :-)
2012-03-31 Scott McKayMisplaced 'when' prevented serialization of PNRs from...
2012-03-30 Alejandro Sedeñotweak proto-pkgdcl.lisp to fix bogus exports unit test
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-29 Scott McKayType-checking was killing us while deserializing length...
2012-03-29 Scott McKayCommit changes merged from trunk
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-23 Scott McKayGet 3x performance improvement out of (de)serialization...
2012-03-22 Scott McKayNFC -- indentation
2012-03-22 Scott McKaySlightly better handling of defaults
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:
next