15557 Commits (f75a800be09178262546cddcb2be91240759c480)
 

Author SHA1 Message Date
Joshua Haberman 137991c7b2 Added the beginnings of a benchmark. 16 years ago
Joshua Haberman 34fe50818d Removed minimum table size, reduces memory footprint. 16 years ago
Joshua Haberman d7fc64ab66 Fixes for groups and 32-bit varints. 16 years ago
Joshua Haberman ec2da8e59d More documentation and fixed check_wire_type. 16 years ago
Joshua Haberman 5bfef1bc8e Added a little note for upb_parse. 16 years ago
Joshua Haberman b94a9f2101 More documentation, tidying up, etc. 16 years ago
Joshua Haberman 5235966ed5 Lots of documentation, cleanup, and fixed memory leaks. 16 years ago
Joshua Haberman dd2094537a Compiler now generates correct header files (with structures alone). 16 years ago
Joshua Haberman 907e3d7cd2 More compiler work. 16 years ago
Joshua Haberman 06efc6b12c Fixed a lot of bugs, parser and compiler now work a little! 16 years ago
Joshua Haberman 7f871401c7 More work on upbc. 16 years ago
Joshua Haberman 421f276086 Beginnings of a upb compiler. 16 years ago
Joshua Haberman 94a2f5bd9c Move upb_string into its own header file. 16 years ago
Joshua Haberman aecbfe4224 Moved upb_enum to a proper C file, updated upb_inlinedefs. 16 years ago
Joshua Haberman 62be5969a1 Move FileDescriptorProto to an internal symbol table. 16 years ago
Joshua Haberman 9eaab71e99 Fixed bugs and memory leaks. 16 years ago
Joshua Haberman 485b964662 Bugfixes. 16 years ago
Joshua Haberman 2c5c3fdc25 More tests and fixes. 16 years ago
Joshua Haberman b0ef7f0b67 More fixes, completions, still doesn't quite work. 16 years ago
Joshua Haberman b8481e0e55 A bit more work on generalizing parsing. 16 years ago
Joshua Haberman 6fdf83f59f Let gcc do dependency generation. 16 years ago
Joshua Haberman 692b203ae2 Functions for iterating over the symbol table. 16 years ago
Joshua Haberman fd1ad20a2d Remove public visibility from a few parsing functions. 16 years ago
Joshua Haberman c21ad57da6 More work to msg and parse. Getting close! 16 years ago
Joshua Haberman f813688f3e Major revision to upb_parse. 16 years ago
Joshua Haberman 9fcddef19f Updated comment to reflect code change. 16 years ago
Joshua Haberman 2d21601d47 Reworked low-level parsing: smaller, safer. 16 years ago
Joshua Haberman 5e2691460e Ditch abbreviated field business. 16 years ago
Joshua Haberman 03616c86ea Fixed test_table and a few bugs in upb_table. 16 years ago
Joshua Haberman 01fb1d45ed Stubbed out a few more methods in _msg and _context. 16 years ago
Joshua Haberman 1139650320 Use "static inline" instead of "extern inline" for now. 16 years ago
Joshua Haberman 2da3b081c4 More work on upb_context. 16 years ago
Joshua Haberman 3a67a1e9f9 upb_msg constructor now more or less works. 16 years ago
Jon Skeet 1a79d04d25 Mono build file improvements and readme 16 years ago
kenton@google.com ceb561d65b Add Swap(), SwapElements(), and RemoveLast() to Reflection. Patch by Scott Stafford. 16 years ago
Jon Skeet ad74853e0c Fix copyright notices 16 years ago
Jon Skeet e1e8431681 Gone back to non-remoting mocks, but marked breaking unit test as ignored 16 years ago
Joshua Haberman c7f2a271ae Small improvement to bitmasking that generates better code. 16 years ago
Jon Skeet 5cb5d782b0 Workaround for Mono bug 516379 16 years ago
Jon Skeet a22663eda9 Initial mono build scripts 16 years ago
Jon Skeet b2526215e1 Use remoting mocks to work with mono 16 years ago
Jon Skeet 37a7983aaa Merge branch 'master' of git@github.com:jskeet/dotnet-protobufs 16 years ago
Jon Skeet 2178b93bbb Fix bug when reading many messages - size guard was triggered 16 years ago
Joshua Haberman 88cc3f2fc8 Progress implementing upb_msg. 16 years ago
Joshua Haberman ec67a5ded6 Implemented a bit more of upb_context. 16 years ago
Joshua Haberman 9595dfa2dc Fleshed out upb_context some. 16 years ago
Joshua Haberman edd137fe99 Two small fixes. 16 years ago
Joshua Haberman b11730f2ed Added a upb_context object, which is like an interpreter context. 16 years ago
Joshua Haberman f8f689ad31 Add upb_inlinedefs.c, which emits definitions for inline functions. 16 years ago
Joshua Haberman 0f26f51486 Fix varint-skipping (oops). 16 years ago