summaryrefslogtreecommitdiff
path: root/src/upb_decoder.c
AgeCommit message (Expand)Author
2011-03-20Update copyright to be Google Inc.Josh Haberman
2011-03-20upb_stream: all callbacks registered ahead-of-time.Josh Haberman
2011-02-27Don't require NASM to build unless using the x64 decoder.Joshua Haberman
2011-02-24Pass the upb_fielddef* to the endmsg callback.Joshua Haberman
2011-02-23Rearrange structs to put arrays at the end, for smaller offsets.Joshua Haberman
2011-02-22Major work on Lua extension and default values.Joshua Haberman
2011-02-18Bring lua extension up to date with new symtab APIs.Joshua Haberman
2011-02-18Change the API for getting the bootstrapped defs.Joshua Haberman
2011-02-17Return updated buf as second return value, to free up a reg.Joshua Haberman
2011-02-17First version of an assembly language decoder.Joshua Haberman
2011-02-17Split inttable into a hash part and an array part.Joshua Haberman
2011-02-17Track buffer end instead of buffer length, for a small perf improvement.Joshua Haberman
2011-02-15Remove upb_dstate and specialize upb_decode_fixed for perf improvement.Joshua Haberman
2011-02-13Fix upbc and descriptorgen, and update descriptor.Joshua Haberman
2011-02-13Merged core/ and stream/ -> src/. The split wasn't worth it.Joshua Haberman
2010-07-09Split src/ into core/ and stream/.Joshua Haberman
2010-07-09Tweaks to upb_src/upb_sink interfaces.Joshua Haberman
2010-07-03Implemented upb_baredecoder, for bootstrapping.Joshua Haberman
2010-06-12Decoder is finally complete, now just needs testing.Joshua Haberman
2010-06-11More decoder work.Joshua Haberman
2010-06-11Work on decoder buffering.Joshua Haberman
2010-06-10Yet more.Joshua Haberman
2010-06-10More decoder work.Joshua Haberman
2010-06-10More decoder work.Joshua Haberman
2010-06-10Implement proper type checking again.Joshua Haberman
2010-06-09Decoder compiler but doesn't work yet.Joshua Haberman
2010-06-09More decoder work, first attempts at compiling it.Joshua Haberman
2010-06-09More work on upb_decoder.Joshua Haberman
2010-06-07More work on the decoder.Joshua Haberman
2010-06-05More work on the decoder.Joshua Haberman
2010-06-03More incremental work.Joshua Haberman
2010-06-03WIP: intrusive changes to upb_decoder.Joshua Haberman
2010-05-24Defined the upb_src and upb_bytesrc interfaces.Joshua Haberman
2010-01-19Add status to the sink interfaces.Joshua Haberman
2010-01-16Flesh out implementation of upb_sizebuilder.Joshua Haberman
2010-01-16Removed union tag from types.Joshua Haberman
2010-01-15Remove struct keyword from all types, use typedef instead.Joshua Haberman
2010-01-15upb_parser -> upb_decoderJoshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback