]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - serialize.lisp
Don't kluge *asdf-verbose* on asdf3.
[cl-protobufs.git] / serialize.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ñowire-format: Replace LENGTH32 and LENGTH64 with VARINT...
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-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-02-28 Scott McKayUpdate copyright notices
2013-02-28 Scott McKayImplement in-object size caching, compile-time conditio...
2013-01-03 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
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-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-09-18 Scott McKaySpeed up unoptimized serialization
2012-09-12 Scott McKayFix some user-reported bugs
2012-08-31 Scott McKayAdd type aliases to CL-Protobufs
2012-08-29 Scott McKayLeft this out of yesterday's commit
2012-06-20 Scott McKayRandom things discovered while working on Stubby support...
2012-06-13 Scott McKaySimplify one interface a tiny bit
2012-06-11 François-René RideauChanged license to MIT-style for publication as part...
2012-06-01 Scott McKayMake it a bit easier to debug (de)serialization
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-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-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-08 Scott McKayFix some corner initialization corner cases.
2012-05-07 Scott McKayImplement (de)serialization for the Protobufs 'group...
2012-05-04 Scott McKayWell, it turns out that the Protobufs 'group' feature,
2012-05-04 Scott McKayTweak the Proto code generator so that we can attempt
2012-04-24 Scott McKayA few improvements to upgradability checking and the...
2012-04-23 Scott McKayDon't generate compiler warnings for optimized serializ...
2012-04-19 Scott McKay(de)serialization (from)to files
2012-04-19 Scott McKayWow, deserializing extended messages is a bit trickier...
2012-04-11 Scott McKayNow that we're using a lighter version of 'list-of...
2012-04-10 Scott McKayFix doc string typos
2012-04-05 Scott McKayA few things for Bill Woods:
2012-04-04 Scott McKaySimplify the serialization API and make it faster, too
2012-04-03 Scott McKayExport a simpler, Python-like API (requested by Sean...
2012-04-02 Scott McKayStraighten out API: 'class' vs. 'type' vs. 'alias'
2012-04-02 Scott McKay'serialize-object' and 'object-size' should take a...
2012-04-01 Scott McKaySome cleanups to enable some more cleanups :-)
2012-03-31 Scott McKayMisplaced 'when' prevented serialization of PNRs from...
2012-03-29 Scott McKayType-checking was killing us while deserializing length...
2012-03-29 Scott McKayMore optimizations of (de)serialization at the wire...
2012-03-27 Scott McKayTweak serialization performance a bit more; add optimiz...
2012-03-26 Scott McKayAdd optimizations for (de)serialization
2012-03-23 Scott McKayGet 3x performance improvement out of (de)serialization...
2012-03-22 Scott McKayNFC -- indentation
2012-03-21 Scott McKayFully implement class/type "override" so that 'proto...
2012-03-15 Scott McKayExtend the 'define-proto' macrology so it can be used to
2012-03-15 Scott McKayTweak the syntax of RPCs within services a bit.
2012-03-13 Scott McKayUniform handling of options and documentation
2012-03-07 Scott McKayMake the defining macros leave more meta-data for Lisp...
2012-03-06 Scott McKayReorder a few things for readability.
2012-03-06 Scott McKayBreak Protobufs support out into its own module with Quux.