summaryrefslogtreecommitdiff
path: root/tests/test_decoder.c
AgeCommit message (Collapse)Author
2011-07-15Directory restructure.Joshua Haberman
Includes are now via upb/foo.h. Files specific to the protobuf format are now in upb/pb (the core library is concerned with message definitions, handlers, and byte streams, but knows nothing about any particular serializationf format).
2011-07-14Major refactoring: upb_string is gone in favor of upb_strref.Joshua Haberman
2011-06-17Major refactoring: abandon upb_msg, add upb_accessors.Joshua Haberman
Next on the chopping block is upb_string.
2011-05-10Fix JIT for new interface.Joshua Haberman
2011-05-08Decoder redesign in preparation for packed fields and start/endseq.Joshua Haberman
2011-02-05Tons of work: we're close to passing test_vs_proto2 again.Joshua Haberman
2011-01-30Fixes to decoder and textprinter: it works (for some input)!Joshua Haberman
A protobuf -> text stream for descriptor.proto now outputs the same text as proto2.
2011-01-29Fixes to decoder, stdio, textprinter.Joshua Haberman
2010-07-17Add forgotten test_decoder.c.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback