1797 Commits (4f954e8c9bf99a550134345a0086e07fe1c9707c)

Author SHA1 Message Date
Protobuf Team Bot e41ffb01a2 Auto-generate files after cl/613765356 12 months ago
Éamonn McManus 3c0f3ca6be Document `upb_Message_SetMessage`. 12 months ago
Protobuf Team Bot 99315b19d2 Fix upb_MiniTable_SetFullName signature. 12 months ago
Protobuf Team Bot cbfb6991f3 Add api to trace message allocations. 12 months ago
Mike Kruskal d5543304d5 Fix has_presence to account for proto3 extensions in Python. 12 months ago
Protobuf Team Bot 5d58cb8559 Auto-generate files after cl/613290255 12 months ago
Protobuf Team Bot f2242d7136 Add proto full name support for tracing. 12 months ago
Eric Salo 3d7e75fb98 upb: remove split64 from Dart VM, delete array_split64.h from upb/message/ 12 months ago
Éamonn McManus 6cbcff4bb6 Clarify that `upb_Message_SetString` does not copy data. 12 months ago
Protobuf Team Bot e8244da7c6 Adds mutable extension accessors to the codegen for upb C for getting mutable extension messages. 12 months ago
Éamonn McManus 507f037f7e Document the return value of `upb_Message_SetField`. 12 months ago
Eric Salo 4502dd1ea3 upb: fix upb_MiniTableField_IsInOneof() to be UPB_API_INLINE everywhere 12 months ago
Jean byroot Boussier 87cbdddbf0 Ruby implement memsize functions for native types (#10291) 1 year ago
Protobuf Team Bot 52f9ea88d8 No longer allow minidescriptors to accept message fields tagged as proto3 scalar (implicit presence) 1 year ago
Eric Salo a5d9b0522c upb: delete upb_Message_IsExactlyEqual() 1 year ago
Eric Salo b5957f108a upb: implement _upb_Arena_Contains() 1 year ago
Eric Salo c69ed472cd upb: implement minitable-based field iterators 1 year ago
Eric Salo b0d3a787cc upb: Simplify inline functions in mini_table/ and mem/ and wire/ and message/ 1 year ago
Éamonn McManus 3c2fa8f21c Internal change. 1 year ago
Eric Salo bc75a9be30 upb: remove the default arg from upb_Message_GetMessage() 1 year ago
Mike Kruskal 9a020c4a7b Unify behavior of deprecated_legacy_json_field_conflicts across upb and syntax. 1 year ago
Joshua Haberman 32a6f7a18c Increased the size of the error message buffer by 4x, to 511 bytes. 1 year ago
Eric Salo f212cc23d7 upb: use upb_MessageValue in upb_Extension 1 year ago
Eric Salo 7303758dd2 upb: factor out Java code for reading upb_Array data 1 year ago
Eric Salo 98843d15ac upb: attempt to reduce the direct use of UPB_PRIVATE() fields 1 year ago
Éamonn McManus 5f81741473 Small fix for accessing upb from Kotlin/Native. 1 year ago
Eric Salo 7b6a845ab7 upb: implement immutability 1 year ago
Éamonn McManus b809398add Small fixes for accessing upb from Kotlin/Native. 1 year ago
Eric Salo 5bded04d28 upb: add 'static' to UPB_FORCEINLINE() 1 year ago
Eric Salo 953d521a04 upb: upb_Message_FindExtensionByNumber() no longer returns a (upb_Extension*) 1 year ago
Joshua Haberman ca5ca62fa6 Fixed a bug when deep copying a map field with a closed enum value. 1 year ago
Eric Salo 9d625a1df7 upb: fix the map encoder to stop dying under ubsan 1 year ago
Eric Salo ed5eb924d7 upb: upb_Message_ExtensionByIndex() no longer returns a (upb_Extension*) 1 year ago
Eric Salo f9af78e7ee upb: upb_MiniTable_GetOrPromoteExtension() no longer returns a (upb_Extension*) 1 year ago
Eric Salo 07f784a2f3 upb: tag _upb_Message_GetOrCreateExtension() as UPB_PRIVATE() 1 year ago
Eric Salo 373ffa6622 upb: tag _upb_Message_Getext() as UPB_PRIVATE() 1 year ago
Éamonn McManus fc2d9da9c0 Wrap C++ headers in `#ifdef __cplusplus`. 1 year ago
Eric Salo 7c5ff29979 upb: add upb_MiniTableExtension_CType() 1 year ago
Eric Salo 72275ded70 upb: move upb_Message definition back into upb/message/ 1 year ago
Protobuf Team Bot 9ce56e363c Auto-generate files after cl/597923328 1 year ago
Eric Salo 8d0bfb0a5a upb: delete upb:upb, upb:collections, upb/upb.hpp, upb/collections/ 1 year ago
Joshua Haberman f2a91b33e1 Make `str(msg)` in Python print raw UTF-8 strings. Only invalid UTF-8 is escaped. 1 year ago
Eric Salo e6d8669958 upb: fix gencode bug with Map<*, bytes> 1 year ago
Protobuf Team Bot 03440ec744 Auto-generate files after cl/597662892 1 year ago
Eric Salo 5c5f092606 upb: implement upb_Message 1 year ago
Protobuf Team Bot 81e5433f5c Auto-generate files after cl/597629658 1 year ago
Eric Salo c7f44a02eb upb: finish locking down the upb_Array internals 1 year ago
Joshua Haberman c7de9dce7c Added missing package() declarations. 1 year ago
Kevin King 4270f73aee Add `upb_Array_GetMutable` accessor 1 year ago
Protobuf Team Bot 41c8f2a5c6 Auto-generate files after cl/597378801 1 year ago