summaryrefslogtreecommitdiff
path: root/descriptor
AgeCommit message (Expand)Author
2011-02-13Cleanup Makefile and mv descriptor/ -> src/Joshua Haberman
2010-07-11Allow static upb_strings.Joshua Haberman
2010-07-07Defined the function for getting a upb_symtab for descriptor.proto.Joshua Haberman
2010-07-07Change descriptor.c/h to be just a byte array of serialized descriptor.proto.Joshua Haberman
2010-06-27upb_def compiles again, though with lots of #if 0.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
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-28upbc compiles, but doesn't link due to unimplemented stuff in upb_data.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-21In the midst of a major refactoring.Joshua Haberman
2009-12-05Make defs refcounted, rename upb_context->upbsymtab.Joshua Haberman
2009-11-28Overhaul defs to derive from a common base.Joshua Haberman
2009-11-26Make upb_msgdef own all its data.Joshua Haberman
2009-08-30Small bugfix: enums are int32, not uint32.Joshua Haberman
2009-08-24Significant memory-management refactoring any Python extension.Joshua Haberman
2009-08-12Refactoring: unify upb_msg.Joshua Haberman
2009-08-02Add a friendly comment at the top of auto-generated C files.Joshua Haberman
2009-08-01Fixed a bug in set_flags order in the compiler.Joshua Haberman
2009-07-23New descriptor.c and descriptor.h (generated by upbc!)Joshua Haberman
2009-07-20Move upb_array into its own header, upb_context parses fds instead of fd.Joshua Haberman
2009-07-08Add text version of descriptor.proto.Joshua Haberman
2009-07-08Directory restructuring.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback