25 Commits (e170259e4ababf39829fa9339fdf0817e38c949e)

Author SHA1 Message Date
Joshua Haberman 7a6a702792 Allow static upb_strings. 15 years ago
Joshua Haberman 209dce5eb0 Defined the function for getting a upb_symtab for descriptor.proto. 15 years ago
Joshua Haberman a7eaeaaaec Change descriptor.c/h to be just a byte array of serialized descriptor.proto. 15 years ago
Joshua Haberman 229fcf7119 upb_def compiles again, though with lots of #if 0. 15 years ago
Joshua Haberman 63daaaca4f Added constants for field names and numbers. 15 years ago
Joshua Haberman 8f2aeb8084 Modified descriptor files. 15 years ago
Joshua Haberman 15604083c7 Move string representations back upb.h -> upb_data.h. 15 years ago
Joshua Haberman fa5710f1ca upb_string* -> upb_strptr, to follow aliasing rules. 15 years ago
Joshua Haberman 0e5b8e56b8 Correct descriptor: initialize base. 15 years ago
Joshua Haberman cb5befb343 Correct descriptor.h: for now messages always have a upb_data. 15 years ago
Joshua Haberman 8978661a76 upbc compiles, but doesn't link due to unimplemented stuff in upb_data. 15 years ago
Joshua Haberman 602e093504 Core compiles, though with warnings, and is still incomplete. 15 years ago
Joshua Haberman f49f7f94c1 More progress, upb_data and upb_def compile (but are incomplete). 15 years ago
Joshua Haberman c241976485 In the midst of a major refactoring. 15 years ago
Joshua Haberman 18291eedc3 Make defs refcounted, rename upb_context->upbsymtab. 15 years ago
Joshua Haberman a95ab58e79 Overhaul defs to derive from a common base. 15 years ago
Joshua Haberman 9e3f5e343b Make upb_msgdef own all its data. 16 years ago
Joshua Haberman 527a544b04 Small bugfix: enums are int32, not uint32. 16 years ago
Joshua Haberman 040f7e6ba2 Significant memory-management refactoring any Python extension. 16 years ago
Joshua Haberman 2282d2489b Refactoring: unify upb_msg. 16 years ago
Joshua Haberman 10cdab28e9 Add a friendly comment at the top of auto-generated C files. 16 years ago
Joshua Haberman a952e42e99 Fixed a bug in set_flags order in the compiler. 16 years ago
Joshua Haberman c7154e0fb4 New descriptor.c and descriptor.h (generated by upbc!) 16 years ago
Joshua Haberman 6fe8601713 Move upb_array into its own header, upb_context parses fds instead of fd. 16 years ago
Joshua Haberman f8e55823e0 Add text version of descriptor.proto. 16 years ago
Joshua Haberman 462b26c1cc Directory restructuring. 16 years ago