]> asedeno.scripts.mit.edu Git - cl-protobufs.git/shortlog
cl-protobufs.git
2013-05-29 Alejandro R Sedeñowire-format: BABEL:STRING-TO-OCTETS gives us a SIMPLE-ARRAY
2013-05-29 Alejandro R Sedeñowire-format: An ENCODE-INT that doesn't cons
2013-05-29 Alejandro R Sedeñowire-format: A more efficient VARINT-LENGTH
2013-05-29 Alejandro R Sedeñowire-format: Drop unnecessary clamping for callers...
2013-05-29 Alejandro R Sedeñowire-format: Generated ENCODE-UINT methods now clamp...
2013-05-29 Alejandro R Sedeñowire-format: Eliminate LENGTH32, LENGTH64, DECODE-INT32...
2013-05-29 Alejandro R Sedeñowire-format: Start using ENCODE-INT and DECODE-INT
2013-05-29 Alejandro R Sedeñowire-format: Introduce ENCODE-INT and DECODE-INT
2013-05-29 Alejandro R Sedeñowire-format: Replace LENGTH32 and LENGTH64 with VARINT...
2013-05-29 Alejandro R Sedeñowire-format: Introduce VARINT-LENGTH to replace LENGTH3...
2013-05-29 Alejandro R Sedeñotests: Fix tests for serialization of negative :int32...
2013-05-27 Alejandro R Sedeñodefine-proto: Fix a bug in the brach I just merged
2013-05-27 Alejandro R SedeñoMerge branch 'refactor-define-proto'
2013-04-17 Alejandro R Sedeñodefine-proto: refactor DEFINE-EXTEND
2013-04-17 Alejandro R Sedeñodefine-proto: factor common code out of DEFINE-MESSAGE...
2013-04-16 Alejandro R Sedeñodefine-proto: update docstrings to add WRITER keyword arg
2013-04-06 Scott McKaySignal 'serialization-error' if there are any hard...
2013-04-02 Scott McKayFooey, some versions of ASDF don't export 'absolute...
2013-04-01 Scott McKayMake it a bit easier to debug .proto files interactively
2013-03-20 Alejandro R SedeñoMerge branch 'import-by-symbol'
2013-03-20 Alejandro R SedeñoTest pure-lisp symbol-based import
2013-03-20 Alejandro R SedeñoAllow import by symbol to support pure-lisp protobuf...
2013-03-16 Alejandro R SedeñoMerge branch 'empty-message-serialization'
2013-03-16 Alejandro R SedeñoAdd size caching to object-size methods generated for...
2013-03-16 Steven SpitzAdd tests for serializing emtpy messages in various...
2013-03-08 Alejandro R Sedeñoasdf-support: source-file-explicit-type, not source...
2013-03-07 Alejandro R SedeñoMerge branches 'asdf-component-type-consistency' and...
2013-03-07 Alejandro R Sedeñomodel-classes: Don't look at *COMPILE-FILE-PATH* when...
2013-03-07 Alejandro R Sedeñoasdf-support: note which proto file we're loading a...
2013-03-07 Alejandro R Sedeñoasdf-support: simplify do-process-import internals
2013-03-07 Alejandro R Sedeñoasdf-support: simplify do-process-import calling
2013-03-07 Alejandro R Sedeñoasdf-support: hardcode "proto" in fewer places
2013-03-07 Alejandro R Sedeñoqtest: Make sure we end on a fresh line after running tests
2013-03-06 Alejandro R SedeñoMerge branch 'portability'
2013-03-06 Alejandro R SedeñoMerge branch 'type-expansion' into portability
2013-03-06 Alejandro R SedeñoMerge branch 'rework-schema-import-and-lookup'
2013-03-06 Alejandro R SedeñoChange how protobuf schemas and classes are recorded...
2013-03-06 Alejandro R Sedeñoasdf-support: rework import again
2013-03-06 Alejandro R Sedeñoasdf-support: more filename mangling
2013-03-06 Alejandro R SedeñoAccording to protoc, this file was bogus; now it works
2013-03-03 Alejandro R Sedeñoutilities.lisp: This is how ABCL and XCL do type expansion
2013-03-03 Alejandro R Sedeñoutilities.lisp: This is how ECL and MKCL do type expansion
2013-03-03 Alejandro R SedeñoMake (declare (values ...)) for rpc methods opt-in...
2013-03-03 Alejandro R Sedeñopull in trivial-garbage for TG:MAKE-WEAK-HASH-TABLE
2013-03-03 Scott McKayIn the spirit of making CL-Protobufs represent exemplar...
2013-03-01 Scott McKayDammit, forgot to save this file
2013-03-01 Scott McKayAdd utilities 'make-option' and 'add-option' to make...
2013-02-28 Scott McKayUpdate copyright notices
2013-02-28 Scott McKayImplement in-object size caching, compile-time conditio...
2013-02-28 Scott McKayA few whitespace changes
2013-02-28 Alejandro R Sedeñoasdf-support: decorate names of .lisp files generated...
2013-02-28 Alejandro R Sedeñoasdf-support: search path should be based on proto...
2013-02-27 Alejandro R SedeñoMerge branch 'asdf3'
2013-02-27 Alejandro R Sedeñoasdf-support: Use ASDF3 CHECK-LISP-COMPILE-RESULTS...
2013-02-27 Alejandro R Sedeñoasdf-support: match asdf platform-specific compile options
2013-02-27 Alejandro R Sedeñoasdf-support: support for ASDF3
2013-02-27 Alejandro R SedeñoMerge branch 'split-package-rpc'
2013-02-26 Alejandro R SedeñoUpdate documentation
2013-02-26 Alejandro R SedeñoDecorate service method stubs and intern them in a...
2013-02-21 Alejandro R Sedeñofixup: 6ac9510 add missing close-paren
2013-02-20 Alejandro R Sedeñoparser.lisp: tweak method parsing
2013-02-15 Alejandro R SedeñoDon't assume 32-bits integers fit in a fixnum
2013-02-15 Alejandro R SedeñoFix double creation for ccl when high bits are negative
2013-02-12 Alejandro R Sedeñoprinter.lisp: better preserve proto names
2013-02-12 Alejandro R Sedeñounit tests for case preservation
2013-02-11 Alejandro R Sedeñoprinter.lisp: consume more arguments when appropriate
2013-02-11 Alejandro R Sedeñoprinter.lisp: ~*~* -> ~2*
2013-02-11 Alejandro R Sedeñoprinter.lisp: don't export symbols not in our package
2013-01-07 Alejandro R Sedeñoparser.lisp: set up fall-back package names
2013-01-04 Alejandro R Sedeñoprinter.lisp: Collect exports from messages defned...
2013-01-04 Alejandro R Sedeñoprinter.lisp: qualify generated UNLESS, just like the...
2013-01-04 Alejandro R Sedeñoprinter.lisp: drop trailing whitespace on generated...
2013-01-03 Alejandro R SedeñoFix typo in comment
2013-01-03 Alejandro R SedeñoDon't export RUN-ALL-TESTS if we have test-tools, as...
2013-01-03 Alejandro R Sedeñogeneralize CCL fasl ignores
2013-01-03 Alejandro R SedeñoGenerate integer encoders and decoders with thought...
2013-01-03 Alejandro R Sedeñointeger encoding/decoding tests
2013-01-03 Scott McKayAdd a few more fasl types
2013-01-03 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
2013-01-03 Scott McKayFix some printers, etc
2013-01-02 Paul Weissdefine-proto: collect DEFTYPE forms before other forms
2012-12-17 Alejandro R SedeñoTweak definition of ASSERT-EQUAL
2012-12-17 Alejandro R SedeñoMerge branches 'extend-logic' and 'type-aliases'
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'
next