1825 Commits (16f763e4d69fef36be8a90d80e6401f211061a80)
 

Author SHA1 Message Date
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
Joshua Haberman c7f2a271ae Small improvement to bitmasking that generates better code. 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
Joshua Haberman 324d5cce9b Renamed upb_struct -> upb_msg, fleshed out its definition. 16 years ago
Joshua Haberman 7ccb32c305 Finished hashtable implementation, not yet tested. 16 years ago
Joshua Haberman e3905b425a Simplified the varint-skipping function. 16 years ago
Joshua Haberman 0124bfd8fe More work on inttable/strtable (not finished). 16 years ago
Joshua Haberman 9c21992286 Added MurmurHash for string hashing (not used yet). 16 years ago
Joshua Haberman 9f80d0d60e Do unaligned reads if UPB_UNALIGNED_READS_OK is defined. 16 years ago
Joshua Haberman 2bb7637797 Fixed conversion warning in tests.c. 16 years ago
Joshua Haberman 79d57263f5 Improvements to one-branch varint reading function. 16 years ago
Joshua Haberman d1aa095cb3 High-level parsing interface written (not yet tested). 16 years ago
Joshua Haberman 0f50bcbceb Small Makefile tweak. 16 years ago
Joshua Haberman b04a376636 Alternative (optimized) implementations of varint parsing. 16 years ago
Joshua Haberman 24c14a3ad0 Increased robustness of 64-bit varint test. 16 years ago
Joshua Haberman c419731462 Bring 'tests' back up to date and build it again. 16 years ago
Joshua Haberman bc717d8402 Implement inlining that works with both C99 and all versions of GCC. 16 years ago
Joshua Haberman ccca4d7136 Acknowledge authorship and fix warning in the eng() function. 16 years ago
Joshua Haberman 5ec762a600 Added TODO about experimenting with Cuckoo Hashing. 16 years ago
Joshua Haberman f4c00fc979 More work on the table implementation. 16 years ago
Joshua Haberman 0aedd1825f Makefile: build descriptor.o. 16 years ago
Joshua Haberman d1f78c88fa A bunch more work, a fast table for field lookup. 16 years ago
Joshua Haberman 0c80c38475 A flurry of activity. Doesn't compile yet. 16 years ago
Joshua Haberman fdcefd68b1 Rethought upb_struct and new descriptor.h. 16 years ago
Joshua Haberman d4f3e5a1af Add descriptor.proto formats as C data. 16 years ago
Joshua Haberman 894e7c6e58 Removed references to pbstruct from Makefile. 16 years ago
Joshua Haberman 0a1697f828 Removed pbstruct. 16 years ago
Joshua Haberman 3c515a6ce9 Very rough (doesn't even compile) pbstruct. 16 years ago
Joshua Haberman a714989094 Detect overflow (unlikely except for malicious input). 16 years ago
Joshua Haberman 9f56ff3b5b Fleshed out pbstruct a bit more. 16 years ago
Joshua Haberman 5f2344e480 Fixed off-by-one error in hashtable calculation. 16 years ago
Joshua Haberman 6e67cb48ef Fixed bugs that lint caught. 16 years ago
Joshua Haberman 268bb50e80 Enabled more warnings, fixed the warnings. 16 years ago
Joshua Haberman 2d41d385f3 Add pbstream_lowlevel.h. 16 years ago
Joshua Haberman c8d67b2686 More refactoring of structures. 16 years ago
Joshua Haberman 73ab650ad1 Added function for skipping data. 16 years ago
Joshua Haberman 14624e34d8 Added the first iteration of pbstruct. 16 years ago