2517 Commits (aabb2b62ae92bf71a92e5ccbcd9eb1b042c1c50a)
 

Author SHA1 Message Date
Protobuf Team Bot aabb2b62ae Add upb_Message_DeleteUnknown API. 2 years ago
Protobuf Team Bot b49f992a04 Remove redefinition of upb_MiniTable_Extension, upb_MiniTable. 2 years ago
Joshua Haberman 185d4f09d9 Simplified extension table building slightly by avoiding direct mutation 2 years ago
Eric Salo 44916d7d27 create reflection_internal library 2 years ago
Eric Salo 52c1598554 add upb_EnumDef_IsClosed() 2 years ago
Joshua Haberman 5d0833f48c Removed obsolete exemption for closed enums 2 years ago
Joshua Haberman 32c6e9baab A few more fixes for PHP and the 32-bit build 2 years ago
Eric Salo 0f585c69af stop requiring extension fields to have a synthetic oneof 2 years ago
Joshua Haberman 5732824427 Fixed a memory corruption bug for 32-bit builds 2 years ago
Eric Salo 259183b1f0 split out the mapsorter functions into their own .c & .h 2 years ago
Eric Salo 787714f60d move extension_registry declarations out of msg_internal.h 2 years ago
Joshua Haberman e79e3dbfd7 Update documentation about upb status 3 years ago
Joshua Haberman 82c6c48761 Fix a few minor things to unblock the Ruby sync 3 years ago
Joshua Haberman 128ac1c935 Bugfix for when UPB_TREAT_PROTO2_ENUMS_LIKE_PROTO3 is being used 3 years ago
Mike Kruskal e1b11b67a0 Internal change 3 years ago
Copybara-Service 9157381d73 Merge pull request #764 from haberman:staleness 3 years ago
Joshua Haberman 18446cf64f Removed unused "paths" import. 3 years ago
Eric Salo b8bec58e01 pull the mini descriptor encoders into their proper .c files 3 years ago
Joshua Haberman 81e716d459 Fixed to add missing table targets. 3 years ago
Joshua Haberman 4054c28cc2 Merge branch 'main' into staleness 3 years ago
Copybara-Service ce3a28f75c Merge pull request #811 from acozzette:staleness-test 3 years ago
Adam Cozzette 4a9e1ba662 Make staleness_test() macro usable in other Bazel workspaces 3 years ago
Copybara-Service 4f49770b7a Merge pull request #810 from acozzette:staleness-test 3 years ago
Adam Cozzette 7189539610 Rename generated_file_staleness_test() to just staleness_test() 3 years ago
Joshua Haberman d5bd55cde1 Treat unlinked sub-messages in the MiniTable as unknown 3 years ago
Eric Salo 1e3deb013d move message/field modifiers functions out of mini_descriptor_encode.c 3 years ago
Eric Salo efd06e46a4 use mini descriptors to build message defs and extension defs 3 years ago
Eric Salo e779b9d90a silently succeed when adding the same serialized file in Python 3 years ago
Protobuf Team Bot 23048df525 Fully-qualify labels in the µpb repository. 3 years ago
Eric Salo 8cc3e07735 move (most of) the json code into its own subdir 3 years ago
Eric Salo 6a625a6275 make msan happy with the arena code 3 years ago
Protobuf Team Bot e76dc4ac8a Fix mini_table_accessors FindUnknown status. 3 years ago
Eric Salo c7187301d3 fix some warnings when the compiler is being strict 3 years ago
Copybara-Service 4241cab125 Merge pull request #796 from comius:fix-absolute-path-strip 3 years ago
Ivo List 9e19bec587 Fix upb proto libraryies for default strip_import_prefix. 3 years ago
Joshua Haberman f44653bc52 Readability improvements for decode.c: 3 years ago
Joshua Haberman ba511fd425 Added a size overflow check for mini-table building 3 years ago
Joshua Haberman e55bfa2851 Minor decoder refactor 3 years ago
Joshua Haberman 6795ec13b4 Fixed fuzz bug in MiniDescriptor parsing for extensions. 3 years ago
Eric Salo 668cebbad9 mini descriptor encode functions now populate a string view 3 years ago
Copybara-Service 68c0a7a8e1 Merge pull request #789 from comius:proto-compatible 3 years ago
Ivo List 04957b1061 Make upb backwards and forwards compatible with Bazel 4.x, 3.5.x and LTS 3 years ago
Eric Salo edecfd5eb0 upb: use the new reflection headers 3 years ago
Eric Salo 38d8430923 simplify makejsonname() 3 years ago
Eric Salo 00765002ff - All of reflection now lives in upb/reflection/ 3 years ago
Copybara-Service cbba1fb1e1 Merge pull request #783 from Wyverald:patch-1 3 years ago
Xùdōng Yáng 830100abd8
update googletest version 3 years ago
Copybara-Service 1ad98e9feb Merge pull request #729 from casperisfine:arena-space-allocated 3 years ago
Jean Boussier 2341741bf3 Add upb_Arena_SpaceAllocated function 3 years ago
Joshua Haberman a8bc4ca4a3 Fixed Bazel 4.1.0 compatibility, and added a GitHub Action to verify. 3 years ago