71 Commits (57ba42815efe292b3c9c99e8afadf13bbb13fff1)

Author SHA1 Message Date
Protobuf Team Bot d0395408aa Fix outputted command for usage of update_failure_list.py 6 months ago
Joshua Haberman 85c7cc24e0 Add an indirection to sub-messages pointers to allow for static tree shaking. 7 months ago
Hong Shin 0645439efa Introduce upb_EncodeStatus_String and upb_DecodeStatus_String 8 months ago
Hong Shin 335edb909f update decode_fast.c to assert that non-const messages are not frozen 9 months ago
Protobuf Team Bot b8bb56df4c Change Rust-upb to use upb_Encode and upb_Decode directly, instead of going through the upb C gencode. 9 months ago
Éamonn McManus 0013736b04 Fix typo in `kUpb_EncodeOption_SkipUnkown`. 9 months ago
Hong Shin 09529fe018 Update reader.c to initialize i inside loop 9 months ago
Protobuf Team Bot d5a435fb4b Rename 'length delimited' to 'length prefixed' 9 months ago
Protobuf Team Bot c6f6a3291e Add Length-Delimited Encode and Decode functions to upb. 9 months ago
Protobuf Team Bot d7f032ad15 Move private definitions out of //bazel 9 months ago
Hong Shin f520cf3dbf upb:decode initialize int inside loop for upb_DecodeLongVarintReturn 9 months ago
Mike Kruskal b6032d72e3 Add basic upb cmake support. 10 months ago
Eric Salo b0d3a787cc upb: Simplify inline functions in mini_table/ and mem/ and wire/ and message/ 11 months ago
Eric Salo f212cc23d7 upb: use upb_MessageValue in upb_Extension 11 months ago
Eric Salo 98843d15ac upb: attempt to reduce the direct use of UPB_PRIVATE() fields 11 months ago
Eric Salo 7b6a845ab7 upb: implement immutability 12 months ago
Eric Salo 5bded04d28 upb: add 'static' to UPB_FORCEINLINE() 12 months ago
Eric Salo 9d625a1df7 upb: fix the map encoder to stop dying under ubsan 12 months ago
Eric Salo 07f784a2f3 upb: tag _upb_Message_GetOrCreateExtension() as UPB_PRIVATE() 12 months ago
Eric Salo 7c5ff29979 upb: add upb_MiniTableExtension_CType() 12 months ago
Eric Salo 72275ded70 upb: move upb_Message definition back into upb/message/ 12 months ago
Eric Salo 5c5f092606 upb: implement upb_Message 1 year ago
Eric Salo c7f44a02eb upb: finish locking down the upb_Array internals 1 year ago
Protobuf Team Bot d4dfb9c4a6 Add kUpb_DecodeOption_AlwaysValidateUtf8 decode option, to force UTF-8 validation of proto2 strings. 1 year ago
Eric Salo bdf24b2e0d upb: add 'static' to some wire decoder functions 1 year ago
Eric Salo 9debd6b10a upb: merge upb:message_accessors into upb:message 1 year ago
Eric Salo 4ba7d27201 upb: implement _upb_Message_ClearOneofCase() 1 year ago
Eric Salo 4f1eba857a upb: lock down the internal headers for upb:wire_reader 1 year ago
Eric Salo 64dbf0dba4 upb: delete the aliases for upb:hash, upb:lex, upb:reflection_internal 1 year ago
Eric Salo f0cf0b653c upb: clean up and consolidate the upb/message/ build targets 1 year ago
Eric Salo 1fc0e72416 upb: make :wire internal headers private 1 year ago
Adam Cozzette 4ec9170bcd Fix layering check for usage of gtest 1 year ago
Eric Salo 090c3adbf2 upb: start consolidating the upb/message/ build targets 1 year ago
Eric Salo e397296217 upb: restore the mini_table:internal target 1 year ago
Joshua Haberman ca58c35e24 Added `explicit` to a single-arg constructor to fix a ClangTidy warning. 1 year ago
Eric Salo 3c3d77158f upb: add :test_srcs targets for cmake on GH 1 year ago
Eric Salo f50ea84d19 upb: the triumphant return of upb/mem:internal 1 year ago
Eric Salo 2fb0b93d9d upb: tighten up and lock down upb/wire/ 1 year ago
Eric Salo b997cb6d8d upb: add a non-void typedef for upb_Message 1 year ago
Eric Salo de7f589d44 upb: eliminate :mini_table_internal 1 year ago
Eric Salo e3ed59102c upb: replumb upb_Arena to be substantially more opaque 1 year ago
Eric Salo 121896da15 upb: add upb_Message_ExtensionByIndex() 1 year ago
Eric Salo 1f67b8dfe1 upb: tag upb_MiniTableField:offset as UPB_ONLYBITS() 1 year ago
Eric Salo 5b7bafc60e upb: upb_Message_Extension -> upb_Extension 1 year ago
Eric Salo a4a98bdcc0 upb: tag upb_Array.size as UPB_ONLYBITS() 1 year ago
Protobuf Team Bot 9c7d2b9d83 Make the utf8_range implementation just in C 1 year ago
Eric Salo e1d3008eaf upb: tighten up the upb_Arena code 1 year ago
Eric Salo 0c3e116c25 upb: tag _upb_Message_AddUnknown() as UPB_PRIVATE() 1 year ago
Eric Salo 0755621dd2 Automated rollback of commit 3c75c331d3. 1 year ago
Eric Salo 3c75c331d3 upb: inline upb_Message_New() 1 year ago