]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - pkgdcl.lisp
Don't kluge *asdf-verbose* on asdf3.
[cl-protobufs.git] / pkgdcl.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-06-10 Scott McKayMerge branch 'master' of ssh://common-lisp.net/var...
2013-06-03 Alejandro R SedeñoMerge branch 'int32-serialization'
2013-05-29 Alejandro R Sedeñowire-format: Eliminate LENGTH32, LENGTH64, DECODE-INT32...
2013-05-29 Alejandro R Sedeñowire-format: Introduce ENCODE-INT and DECODE-INT
2013-05-29 Alejandro R Sedeñowire-format: Introduce VARINT-LENGTH to replace LENGTH3...
2013-05-27 Alejandro R SedeñoMerge branch 'refactor-define-proto'
2013-04-06 Scott McKaySignal 'serialization-error' if there are any hard...
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...
2012-12-09 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
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-11-27 Ben Wagnerfix cross-package and forward references in cl-protobufs
2012-09-19 Scott McKayThe 'protobufs' package should use no other package...
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-24 Scott McKayAdd (most of the) support for meta-dot
2012-06-28 Scott McKayIt turns out that being able to get from method ->...
2012-06-26 Scott McKayBeef up the generated client-side stub so that calls...
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-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 Scott McKayWhile implementing the Fortuneteller stubby server...
2012-06-05 Scott McKaySBCL kindly offered suggestions for improvement:
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-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-21 Fatema KapoorFix the broken qres build.
2012-05-18 Scott McKayNow that Protobufs has a test suite, it found a few...