summaryrefslogtreecommitdiff
path: root/upb.h
AgeCommit message (Collapse)Author
2009-07-03Moved upb_enum to a proper C file, updated upb_inlinedefs.Joshua Haberman
2009-07-03Move FileDescriptorProto to an internal symbol table.Joshua Haberman
2009-07-02Bugfixes.Joshua Haberman
2009-07-02More fixes, completions, still doesn't quite work.Joshua Haberman
2009-07-02A bit more work on generalizing parsing.Joshua Haberman
2009-07-01More work to msg and parse. Getting close!Joshua Haberman
2009-06-30Major revision to upb_parse.Joshua Haberman
2009-06-29Reworked low-level parsing: smaller, safer.Joshua Haberman
2009-06-28Use "static inline" instead of "extern inline" for now.Joshua Haberman
2009-06-28More work on upb_context.Joshua Haberman
2009-06-24Progress implementing upb_msg.Joshua Haberman
2009-06-24Fleshed out upb_context some.Joshua Haberman
2009-06-21More work on inttable/strtable (not finished).Joshua Haberman
2009-06-17High-level parsing interface written (not yet tested).Joshua Haberman
2009-06-15Implement inlining that works with both C99 and all versions of GCC.Joshua Haberman
2009-06-14More work on the table implementation.Joshua Haberman
It currently beats std::map and std::hash_map by >10x.
2009-06-03A bunch more work, a fast table for field lookup.Joshua Haberman
2009-05-25A flurry of activity. Doesn't compile yet.Joshua Haberman
- a descriptor.c that describes the data structures in descriptor.proto using the data structures in descriptor.h. - everything renamed pbstream -> upb. - modularization rethought. - Doesn't compile yet, but should once things settle back down.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback