2561 Commits (fd14316f389fd4d85e5b5284323b9ebaf7f5b0c8)
 

Author SHA1 Message Date
Eric Salo fd14316f38 create collections/ subdir for all array and map code 2 years ago
Joshua Haberman 115b878a5c Optimization: do not generate oneofs for proto3 optional fields. 2 years ago
Joshua Haberman 93fee65c55
Merge pull request #884 from acozzette/test-cmake-generation 2 years ago
Eric Salo d9b6f13cde remove upb_MtDataEncoder from the public surface 2 years ago
Eric Salo 0bb466356d create text/ subdir for all text-format code 2 years ago
Protobuf Team Bot 9b8785ebd3 Pin Upb to C++ 17 2 years ago
Eric Salo e137175092 create wire/ subdir for all wire-format code 2 years ago
Eric Salo f409c9985b create mem/ subdir for all arena code 2 years ago
Mike Kruskal 5ba0d84c88 Internal Change 2 years ago
Adam Cozzette 496276471d Make trivial change to CMakeLists.txt to test auto-generation 2 years ago
Eric Salo c033eff26f split apart mini_table.c into a new subdir 2 years ago
Joshua Haberman 6c4dc6f9e8
Merge pull request #873 from acozzette/update-cmake-files 2 years ago
Eric Salo 5c646803ef implement mini descriptors for message sets 2 years ago
Eric Salo cb5be728d7 fix bug in mini descriptor map decoder 2 years ago
Mike Kruskal 41017ef8dc Fixes https://github.com/protocolbuffers/upb/issues/869 2 years ago
Adam Cozzette 52be7c2960 Check in generated CMake files 2 years ago
Eric Salo 20310e2f3a implement mini descriptors for maps 2 years ago
Eric Salo 6f68ba1350 upb: fail if a message set contains any sub-fields 2 years ago
Eric Salo 067c7aa3f1 check for malformed map entries 2 years ago
Eric Salo a4f240c18b backport a fuzzer test patch from an earlier github branch 2 years ago
Mike Kruskal 9e2d7f02da Support local builds of upb's python wheel build. 2 years ago
Eric Salo 36ce2fa7d1 add version/tag chars to the start of all mini descriptors 2 years ago
Eric Salo df34b04658 make upb_ExtensionRegistry_AddArray() and upb_ExtensionRegistry_Lookup() public 2 years ago
Mike Kruskal fc73215f86 Internal change 2 years ago
Mike Kruskal 72f7799d12 Internal change 2 years ago
Eric Salo 40998462d6 add upb_MtDataEncoder_EncodeExtension() 2 years ago
Mike Kruskal 4e67cea19c Internal changes 2 years ago
Mike Kruskal d861ff5411 Reserve C++20 keywords 2 years ago
Protobuf Team Bot be98a91367 Add aspect hints for kotlin native compilation. 2 years ago
Copybara-Service 1f8f8abaf5 Merge pull request #853 from acozzette:cmake 2 years ago
Adam Cozzette 4a9a7cacac Add GitHub workflow for updating checked-in generated files 2 years ago
Eric Salo 85bf4677b2 lock down internal reflection 2 years ago
Eric Salo 41335a03be normalize upb_Message_New() 2 years ago
Eric Salo 1a3803ce8b dead code elimination 2 years ago
Protobuf Team Bot 50d36a62b0 Add asserts for unlinked mini tables. 2 years ago
Eric Salo 85f7d2d065 set kUpb_EncodedValue_MaxField to its correct value 2 years ago
Protobuf Team Bot c172bfb4bc Import numpy_test in upb wrapper from protobuf 2 years ago
Protobuf Team Bot 04363f7bae Update workspace_deps.bzl protobuf main commit 2 years ago
Protobuf Team Bot 3faf958b3d Initialize mini table subs, so that upb_MiniTable_Build creates stable unlinked table. 2 years ago
Eric Salo 65946dc0e7 kUpb_EncodedType_Enum -> kUpb_EncodedType_OpenEnum 2 years ago
Protobuf Team Bot 41686adf0f Initialize mini table subs, so that upb_MiniTable_Build creates stable unlinked table. 2 years ago
Protobuf Team Bot bc2022ae86 Initialize mini table subs, so that upb_MiniTable_Build creates stable unlinked table. 2 years ago
Joshua Haberman b33fd88ed3 Added function for getting the type of a MiniTable field 2 years ago
Joshua Haberman 30a28f3d3a Removed kUpb_FieldRep_Pointer as a distinct FieldRep, saving a bit in the MiniTable 2 years ago
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