summaryrefslogtreecommitdiff
path: root/upb_parse.c
AgeCommit message (Collapse)Author
2009-06-23Two small fixes.Joshua Haberman
2009-06-22Fix varint-skipping (oops).Joshua Haberman
2009-06-22Simplified the varint-skipping function.Joshua Haberman
2009-06-20Do unaligned reads if UPB_UNALIGNED_READS_OK is defined.Joshua Haberman
Also removed commented-out alternate implementations for varint-reading code (they are still in the history).
2009-06-17Improvements to one-branch varint reading function.Joshua Haberman
2009-06-17High-level parsing interface written (not yet tested).Joshua Haberman
2009-06-16Alternative (optimized) implementations of varint parsing.Joshua Haberman
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-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