1780 Commits (ee98ba2c18486938952a7748765f2e8e119e7fc4)

Author SHA1 Message Date
Eric Salo 06b8991ab1 upb: move libupb.so from third_party/upb/ to third_party/dart/pb_runtime/ 1 year ago
Adam Cozzette a7b0421c78 Breaking change: make protobuf comply with the C++ layering check 1 year ago
Protobuf Team Bot 3d9916caca Auto-generate files after cl/595137531 1 year ago
Eric Salo 9debd6b10a upb: merge upb:message_accessors into upb:message 1 year ago
Eric Salo 4ba7d27201 upb: implement _upb_Message_ClearOneofCase() 1 year ago
Eric Salo 4f1eba857a upb: lock down the internal headers for upb:wire_reader 1 year ago
Eric Salo 64dbf0dba4 upb: delete the aliases for upb:hash, upb:lex, upb:reflection_internal 1 year ago
Eric Salo f1b8f477d7 upb: factor out message internal data pointers 1 year ago
Protobuf Team Bot 499c748e39 Auto-generate files after cl/594514934 1 year ago
Eric Salo f0cf0b653c upb: clean up and consolidate the upb/message/ build targets 1 year ago
Eric Salo 1fc0e72416 upb: make :wire internal headers private 1 year ago
Joshua Haberman c16ac66e85 Fixed non-conformance in upb JSON enum decoding when ignoring unknown enum values. 1 year ago
Adam Cozzette 4ec9170bcd Fix layering check for usage of gtest 1 year ago
Eric Salo 0eac807f3b upb: delete the aliases for base:internal and mini_descriptor:internal 1 year ago
Eric Salo 7e1fd68667 upb: clean up some of the includes in upb/message/ 1 year ago
Eric Salo 27eae8f404 upb: delete mini_table/types.h 1 year ago
Protobuf Team Bot 80b5fe437b Auto-generate files after cl/594074354 1 year ago
Eric Salo 090c3adbf2 upb: start consolidating the upb/message/ build targets 1 year ago
Eric Salo e397296217 upb: restore the mini_table:internal target 1 year ago
Joshua Haberman ca58c35e24 Added `explicit` to a single-arg constructor to fix a ClangTidy warning. 1 year ago
Eric Salo 0896146034 upb: make all mini_table/ includes unidirectional 1 year ago
Eric Salo 3c3d77158f upb: add :test_srcs targets for cmake on GH 1 year ago
Eric Salo f50ea84d19 upb: the triumphant return of upb/mem:internal 1 year ago
Protobuf Team Bot da56def7c2 Auto-generate files after cl/593821827 1 year ago
Eric Salo 2fb0b93d9d upb: tighten up and lock down upb/wire/ 1 year ago
Joshua Haberman 238538b6ce Fixed breaking ARM tests by properly aligning default options. 1 year ago
Protobuf Team Bot 4a8f21ea94 Auto-generate files after cl/592863926 1 year ago
Eric Salo b997cb6d8d upb: add a non-void typedef for upb_Message 1 year ago
Eric Salo 4d9c76b4cd upb: fix typo in IFTTT block name 1 year ago
Eric Salo cdb078275d upb: add more functions to bits/mini_table_field.h 1 year ago
Eric Salo fd6f83576f upb: stop returning void from void functions 1 year ago
Protobuf Team Bot 8981fe5cab Auto-generate files after cl/592677762 1 year ago
Adam Cozzette 40ad3fac60 Breaking change: remove support for PHP generic services 1 year ago
Eric Salo de7f589d44 upb: eliminate :mini_table_internal 1 year ago
Eric Salo e3ed59102c upb: replumb upb_Arena to be substantially more opaque 1 year ago
Eric Salo 1587fefee7 upb: simplify upb_Map_Insert() down to upb_Map_Set() where possible 1 year ago
Eric Salo 121896da15 upb: add upb_Message_ExtensionByIndex() 1 year ago
Eric Salo 1f67b8dfe1 upb: tag upb_MiniTableField:offset as UPB_ONLYBITS() 1 year ago
Eric Salo 5b7bafc60e upb: upb_Message_Extension -> upb_Extension 1 year ago
Protobuf Team Bot f73985a9f9 Auto-generate files after cl/592035282 1 year ago
Eric Salo a4a98bdcc0 upb: tag upb_Array.size as UPB_ONLYBITS() 1 year ago
Protobuf Team Bot 2be44b99cb Auto-generate files after cl/591299107 1 year ago
Eric Salo fa62c92071 upb: stop generating hazzers for repeated fields 1 year ago
Protobuf Team Bot 9c7d2b9d83 Make the utf8_range implementation just in C 1 year ago
Mike Kruskal 543fbcdbd9 Breaking change: Remove deprecated std::string error collector overrides 1 year ago
Eric Salo 088fee7f28 upb: implement upb_Message_FindExtensionByNumber() 1 year ago
Eric Salo e1d3008eaf upb: tighten up the upb_Arena code 1 year ago
Eric Salo 9c3a4e5f96 upb: add missing line for :mem_internal to copy.bara.sky 1 year ago
Protobuf Team Bot 1b62d18159 Reunify with-bits and no-bits on upb.js to only use bits for non-repeated getters and string-alloc (the latter we can revisit in a followup). All setters go through the upb C api. 1 year ago
Eric Salo 0c3e116c25 upb: tag _upb_Message_AddUnknown() as UPB_PRIVATE() 1 year ago