45 Commits (c628e53dde6f6d2a66120d74f00c942ca27f31db)

Author SHA1 Message Date
Joshua Haberman fa2481ddeb Unified accessor for WhichOneof(). 2 years ago
Eric Salo 1b0b06f082 allow reserved enums to be negative 2 years ago
Eric Salo 3bac8780cb normalize most of the message accessors: 2 years ago
Eric Salo 3f1c7f121b update PHP and Ruby to use the new accessors, delete the old ones 2 years ago
Eric Salo b747edb830 append "ByDef" to names of message accessors that use reflection 2 years ago
Eric Salo 0a2c988286 fix some mini_table function names to match the upb style guide: 2 years ago
Joshua Haberman 2272970a94 Unified ClearField 2 years ago
Joshua Haberman 9c6223c058 Unified all hazzers to use MiniTable accessors 2 years ago
Joshua Haberman d22d6d71ed Refactored message accessors to share a common set of functions instead of duplicating logic. 2 years ago
Eric Salo 03b1dee5cc implement upb_Map_Next() as the new upb_Map iterator 2 years ago
Protobuf Team Bot f3a0cc49da Internal Change. 2 years ago
Eric Salo 384ffc0af8 implement reserved names and ranges for messages and enums 2 years ago
Eric Salo 27d70edfe2 clean up the :mini_table build target 2 years ago
Eric Salo 70566461f9 replace and repair the integer hash table iterator: 2 years ago
Eric Salo b3cb3fbea8 create upb/hash/ 2 years ago
Eric Salo ff8e1b40ba create base/ subdir and expand :status build target to :base 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 fd14316f38 create collections/ subdir for all array and map code 2 years ago
Joshua Haberman 115b878a5c Optimization: do not generate oneofs for proto3 optional fields. 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 5c646803ef implement mini descriptors for message sets 2 years ago
Eric Salo 20310e2f3a implement mini descriptors for maps 2 years ago
Eric Salo 6f68ba1350 upb: fail if a message set contains any sub-fields 2 years ago
Eric Salo 067c7aa3f1 check for malformed map entries 2 years ago
Eric Salo 36ce2fa7d1 add version/tag chars to the start of all mini descriptors 2 years ago
Eric Salo df34b04658 make upb_ExtensionRegistry_AddArray() and upb_ExtensionRegistry_Lookup() public 2 years ago
Eric Salo 40998462d6 add upb_MtDataEncoder_EncodeExtension() 2 years ago
Eric Salo 85bf4677b2 lock down internal reflection 2 years ago
Eric Salo 41335a03be normalize upb_Message_New() 2 years ago
Joshua Haberman b33fd88ed3 Added function for getting the type of a MiniTable field 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
Eric Salo 52c1598554 add upb_EnumDef_IsClosed() 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
Joshua Haberman d5bd55cde1 Treat unlinked sub-messages in the MiniTable as unknown 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 668cebbad9 mini descriptor encode functions now populate a string view 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