summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-07More work on the decoder.Joshua Haberman
2010-06-07Changes to upb_def to stop using upb_msg.Joshua Haberman
2010-06-05More work on the decoder.Joshua Haberman
2010-06-03More incremental work.Joshua Haberman
2010-06-03WIP: intrusive changes to upb_decoder.Joshua Haberman
2010-05-27Revisions to src and sink interfaces.Joshua Haberman
2010-05-24Defined the upb_src and upb_bytesrc interfaces.Joshua Haberman
2010-05-22More work on string type.Joshua Haberman
2010-05-21Created skeleton of a new, much simpler string type.Joshua Haberman
2010-01-19Make sources responsible for respecting UPB_MAX_NESTING.Joshua Haberman
2010-01-19Add status to the sink interfaces.Joshua Haberman
2010-01-16Flesh out implementation of upb_sizebuilder.Joshua Haberman
2010-01-16Removed union tag from types.Joshua Haberman
2010-01-15Remove struct keyword from all types, use typedef instead.Joshua Haberman
2010-01-15upb_parser -> upb_decoderJoshua Haberman
2010-01-15Rename serializer -> encoder.Joshua Haberman
2010-01-15Make msgsrc reversable.Joshua Haberman
2010-01-13Incremental work on serialization.Joshua Haberman
2010-01-13Make onend upb_sink callback take the field as a parameter.Joshua Haberman
2010-01-12Move many serializing functions to .cc file, since they do not need to be exp...Joshua Haberman
2010-01-11Implemented source for upb_msg.Joshua Haberman
2010-01-11Defined upb_sink interface and ported the parser to it.Joshua Haberman
2010-01-08Reduced the complexity of the cbparser interface.Joshua Haberman
2010-01-05Merge branch 'data-refactoring'. Ported benchmarks.Joshua Haberman
2010-01-05Ported/fixed tests to new data types.Joshua Haberman
2010-01-04upb_array -> upb_arrayptr.Joshua Haberman
2010-01-04Modified descriptor files.Joshua Haberman
2010-01-02Move string representations back upb.h -> upb_data.h.Joshua Haberman
2010-01-02upb_string* -> upb_strptr, to follow aliasing rules.Joshua Haberman
2010-01-01Bugfixes: descriptorgen works without leaks!Joshua Haberman
2009-12-31Other than a couple memory leaks, "make descriptorgen" works again!Joshua Haberman
2009-12-31Correct descriptor: initialize base.Joshua Haberman
2009-12-31Correct descriptor.h: for now messages always have a upb_data.Joshua Haberman
2009-12-31upbc compiles and links! But probably doesn't work yet.Joshua Haberman
2009-12-30Doesn't compile, but all the code to be adapted is there.Joshua Haberman
2009-12-29Moved string library functions to .c instead of inlined, because they're not ...Joshua Haberman
2009-12-29Only remaining undefined symbol is upb_msg_parsestr.Joshua Haberman
2009-12-29Getting closer, only a few functions undefined now.Joshua Haberman
2009-12-28Force -Os for upb_def.oJoshua Haberman
2009-12-28Removed upb_mm.Joshua Haberman
2009-12-28upbc compiles, but doesn't link due to unimplemented stuff in upb_data.Joshua Haberman
2009-12-28More incremental work; ported some of upbc.Joshua Haberman
2009-12-23Core compiles, though with warnings, and is still incomplete.Joshua Haberman
2009-12-22More progress, upb_data and upb_def compile (but are incomplete).Joshua Haberman
2009-12-22More work.Joshua Haberman
2009-12-21Added upb_data.*, left out of last commit.Joshua Haberman
2009-12-21In the midst of a major refactoring.Joshua Haberman
2009-12-06Clarified comment.Joshua Haberman
2009-12-06Refined interface of upb_symtab.Joshua Haberman
2009-12-06Updated upbc to new dyncasts.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback