1821 Commits (3c3d4900bc5e6270aec832f64c87d9cdfe57befb)

Author SHA1 Message Date
Hong Shin 290f28871f Introduce upb_ByteSize 3 months ago
Joshua Haberman c841627af4 Use `default_compatible_with` instead of specifying `compatible_with` on every target. 3 months ago
Joshua Haberman 8422e9795f Migrated upb to use Copybara-standard stripping. 3 months ago
Joshua Haberman e4449ba248 Harmonize license rules between google3 and OSS 3 months ago
Protobuf Team Bot eafacfad50 Introduce upb_Message_SetBaseFieldMessage() 3 months ago
Mike Kruskal 5695a882bd Move -Werror to our test/dev bazelrc files. 3 months ago
Joshua Haberman a2fd240e0e Moved reflection codegen to its own directory. 3 months ago
Joshua Haberman bc394d2c6d Moved the MiniTable generator into a separate directory. 3 months ago
Joshua Haberman 983910fa1a Removed aliases for the boostrap proto libraries. 3 months ago
Joshua Haberman ebd9838248 Make function declarations proper prototypes by adding `void`. 3 months ago
Joshua Haberman eab1fa2765 Fixed layering check violations once and for all in upb bootstrapping. 3 months ago
Protobuf Team Bot 580b595eea Removes setjmp/longjmp if UPB is running in a WASM-WAMR environment 4 months ago
Protobuf Team Bot c7278372b5 Auto-generate files after cl/658038844 4 months ago
Derek Benson 504a5d0311 Add pkg build rules to create a zip of the protobuf rust crate 4 months ago
Protobuf Team Bot d0395408aa Fix outputted command for usage of update_failure_list.py 4 months ago
Joshua Haberman 65b67eb6b1 Fixed extension memory layout on 32-bit targets. 4 months ago
Joshua Haberman 0309d86d31 Fixed `NAN`/`INFINITY` definitions to work on Windows 11 SDK. 4 months ago
Protobuf Team Bot f9dd9ce66e UPB text encoder without using reflection for Rust (used for a message's Debug trait) that will print out field number to value entries instead of field name to value entries of a message like how it's expected for the usual text format using reflection. 5 months ago
Joshua Haberman d3172f5d73 Add a maximum block size for arena growth. 5 months ago
Joshua Haberman 62e07e367a Fixed a fuzz bug when a negative oneof_index is provided. 5 months ago
Derek Benson e2ab51b799 Add upb_Message_MergeFrom to upb 5 months ago
Protobuf Team Bot a81c234bf5 Enable dev tracing for production builds. 5 months ago
Anuraag (Rag) Agrawal c008a86038 Use UPB_LONGJMP macro instead of longjmp (#17201) 5 months ago
Protobuf Team Bot 8ed10a9a46 Automated Code Change 5 months ago
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