projects/qitab/cl-protobufs.git
2013-04-02  Scott McKayFooey, some versions of ASDF don't export 'absolute... master
2013-04-01  Scott McKayMake it a bit easier to debug .proto files interactively
2013-03-20  Alejandro R... Merge branch 'import-by-symbol'
2013-03-20  Alejandro R... Test pure-lisp symbol-based import
2013-03-20  Alejandro R... Allow import by symbol to support pure-lisp protobuf...
2013-03-16  Alejandro R... Merge branch 'empty-message-serialization'
2013-03-16  Alejandro R... Add 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... asdf-support: source-file-explicit-type, not source...
2013-03-07  Alejandro R... Merge branches 'asdf-component-type-consistency' and...
2013-03-07  Alejandro R... model-classes: Don't look at *COMPILE-FILE-PATH* when...
2013-03-07  Alejandro R... asdf-support: note which proto file we're loading a...
2013-03-07  Alejandro R... asdf-support: simplify do-process-import internals
2013-03-07  Alejandro R... asdf-support: simplify do-process-import calling
2013-03-07  Alejandro R... asdf-support: hardcode "proto" in fewer places
2013-03-07  Alejandro R... qtest: Make sure we end on a fresh line after running...
2013-03-06  Alejandro R... Merge branch 'portability'
2013-03-06  Alejandro R... Merge branch 'type-expansion' into portability
2013-03-06  Alejandro R... Merge branch 'rework-schema-import-and-lookup'
2013-03-06  Alejandro R... Change how protobuf schemas and classes are recorded...
2013-03-06  Alejandro R... asdf-support: rework import again
2013-03-06  Alejandro R... asdf-support: more filename mangling
2013-03-06  Alejandro R... According to protoc, this file was bogus; now it works
2013-03-03  Alejandro R... utilities.lisp: This is how ABCL and XCL do type expansion
2013-03-03  Alejandro R... utilities.lisp: This is how ECL and MKCL do type expansion
2013-03-03  Alejandro R... Make (declare (values ...)) for rpc methods opt-in...
2013-03-03  Alejandro R... pull 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... asdf-support: decorate names of .lisp files generated...
2013-02-28  Alejandro R... asdf-support: search path should be based on proto...
2013-02-27  Alejandro R... Merge branch 'asdf3'
2013-02-27  Alejandro R... asdf-support: Use ASDF3 CHECK-LISP-COMPILE-RESULTS...
2013-02-27  Alejandro R... asdf-support: match asdf platform-specific compile...
2013-02-27  Alejandro R... asdf-support: support for ASDF3
2013-02-27  Alejandro R... Merge branch 'split-package-rpc'
2013-02-26  Alejandro R... Update documentation
2013-02-26  Alejandro R... Decorate service method stubs and intern them in a...
2013-02-21  Alejandro R... fixup: 6ac9510 add missing close-paren
2013-02-20  Alejandro R... parser.lisp: tweak method parsing
2013-02-15  Alejandro R... Don't assume 32-bits integers fit in a fixnum
2013-02-15  Alejandro R... Fix double creation for ccl when high bits are negative
2013-02-12  Alejandro R... printer.lisp: better preserve proto names
2013-02-12  Alejandro R... unit tests for case preservation
2013-02-11  Alejandro R... printer.lisp: consume more arguments when appropriate
2013-02-11  Alejandro R... printer.lisp: ~*~* -> ~2*
2013-02-11  Alejandro R... printer.lisp: don't export symbols not in our package
2013-01-07  Alejandro R... parser.lisp: set up fall-back package names
2013-01-04  Alejandro R... printer.lisp: Collect exports from messages defned...
2013-01-04  Alejandro R... printer.lisp: qualify generated UNLESS, just like the...
2013-01-04  Alejandro R... printer.lisp: drop trailing whitespace on generated...
2013-01-03  Alejandro R... Fix typo in comment
2013-01-03  Alejandro R... Don't export RUN-ALL-TESTS if we have test-tools, as...
2013-01-03  Alejandro R... generalize CCL fasl ignores
2013-01-03  Alejandro R... Generate integer encoders and decoders with thought...
2013-01-03  Alejandro R... integer 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... Tweak definition of ASSERT-EQUAL
2012-12-17  Alejandro R... Merge branches 'extend-logic' and 'type-aliases'
2012-12-17  Alejandro R... The parent of an extended message is the context in...
2012-12-17  Alejandro R... When extending, find extended message by type rather...
2012-12-17  Alejandro R... Test various extend scenario
2012-12-17  Alejandro R... honor type-aliases when looking up types
2012-12-17  Alejandro R... Add a test for type-aliases
2012-12-17  Alejandro R... Muffle style warnings when generating methods in optimi...
2012-12-17  Alejandro R... Fix PRINT-OBJECT method for protobuf-extension to actua...
2012-12-17  Alejandro R... gitignore fasls
2012-12-17  Alejandro R... Don't use the expanded type if it's a protobuf enum
2012-12-12  Alejandro R... Merge branch 'type-expansion'
2012-12-10  Alejandro R... expand types in clos transformation when necessary
2012-12-10  Alejandro R... Test 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... asdf-support: change perform for load-op to do all...
2012-12-06  Alejandro R... asdf-support: move input-files definitions to more...
2012-12-05  Alejandro R... Merge branch 'rework-asdf-import'
2012-12-05  Alejandro R... process new .proto-imports file when compiling and...
2012-12-05  Alejandro R... Fix bogus docstring
2012-12-05  Alejandro R... generate a list of imports for each .proto file
2012-12-05  Alejandro R... printer.lisp: Add missing space to docstring
2012-12-04  Alejandro R... Fix docstring and error-reporting in #'PARSE-PROTO...
2012-12-04  Francois-Rene... Add 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... ccl: reverse values from CCL::DOUBLE-FLOAT-BITS
2012-11-07  Alejandro R... Don't quote the test name
2012-11-07  Alejandro R... fix a typo
2012-11-07  Alejandro R... ccl: Use ccl's float internals
2012-11-07  Francois-Rene... Improve schema generation performance on large schemas
2012-10-11  François-René... Update 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
next