243 Commits (cbba1fb1e1aae278bc9b913063412a56b2711cf7)

Author SHA1 Message Date
Mike Kruskal 5485645125 Internal change 2 years ago
Joshua Haberman 896e74c141 Optimizes `upb_MiniTable_Enum` for large but dense enums. 2 years ago
Joshua Haberman ba7603b7c1 Updated decoder internal symbols to new naming scheme. 2 years ago
Eric Salo 111249d085 continue preparing def.c for the big split: 2 years ago
Eric Salo b987ef6249 use _upb_DefBuilder instead of _upb_AddDexCtx 2 years ago
Eric Salo 02ef81247a rename some symtab functions to follow the upb style guide: 2 years ago
Eric Salo 250321e63b more misc tweaks to def.c: 2 years ago
Joshua Haberman 15b2402144 Removed unused `_upb_DefPool_registerlayout()` function. 2 years ago
Eric Salo daac8dce8f add more constructors to def.c 2 years ago
Eric Salo 11aa037bfd add some more accessor calls to def.c 2 years ago
Eric Salo 5b46a55a46 try to be better about using accessors in def.c 2 years ago
Eric Salo 1135746e42 start replumbing def.c 2 years ago
Eric Salo 24f567b64a clean up the public api for mini descriptors 2 years ago
Eric Salo 28bc460dc9 create _upb_EnumDef_MiniDescriptor() 2 years ago
Joshua Haberman b0ed763a41 Fixed some corner cases around empty packages in upb. 2 years ago
Eric Salo 9b3e87307d upb: upb_EnumDefs are now built using mini descriptors 2 years ago
Protobuf Team Bot 7975945e61 clean up the dependency graph some more 2 years ago
Protobuf Team Bot 65cd34dd00 The mini descriptor encoder now uses the internal api (upb_MessageDef, upb_FileDef, etc) instead of dealing directly with the proto fields. So much simpler and cleaner! 2 years ago
Joshua Haberman eebcd59a96 Fixed fuzz bug due to negative oneof index. 3 years ago
Joshua Haberman fa8b605f78 Implemented MiniDescriptors for proto2 enums. 3 years ago
Joshua Haberman afffa9eaeb Two Ruby changes to unblock the release 3 years ago
Joshua Haberman 91713481fd Clang format. 3 years ago
Joshua Haberman 50c1298f32 Added conformance test variant to exercise dynamic minitable building. 3 years ago
Joshua Haberman 4586eea766 Fixed clang-format. 3 years ago
Joshua Haberman 532dc1f0f0 Renamed a few more constants to the new style. 3 years ago
Joshua Haberman dbd5dbed46 Fixed pointer tagging on 32-bit builds. 3 years ago
Joshua Haberman b1c5104ae2 Two small spelling fixes. 3 years ago
Joshua Haberman 6d2ab885be Fix clang-format. 3 years ago
Joshua Haberman 4a01577cce Two fixes to upb/def.c 3 years ago
Joshua Haberman ecc8bae4ce Fix for proto2 files that use proto3 enums. 3 years ago
Joshua Haberman 7984ebf52d Fixed error message. 3 years ago
Joshua Haberman 9bb1787f27 Added fuzzing of symtab build, and fixed a handful of minor bugs. 3 years ago
Joshua Haberman 992448eefe Addressed PR comments. 3 years ago
Joshua Haberman 9715597895 Fixed clang-format. 3 years ago
Joshua Haberman 2e141b24fc Addressed PR comments. 3 years ago
Joshua Haberman b11e161ebb Fixed UBSAN error. 3 years ago
Joshua Haberman 85072ce04e Fixed a bug in enum layout generation. 3 years ago
Joshua Haberman 65a85a63c8 Fixed two bugs with proto2 enums: 3 years ago
Joshua Haberman c56fe27f88 Fix mistake in previous rename: upb_MessageDef_FindFieldByNameWithSize. 3 years ago
Joshua Haberman 13434560e0 WIP. 3 years ago
Joshua Haberman 032400a03e Fixed data corruption when total hasbits are a power of two. 3 years ago
Joshua Haberman 606308c639 Added back missing underscore. 3 years ago
Joshua Haberman 75b6291e40 Renamed upb_FieldType_* -> kUpb_FieldType_* 3 years ago
Joshua Haberman 392531c14f Fixed test by implementing FindMethodByName(). 3 years ago
Joshua Haberman fcf1db32b1 Fixed a few extraneous wrappings. 3 years ago
Joshua Haberman 499c2cc8b1 upb_extreg, upb_msg 3 years ago
Joshua Haberman 1c955f37ce
Mass API rename and clang-reformat (#485) 3 years ago
Joshua Haberman 00c106f551 Addressed PR comments. 3 years ago
Joshua Haberman 7a24340a26 Fixed some more tests. 3 years ago
Joshua Haberman fc725be5bc Implemented proper unescaping of bytes defaults. 3 years ago