summaryrefslogtreecommitdiff
path: root/descriptor.h
AgeCommit message (Collapse)Author
2009-06-24Fleshed out upb_context some.Joshua Haberman
2009-06-22Renamed upb_struct -> upb_msg, fleshed out its definition.Joshua Haberman
2009-05-16Rethought upb_struct and new descriptor.h.Joshua Haberman
This is the next step in bootstrapping. upb_struct defines the in-memory layout that will be used by both compile-time and run-time defintions of protobufs. descriptor.h describes the proto format using this format. The next step is to create a descriptor.c that can parse descriptor protos into this format. Then real run-time reflection can begin.
2009-03-15Add descriptor.proto formats as C data.Joshua Haberman
This will be the bootstrapping strategy.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback