]> asedeno.scripts.mit.edu Git - cl-protobufs.git/shortlog
cl-protobufs.git
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ñoTest various extend scenario
2012-12-17 Alejandro R Sedeñohonor type-aliases when looking up types
2012-12-17 Alejandro R SedeñoAdd a test for type-aliases
2012-12-17 Alejandro R SedeñoMuffle style warnings when generating methods in optimi...
2012-12-17 Alejandro R SedeñoFix PRINT-OBJECT method for protobuf-extension to actua...
2012-12-17 Alejandro R Sedeñogitignore fasls
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-12-10 Alejandro R SedeñoTest serialization of a user DEFTYPE
2012-12-09 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
2012-12-09 Scott McKayDon't send default values when serializing
2012-12-06 Alejandro R Sedeñoasdf-support: change perform for load-op to do all...
2012-12-06 Alejandro R Sedeñoasdf-support: move input-files definitions to more...
2012-12-05 Alejandro R SedeñoMerge branch 'rework-asdf-import'
2012-12-05 Alejandro R Sedeñoprocess new .proto-imports file when compiling and...
2012-12-05 Alejandro R SedeñoFix bogus docstring
2012-12-05 Alejandro R Sedeñogenerate a list of imports for each .proto file
2012-12-05 Alejandro R Sedeñoprinter.lisp: Add missing space to docstring
2012-12-04 Alejandro R SedeñoFix docstring and error-reporting in #'PARSE-PROTO-IMPORT
2012-12-04 Francois-Rene RideauAdd a proper input-files method for proto-to-lisp,
2012-11-27 Ben Wagnerfix cross-package and forward references in cl-protobufs
2012-11-26 Shaun MorrisGet rid of the warning that vval isn't used in generate...
2012-11-15 Alejandro R Sedeñoccl: reverse values from CCL::DOUBLE-FLOAT-BITS
2012-11-07 Alejandro R SedeñoDon't quote the test name
2012-11-07 Alejandro R Sedeñofix a typo
2012-11-07 Alejandro R Sedeñoccl: Use ccl's float internals
2012-11-07 Francois-Rene RideauImprove schema generation performance on large schemas
2012-10-11 François-René RideauUpdate a few basic Lisp libraries.
2012-09-19 Scott McKayTweak a few comments
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...
next