1771 Commits (b77343aa2c6e81d81d5c8c627ab8ef8856fac2f5)

Author SHA1 Message Date
Mike Kruskal 2f6982e644 Automated rollback of commit b09b3e46fe. 8 months ago
Hong Shin f520cf3dbf upb:decode initialize int inside loop for upb_DecodeLongVarintReturn 8 months ago
Protobuf Team Bot 3a2cd26c13 Auto-generate files after cl/621236613 8 months ago
Mike Kruskal 4295b95605 Internal change 8 months ago
Protobuf Team Bot 132168069d Auto-generate files after cl/621041035 8 months ago
Mike Kruskal b09b3e46fe Add edition lifetime options for feature specs. 8 months ago
Eric Salo d51df2d2d7 upb: make upb_Array_Reserve() a public function 8 months ago
Protobuf Team Bot 83ec410d30 Internal change 8 months ago
Mike Kruskal 7662fdd8ed Fix toproto behavior for groups and required under editions 8 months ago
Mike Kruskal 11e767a899 Fix latent bug in upb editions implementation caught by python conformance tests. 8 months ago
Eric Salo 2d9c00ccec upb: clean up open vs closed enums in the Dart gencode 8 months ago
Joshua Haberman 8612d5e771 Print non-extension fields by field number order instead of .proto file order. 8 months ago
Protobuf Team Bot 897fd04266 Correct issue where open enums were incorrectly expected to be linked by upb_MiniTable_GetSubList() 8 months ago
Eric Salo d452a16b8c upb: fix textformat encoder to print group name instead of field name 8 months ago
KJ Tsanaktsidis 2082ee8bb5 Implement service & method descriptor lookup in Ruby (#15817) 8 months ago
Eric Salo 0f23c3f0c6 upb: add upb_FieldDef_LayoutIndex() 8 months ago
Eric Salo 5d136e1b4d upb: add containing_type() methods to MessageDefPtr and EnumDefPtr 8 months ago
Mike Kruskal bca8fb6117 Implement edition 2023 support in all Ruby runtimes. 9 months ago
Protobuf Team Bot 2f0fe0641c Add Arena tracing handlers. 9 months ago
Eric Salo a03ece58f7 upb: delete upb_Map_Delete2() 9 months ago
Mike Kruskal b6032d72e3 Add basic upb cmake support. 9 months ago
Eric Salo e1a19ba8bb upb: add 'options' arg to upb_Message_IsEqual() 9 months ago
Mike Kruskal 04397d4c77 Exclude checked-in descriptor gencode from source wheels. 9 months ago
Protobuf Team Bot 45f9158b8a Auto-generate files after cl/613970553 9 months ago
Protobuf Team Bot e41ffb01a2 Auto-generate files after cl/613765356 9 months ago
Éamonn McManus 3c0f3ca6be Document `upb_Message_SetMessage`. 9 months ago
Protobuf Team Bot 99315b19d2 Fix upb_MiniTable_SetFullName signature. 9 months ago
Protobuf Team Bot cbfb6991f3 Add api to trace message allocations. 9 months ago
Mike Kruskal d5543304d5 Fix has_presence to account for proto3 extensions in Python. 9 months ago
Protobuf Team Bot 5d58cb8559 Auto-generate files after cl/613290255 9 months ago
Protobuf Team Bot f2242d7136 Add proto full name support for tracing. 9 months ago
Eric Salo 3d7e75fb98 upb: remove split64 from Dart VM, delete array_split64.h from upb/message/ 9 months ago
Éamonn McManus 6cbcff4bb6 Clarify that `upb_Message_SetString` does not copy data. 9 months ago
Protobuf Team Bot e8244da7c6 Adds mutable extension accessors to the codegen for upb C for getting mutable extension messages. 9 months ago
Éamonn McManus 507f037f7e Document the return value of `upb_Message_SetField`. 9 months ago
Eric Salo 4502dd1ea3 upb: fix upb_MiniTableField_IsInOneof() to be UPB_API_INLINE everywhere 9 months ago
Jean byroot Boussier 87cbdddbf0 Ruby implement memsize functions for native types (#10291) 10 months ago
Protobuf Team Bot 52f9ea88d8 No longer allow minidescriptors to accept message fields tagged as proto3 scalar (implicit presence) 10 months ago
Eric Salo a5d9b0522c upb: delete upb_Message_IsExactlyEqual() 10 months ago
Eric Salo b5957f108a upb: implement _upb_Arena_Contains() 10 months ago
Eric Salo c69ed472cd upb: implement minitable-based field iterators 10 months ago
Eric Salo b0d3a787cc upb: Simplify inline functions in mini_table/ and mem/ and wire/ and message/ 10 months ago
Éamonn McManus 3c2fa8f21c Internal change. 10 months ago
Eric Salo bc75a9be30 upb: remove the default arg from upb_Message_GetMessage() 10 months ago
Mike Kruskal 9a020c4a7b Unify behavior of deprecated_legacy_json_field_conflicts across upb and syntax. 10 months ago
Joshua Haberman 32a6f7a18c Increased the size of the error message buffer by 4x, to 511 bytes. 10 months ago
Eric Salo f212cc23d7 upb: use upb_MessageValue in upb_Extension 10 months ago
Eric Salo 7303758dd2 upb: factor out Java code for reading upb_Array data 10 months ago
Eric Salo 98843d15ac upb: attempt to reduce the direct use of UPB_PRIVATE() fields 10 months ago
Éamonn McManus 5f81741473 Small fix for accessing upb from Kotlin/Native. 10 months ago