summaryrefslogtreecommitdiff
path: root/upb_struct.c
AgeCommit message (Collapse)Author
2009-06-15Implement inlining that works with both C99 and all versions of GCC.Joshua Haberman
2009-06-03A bunch more work, a fast table for field lookup.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.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback