summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-22Compiler finally works (except string arrays). Untested. Holy crap that was...Joshua Haberman
2009-07-22More work on the compiler.Joshua Haberman
2009-07-22Bugfix to upb_table.Joshua Haberman
2009-07-21More work on the compiler.Joshua Haberman
2009-07-21Update test_table to new table API.Joshua Haberman
2009-07-21Properly initialize the fqname member of upb_msg.Joshua Haberman
2009-07-21Support for dumping protobufs in text format.Joshua Haberman
2009-07-21Fix tests and the build (though a few tests are failing).Joshua Haberman
2009-07-21Abandon setjmp/longjmp, performance was not measurably increased.Joshua Haberman
2009-07-21Pass pointer to tag instead of by value.Joshua Haberman
2009-07-21Cache callbacks in the local stack frame.Joshua Haberman
2009-07-20Updates to benchmark.Joshua Haberman
2009-07-20Bugfix in upb_parse.Joshua Haberman
2009-07-21Bugfixes to parser.Joshua Haberman
2009-07-21Remove extraneous string include.Joshua Haberman
2009-07-20Move upb_array into its own header, upb_context parses fds instead of fd.Joshua Haberman
2009-07-20Significant, experimental changes (setjmp/longjmp, group handling).Joshua Haberman
2009-07-17Enhanced testing.Joshua Haberman
2009-07-10Performance improvements.Joshua Haberman
2009-07-10Updated benchmark to correctly test both upb and proto2.Joshua Haberman
2009-07-09Benchmark now should build out-of-the-box.Joshua Haberman
2009-07-09Implemented upb_msg_eql.Joshua Haberman
2009-07-09A few more tweaks to the benchmark Makefile.Joshua Haberman
2009-07-09Make benchmark run out-of-the-box.Joshua Haberman
2009-07-08More work on the compiler.Joshua Haberman
2009-07-08More compiler work.Joshua Haberman
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback