haberman / upb

A minimalist implementation of Google's Protocol Buffers

This URL has Read+Write access

upb /
name age message
file LICENSE Mon May 25 18:31:27 -0700 2009 A flurry of activity. Doesn't compile yet. - ... [haberman]
file Makefile Loading commit data...
file README Mon May 25 18:31:27 -0700 2009 A flurry of activity. Doesn't compile yet. - ... [haberman]
file benchmark.cc Tue Jul 07 23:48:37 -0700 2009 Made benchmark test proto2 also. [haberman]
file descriptor.c Thu Jul 02 23:27:31 -0700 2009 Bugfixes. [haberman]
file descriptor.h Thu Jul 02 20:19:06 -0700 2009 More fixes, completions, still doesn't quite work. [haberman]
file google_message1.dat Tue Aug 04 19:46:42 -0700 2009 Integrated benchmarks into main Makefile. [haberman]
file google_message2.dat Tue Aug 04 19:46:42 -0700 2009 Integrated benchmarks into main Makefile. [haberman]
file google_messages.proto.bin Tue Jul 07 01:10:20 -0700 2009 Added the beginnings of a benchmark. [haberman]
file test_table.cc
file test_util.h Mon Jun 15 15:45:27 -0700 2009 Acknowledge authorship and fix warning in the e... [haberman]
file tests.c Fri Jul 03 11:50:13 -0700 2009 Moved upb_enum to a proper C file, updated upb_... [haberman]
file upb.h
file upb_context.c
file upb_context.h Tue Jul 07 19:51:53 -0700 2009 Header file changes for C++ compatibility. [haberman]
file upb_enum.c Fri Jul 03 11:50:13 -0700 2009 Moved upb_enum to a proper C file, updated upb_... [haberman]
file upb_enum.h Fri Jul 03 11:50:13 -0700 2009 Moved upb_enum to a proper C file, updated upb_... [haberman]
file upb_inlinedefs.c Fri Jul 03 11:50:13 -0700 2009 Moved upb_enum to a proper C file, updated upb_... [haberman]
file upb_msg.c Tue Jul 07 18:15:17 -0700 2009 Fixed a logic bug in non-merging cases. [haberman]
file upb_msg.h Tue Jul 07 19:51:53 -0700 2009 Header file changes for C++ compatibility. [haberman]
file upb_parse.c
file upb_parse.h Tue Jul 07 23:51:17 -0700 2009 Some experiments with performance. [haberman]
file upb_string.c
file upb_string.h
file upb_table.c Tue Jul 07 01:08:00 -0700 2009 Removed minimum table size, reduces memory foot... [haberman]
file upb_table.h Mon Jul 06 14:11:08 -0700 2009 More documentation, tidying up, etc. [haberman]
file upbc.c Mon Jul 06 13:34:40 -0700 2009 Lots of documentation, cleanup, and fixed memor... [haberman]
README
upb - a minimalist implementation of protocol buffers.

- For API documentation, see the header files.
- To build type "make".

Author: Joshua Haberman (joshua@reverberate.org, haberman@google.com)
See LICENSE for copyright information.