1797 Commits (e844510ee30e25017e94f9f43751abab159208c8)

Author SHA1 Message Date
Protobuf Team Bot 2c6d319e69 Auto-generate files after cl/643036818 6 months ago
Joshua Haberman d5bd5b90da Fixed a bug with tree shaking: use a separate MiniTable for statically tree shaken messages. 6 months ago
Mike Kruskal 8beb9705e4 Fix delimited inheritance in all languages. 6 months ago
Protobuf Team Bot a9387b5016 Auto-generate files after cl/642616862 6 months ago
Joshua Haberman 1b451603f6 Enable tree shaking unused sub-messages for C generated MiniTables. 6 months ago
Dave MacLachlan 1227db3dbe Fix UPB_LINKARR_DECLARE section name 6 months ago
Protobuf Team Bot 9f2893a554 Auto-generate files after cl/642327960 6 months ago
Joshua Haberman bcde8d4b54 Generate one source file per message/enum/extension on Android/iOS. 6 months ago
Protobuf Team Bot b2a6cdb910 Auto-generate files after cl/640749918 6 months ago
Protobuf Team Bot 569184774e Auto-generate files after cl/640592937 6 months ago
Protobuf Team Bot 532f0c2ed5 Auto-generate files after cl/640369522 6 months ago
Joshua Haberman 85c7cc24e0 Add an indirection to sub-messages pointers to allow for static tree shaking. 6 months ago
Joshua Haberman a1c99afd98 Introduced a generated extension registry using linker arrays. 6 months ago
Joshua Haberman 849396736c Internal Change. 6 months ago
Protobuf Team Bot c12c73212d Auto-generate files after cl/638902499 6 months ago
Hong Shin 0730adb1c1 rename upb_Message_WhichOneof to upb_Message_WhichOneofByDef 6 months ago
Protobuf Team Bot f65108072b Fixed printing of nan floats/doubles in Python. 6 months ago
Protobuf Team Bot 2e9c0a7ece Auto-generate files after cl/635956805 6 months ago
Mike Kruskal e237f72bc4 Future-proof edition 2023 against feature value support windows. 6 months ago
Protobuf Team Bot 5fb5b871dc Remove spurious 'return' in a void function of another void. 6 months ago
Hong Shin 0645439efa Introduce upb_EncodeStatus_String and upb_DecodeStatus_String 6 months ago
pbatg 30a40eefe5 Fixed broken link in upb README.md (#16717) 7 months ago
Eric Salo f93565c20c upb: publish and start using the new non-universal setters out in the wild 7 months ago
Hong Shin d071c60878 Break out idx in upb_MiniTableSub computation for clarity 7 months ago
Éamonn McManus b5fc2735e9 In `upb_MiniTableExtension_GetSubMessage`, return NULL for non-messages. 7 months ago
Eric Salo 6245733655 upb: remove the unused (upb_MiniTable*) arg from upb_Message_SetMessage() 7 months ago
Eric Salo d923896299 upb: implement most of the non-universal setters 7 months ago
Eric Salo 65821a67d6 upb: finish cleaning up message/accessors.h and message/internal/accessors.h 7 months ago
Hong Shin 6ccda4d2b5 Add upb_Message_ClearOneof (and retain upb_Message_WhichOneofFieldNumber) 7 months ago
Eric Salo 18306666b9 upb: clean up the UPB_TRACING_ENABLED code 7 months ago
Eric Salo aa70a3576b upb: clean up message/accessors.h and message/internal/accessors.h 7 months ago
Protobuf Team Bot d3b2fc52a4 Auto-generate files after cl/630090538 7 months ago
Protobuf Team Bot c9eeb1c8a7 Internal changes. 7 months ago
Éamonn McManus b4f4f8ef65 Automated rollback of commit 7a09c4569b. 7 months ago
Hong Shin 7a09c4569b Add upb_Message_ClearOneof 7 months ago
Protobuf Team Bot 12a828c700 Add UPB_ASSUME(!IsExtension) on GetMutableMessage. 7 months ago
Hong Shin 52c12a6f92 Automated rollback of commit 208cae7fd7. 7 months ago
Hong Shin 208cae7fd7 Internal Change 7 months ago
Éamonn McManus 501067aa80 Expose `MiniDescriptorEncode` for `FieldDefPtr`. 7 months ago
Protobuf Team Bot 62f2b143d5 Change the arena.hpp ::Fuse return type to bool to surface whether the fuse failed. 7 months ago
Hong Shin e0fc566596 Ensure the appropriate upb functions taking non-const pointers assert that the message is not frozen. 7 months ago
Eric Salo 8be1312b3c upb: fix Dart empty imports 7 months ago
Hong Shin 5b5db6666e Check IsFrozen for internal/message.c and reflection/message.c 7 months ago
Hong Shin bd9f211f97 Remove IsFrozen checks from upb/conformance 7 months ago
Hong Shin bceb7f597f Check IsFrozen for message/copy.c, experimental_jspb/decode.c, and json/decode.c 7 months ago
Hong Shin 0e3650c29c Add IsFrozen checks to conformance_upb and upb_js 7 months ago
Hong Shin 335edb909f update decode_fast.c to assert that non-const messages are not frozen 7 months ago
Joshua Haberman 37e484a0aa Replace direct access to MiniTable subs with calls to the encapsulated functions. 7 months ago
Protobuf Team Bot 6afdd5a135 Auto-generate files after cl/625815212 7 months ago
Mike Kruskal e5502c746e Removed merged features from the edition defaults IR. 7 months ago