summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-08Bugfix and additions to upb.h and upb_string.hJoshua Haberman
2009-07-08Bugfix for maintaining the proper count on table resizes.Joshua Haberman
2009-07-08More work on the compiler.Joshua Haberman
2009-07-08Re-enable sorting when the descriptor type is not compiled in.Joshua Haberman
2009-07-08Add text version of descriptor.proto.Joshua Haberman
2009-07-08Directory restructuring.Joshua Haberman
2009-07-08Moved bounds check to the end of the loop to increase performance.Joshua Haberman
2009-07-08Pre-compute the hash table mask to avoid doing it in the critical path.Joshua Haberman
2009-07-07Made benchmark test proto2 also.Joshua Haberman
2009-07-07Header file changes for C++ compatibility.Joshua Haberman
2009-07-07Remove branch prediction hints. They seem to hurt more than help.Joshua Haberman
2009-07-07Fixed a logic bug in non-merging cases.Joshua Haberman
2009-07-07More work on the benchmark.Joshua Haberman
2009-07-07Added the beginnings of a benchmark.Joshua Haberman
2009-07-07Removed minimum table size, reduces memory footprint.Joshua Haberman
2009-07-07Fixes for groups and 32-bit varints.Joshua Haberman
2009-07-06More documentation and fixed check_wire_type.Joshua Haberman
2009-07-06Added a little note for upb_parse.Joshua Haberman
2009-07-06More documentation, tidying up, etc.Joshua Haberman
2009-07-06Lots of documentation, cleanup, and fixed memory leaks.Joshua Haberman
2009-07-06Compiler now generates correct header files (with structures alone).Joshua Haberman
2009-07-06More compiler work.Joshua Haberman
2009-07-06Fixed a lot of bugs, parser and compiler now work a little!Joshua Haberman
2009-07-05More work on upbc.Joshua Haberman
2009-07-04Beginnings of a upb compiler.Joshua Haberman
2009-07-04Move upb_string into its own header file.Joshua Haberman
2009-07-03Moved upb_enum to a proper C file, updated upb_inlinedefs.Joshua Haberman
2009-07-03Move FileDescriptorProto to an internal symbol table.Joshua Haberman
2009-07-03Fixed bugs and memory leaks.Joshua Haberman
2009-07-02Bugfixes.Joshua Haberman
2009-07-02More tests and fixes.Joshua Haberman
2009-07-02More fixes, completions, still doesn't quite work.Joshua Haberman
2009-07-02A bit more work on generalizing parsing.Joshua Haberman
2009-07-02Let gcc do dependency generation.Joshua Haberman
2009-07-01Functions for iterating over the symbol table.Joshua Haberman
2009-07-01Remove public visibility from a few parsing functions.Joshua Haberman
2009-07-01More work to msg and parse. Getting close!Joshua Haberman
2009-06-30Major revision to upb_parse.Joshua Haberman
2009-06-29Updated comment to reflect code change.Joshua Haberman
2009-06-29Reworked low-level parsing: smaller, safer.Joshua Haberman
2009-06-28Ditch abbreviated field business.Joshua Haberman
2009-06-28Fixed test_table and a few bugs in upb_table.Joshua Haberman
2009-06-28Stubbed out a few more methods in _msg and _context.Joshua Haberman
2009-06-28Use "static inline" instead of "extern inline" for now.Joshua Haberman
2009-06-28More work on upb_context.Joshua Haberman
2009-06-27upb_msg constructor now more or less works.Joshua Haberman
2009-06-25Small improvement to bitmasking that generates better code.Joshua Haberman
2009-06-24Progress implementing upb_msg.Joshua Haberman
2009-06-24Implemented a bit more of upb_context.Joshua Haberman
2009-06-24Fleshed out upb_context some.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback