17 Commits (2272970a94874b5efb967bc44588868fe1881620)

Author SHA1 Message Date
Joshua Haberman d22d6d71ed Refactored message accessors to share a common set of functions instead of duplicating logic. 2 years ago
Eric Salo 384ffc0af8 implement reserved names and ranges for messages and enums 2 years ago
Eric Salo 75907f7af9 rename the upb_MiniTable subtypes to follow the upb style guide: 2 years ago
Eric Salo f6307877d3 move portability stuff into upb/port/ 2 years ago
Eric Salo d9b6f13cde remove upb_MtDataEncoder from the public surface 2 years ago
Eric Salo c033eff26f split apart mini_table.c into a new subdir 2 years ago
Eric Salo 40998462d6 add upb_MtDataEncoder_EncodeExtension() 2 years ago
Joshua Haberman 185d4f09d9 Simplified extension table building slightly by avoiding direct mutation 2 years ago
Eric Salo 44916d7d27 create reflection_internal library 2 years ago
Joshua Haberman 5d0833f48c Removed obsolete exemption for closed enums 2 years ago
Eric Salo 0f585c69af stop requiring extension fields to have a synthetic oneof 2 years ago
Joshua Haberman 128ac1c935 Bugfix for when UPB_TREAT_PROTO2_ENUMS_LIKE_PROTO3 is being used 2 years ago
Eric Salo b8bec58e01 pull the mini descriptor encoders into their proper .c files 2 years ago
Eric Salo 1e3deb013d move message/field modifiers functions out of mini_descriptor_encode.c 2 years ago
Eric Salo efd06e46a4 use mini descriptors to build message defs and extension defs 2 years ago
Eric Salo 38d8430923 simplify makejsonname() 2 years ago
Eric Salo 00765002ff - All of reflection now lives in upb/reflection/ 2 years ago