]> asedeno.scripts.mit.edu Git - cl-protobufs.git/shortlog
cl-protobufs.git
2012-09-19 Scott McKayThe 'protobufs' package should use no other package...
2012-09-19 Scott McKayAdd a performance test to the Protobufs test directory
2012-09-19 Scott McKayAdd a performance test to the Protobufs test directory
2012-09-18 Scott McKaySpeed up unoptimized serialization
2012-09-17 Scott McKayIn case anybody wants to pick off a task...
2012-09-14 Sergey VasilyevTsunami framework + use tsunami in customer profiles
2012-09-12 Scott McKayForgot the updated documentation
2012-09-12 Scott McKayFix some user-reported bugs
2012-09-10 Scott McKayAdd a more readable syntax for enum and field indices
2012-09-07 Scott McKayAdd a few missing features that aren't in any documenta...
2012-09-04 Scott McKayAdd stub support for streaming RPC APIs.
2012-08-31 Scott McKayAdd type aliases to CL-Protobufs
2012-08-29 Scott McKayLeft this out of yesterday's commit
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 McKayUpdate the documentation
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-26 François-René RideauFix further package-related svn merge breakage from 551126.
2012-06-26 François-René RideauFix build broken by my previous commit 551126
2012-06-26 François-René RideauSome pathname simplifications in asdf support for cl...
2012-06-26 Scott McKayDo a better job recording where a Protobuf schema came from
2012-06-20 Scott McKayGet the SBCL build working in the face of the newly...
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 McKayWhoops, committed an accidental change
2012-06-14 Scott McKayBeef up ASDF support and 'process-imports' to be rock...
2012-06-13 Scott McKaySimplify one interface a tiny bit
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 François-René Rideaucl-protobufs: refactor some pathname munging functions...
2012-06-11 Scott McKayWhile implementing the Fortuneteller stubby server...
2012-06-05 Scott McKaySBCL kindly offered suggestions for improvement:
2012-06-04 Scott McKayRename these files to avoid name clashes
2012-06-04 Scott McKayA few tweaks
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
next