summaryrefslogtreecommitdiff
path: root/src/upb.h
AgeCommit message (Expand)Author
2011-07-15Directory restructure.Joshua Haberman
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
2011-05-21Make all handlers objects refcounted.Joshua Haberman
2011-05-19Change dispatcher error handling model.Joshua Haberman
2011-05-08Decoder redesign in preparation for packed fields and start/endseq.Joshua Haberman
2011-04-04Speed up parsetostruct by using type-specialized callbacks.Joshua Haberman
2011-04-01First rough version of the JIT.Joshua Haberman
2011-03-20Update copyright to be Google Inc.Josh Haberman
2011-03-20upb_stream: all callbacks registered ahead-of-time.Josh Haberman
2011-02-23Added proper support for enum default values.Joshua Haberman
2011-02-18Bring lua extension up to date with new symtab APIs.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-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-09Strip out some stuff that's not currently being used.Joshua Haberman
2010-07-09Dynamically allocate string for error msg.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-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-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-13Incremental work on serialization.Joshua Haberman
2010-01-04upb_array -> upb_arrayptr.Joshua Haberman
2010-01-02Move string representations back upb.h -> upb_data.h.Joshua Haberman
2010-01-02upb_string* -> upb_strptr, to follow aliasing rules.Joshua Haberman
2009-12-31upbc compiles and links! But probably doesn't work yet.Joshua Haberman
2009-12-29Getting closer, only a few functions undefined now.Joshua Haberman
2009-12-28More incremental work; ported some of upbc.Joshua Haberman
2009-12-06Truly fixed type cyclic refcounting.Joshua Haberman
2009-12-06Circular references truly work now, along with a test.Joshua Haberman
2009-12-05Scheme for collecting circular refs.Joshua Haberman
2009-12-05Make defs refcounted, rename upb_context->upbsymtab.Joshua Haberman
2009-11-27WIP of cleaning up defs.Joshua Haberman
2009-11-26Make upb_msgdef own all its data.Joshua Haberman
2009-11-14Changed parse API to know about msgdefs.Joshua Haberman
2009-11-14Renamed upb_msg_fielddef -> upb_fielddef, upb_enum -> upb_enumdef.Joshua Haberman
2009-09-26Use a status object for errors so a message can be returned.Joshua Haberman
2009-08-27Some cleanup and reformatting, fixed the benchmarks.Joshua Haberman
2009-08-24Significant memory-management refactoring any Python extension.Joshua Haberman
2009-08-12Refactoring: unify upb_msg.Joshua Haberman
2009-08-07Major refactoring of upb_msg. Temporary functionality regression.Joshua Haberman
2009-07-29Header file rearranging/prettifying.Joshua Haberman
2009-07-22Compiler finally works (except string arrays). Untested. Holy crap that was...Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback