summaryrefslogtreecommitdiff
path: root/core/upb_def.c
AgeCommit message (Collapse)Author
2011-01-18A few minor changes to the streaming protocol.Joshua Haberman
1. the start and end callbacks can now return a upb_flow_t and set a status message. 2. clarified some semantics around passing an error status back from the callbacks.
2011-01-10upb_def compiles again!Joshua Haberman
2011-01-10More work on upb_src.Joshua Haberman
2011-01-04A bunch of work on upb_def and upb_value.Joshua Haberman
2010-08-02Fleshed out upb_msg: test_vs_proto2 compiles but fails.Joshua Haberman
2010-07-24Fixes to benchmark.Joshua Haberman
2010-07-21Updated Lua extension to handle fielddefs.Joshua Haberman
2010-07-19Prevent abort() if add_descriptorproto() is called twice.Joshua Haberman
2010-07-18First go at Lua bindings.Joshua Haberman
2010-07-17Fixed bugs in textoutput.Joshua Haberman
Text output from descriptor.proto is now identical to protoc!
2010-07-11Allow static upb_strings.Joshua Haberman
This can allow strings to reference static data, and reduced the memory footprint of test_def by about 10% (3k).
2010-07-10Successfully bootstraps!!Joshua Haberman
2010-07-10Fixed upb_string error with strange vsnprintf() behavior.Joshua Haberman
2010-07-10Incremental progress towards getting upb_def to bootstrap.Joshua Haberman
2010-07-10Basic test_def links and passes no-op test!Joshua Haberman
2010-07-10Fleshed out upb_string further. Now upb_def's onlyJoshua Haberman
unresolved references are upb_src.
2010-07-09Split src/ into core/ and stream/.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback