]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - utilities.lisp
Don't kluge *asdf-verbose* on asdf3.
[cl-protobufs.git] / utilities.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-13 Scott McKayAdd a to-do comment (low pri) and a bit of missing...
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ñoutilities: Introduce ILOGBITP, a LOGBITP for FIXNUMS
2013-03-06 Alejandro R SedeñoMerge branch 'portability'
2013-03-06 Alejandro R SedeñoMerge branch 'type-expansion' into portability
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 Scott McKayIn the spirit of making CL-Protobufs represent exemplar...
2013-02-28 Scott McKayA few whitespace changes
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-01-03 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
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-09 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
2012-12-09 Scott McKayDon't send default values when serializing
2012-11-15 Alejandro R Sedeñoccl: reverse values from CCL::DOUBLE-FLOAT-BITS
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-09-18 Scott McKaySpeed up unoptimized serialization
2012-06-18 Scott McKayStill better support for qualified names:
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-01 Scott McKayFrigging SBCL
2012-06-01 Scott McKayMake it a bit easier to debug (de)serialization
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-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-09 Scott McKayAdd a few more Python-like API functions for extension...
2012-05-08 Scott McKayFix some corner initialization corner cases.
2012-05-04 Scott McKayWell, it turns out that the Protobufs 'group' feature,
2012-04-26 Scott McKayWhops 'proto:define-enum' should start enum indexes at 0.
2012-04-25 Scott McKayFix some things that break the SBCL build
2012-04-11 Scott McKayAdd a lighter weight version of 'list-of' just for...
2012-04-05 Scott McKayAdd some comments about how we might add Stubby
2012-04-03 Scott McKayMake it (almost) possible to compile/load Protobufs...
2012-04-02 Scott McKayStraighten out API: 'class' vs. 'type' vs. 'alias'
2012-04-01 Scott McKaySome cleanups to enable some more cleanups :-)
2012-03-29 Scott McKayMore optimizations of (de)serialization at the wire...
2012-03-15 Scott McKayBetter support for upgradability warnings
2012-03-14 Scott McKaySupport floating point in the wire protocol
2012-03-12 Scott McKayImplement the .proto file parser.
2012-03-07 Scott McKayMake the defining macros leave more meta-data for Lisp...
2012-03-06 Scott McKaySupport syntax, options and imports
2012-03-06 Scott McKayBreak Protobufs support out into its own module with Quux.