1844 Commits (c3cbfc7ad77ac31c4fd6b3b21623a3745d7dee2a)

Author SHA1 Message Date
Joshua Haberman 8e79bfa0b7 Updated upb bootstrap files for the latest changes to descriptor.proto. 3 months ago
Protobuf Team Bot 2fe8aaa158 Auto-generate files after cl/692315472 3 months ago
Protobuf Team Bot 752173215a Automated Code Change 3 months ago
Hong Shin eb8f810de9 upb_DebugString typo fix 3 months ago
Protobuf Team Bot 25f6eabb76 Expose function to determine whether arenas are fused 4 months ago
Hong Shin 367ef9c2ff Update index vs layout_index upb docs 4 months ago
Joshua Haberman 67ab5bd666 Make arena fuse and inc/dec-ref const, so that they can be invoked concurrently. 4 months ago
Hong Shin c5236bc28e Migrate upb extension getters for scalars 4 months ago
Mike Kruskal d3735bc2a0 Support fetching CMake dependencies via `-Dprotobuf_FETCH_DEPENDENCIES=ON` 4 months ago
Protobuf Team Bot b00dca3665 Load Python rules everywhere in protobuf 4 months ago
Protobuf Team Bot 8cc5f6bd16 Fix compilation in Clang C23 mode. 4 months ago
Mike Kruskal c83b2f93a6 Clean up PHP CI (#18610) 4 months ago
Joshua Haberman b8237dddb3 Fixed the ASAN build for linker arrays. 4 months ago
Protobuf Team Bot d88a3d0c95 Updates upb conformance failures file. 4 months ago
Protobuf Team Bot ecf5f2e047 Auto-generate files after PR #17682 5 months ago
Nathan Baulch e4cbc79ab4 Fix minor typos (#17682) 5 months ago
Mike Kruskal ce6dbe478a Setup fix for python/upb for the enforcement of closed enums in editions. 5 months ago
Protobuf Team Bot 4d75c8224a Fix a potential Ruby-upb use of uninitialized memory. 5 months ago
Protobuf Team Bot c8e016c546 Auto-generate files after cl/672397247 5 months ago
Joshua Haberman fd6d8727c8 Created proper `names.h` headers for all upb generators. 5 months ago
Derek Benson 50c3191741 add a dependency to the upb amalgamation on text:debug and text:internal 5 months ago
Eric Salo 1321c26fc6 upb: fix uninitialized upb_MessageValue buffer bugs 5 months ago
Hong Shin 6da642ac5c upb: Arena_DoFuse typo fix 5 months ago
Hong Shin 290f28871f Introduce upb_ByteSize 5 months ago
Joshua Haberman c841627af4 Use `default_compatible_with` instead of specifying `compatible_with` on every target. 5 months ago
Joshua Haberman 8422e9795f Migrated upb to use Copybara-standard stripping. 6 months ago
Joshua Haberman e4449ba248 Harmonize license rules between google3 and OSS 6 months ago
Protobuf Team Bot eafacfad50 Introduce upb_Message_SetBaseFieldMessage() 6 months ago
Mike Kruskal 5695a882bd Move -Werror to our test/dev bazelrc files. 6 months ago
Joshua Haberman a2fd240e0e Moved reflection codegen to its own directory. 6 months ago
Joshua Haberman bc394d2c6d Moved the MiniTable generator into a separate directory. 6 months ago
Joshua Haberman 983910fa1a Removed aliases for the boostrap proto libraries. 6 months ago
Joshua Haberman ebd9838248 Make function declarations proper prototypes by adding `void`. 6 months ago
Joshua Haberman eab1fa2765 Fixed layering check violations once and for all in upb bootstrapping. 6 months ago
Protobuf Team Bot 580b595eea Removes setjmp/longjmp if UPB is running in a WASM-WAMR environment 6 months ago
Protobuf Team Bot c7278372b5 Auto-generate files after cl/658038844 7 months ago
Derek Benson 504a5d0311 Add pkg build rules to create a zip of the protobuf rust crate 7 months ago
Protobuf Team Bot d0395408aa Fix outputted command for usage of update_failure_list.py 7 months ago
Joshua Haberman 65b67eb6b1 Fixed extension memory layout on 32-bit targets. 7 months ago
Joshua Haberman 0309d86d31 Fixed `NAN`/`INFINITY` definitions to work on Windows 11 SDK. 7 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. 7 months ago
Joshua Haberman d3172f5d73 Add a maximum block size for arena growth. 8 months ago
Joshua Haberman 62e07e367a Fixed a fuzz bug when a negative oneof_index is provided. 8 months ago
Derek Benson e2ab51b799 Add upb_Message_MergeFrom to upb 8 months ago
Protobuf Team Bot a81c234bf5 Enable dev tracing for production builds. 8 months ago
Anuraag (Rag) Agrawal c008a86038 Use UPB_LONGJMP macro instead of longjmp (#17201) 8 months ago
Protobuf Team Bot 8ed10a9a46 Automated Code Change 8 months ago
Protobuf Team Bot 2c6d319e69 Auto-generate files after cl/643036818 8 months ago
Joshua Haberman d5bd5b90da Fixed a bug with tree shaking: use a separate MiniTable for statically tree shaken messages. 8 months ago
Mike Kruskal 8beb9705e4 Fix delimited inheritance in all languages. 8 months ago