16277 Commits (e81cda18340c1234f8413d5c139e81729426328f)
 

Author SHA1 Message Date
Protobuf Team Bot e81cda1834 Auto-generate files after cl/584358795 1 year ago
Eric Salo 0b892a5466 upb: move IsOneof() from message/internal/accessors.h 1 year ago
Protobuf Team Bot f9abeba8bf Auto-generate files after cl/584346836 1 year ago
Protobuf Team Bot 318d310e64 Create `RuntimeVersion.java` that is updated with releases to prepare version check. 1 year ago
Protobuf Team Bot 194ae0c16d Delete Delete(). 1 year ago
Protobuf Team Bot 81a47f67ce Auto-generate files after cl/584322655 1 year ago
Protobuf Team Bot f046526a0e DescritorTable improvements: 1 year ago
Protobuf Team Bot 1b8e15fa4e Always inline call to `Destroy<>()` in `DestroyProtos()`. 1 year ago
Protobuf Team Bot 54573a45d2 Auto-generate files after cl/584309590 1 year ago
Protobuf Team Bot 4656b0d6e0 Make SetField/GetField public and operate on MessageValue instead of void*. 1 year ago
Jakob Buchgraber 95073f8e78 Implement Proxied for Maps 1 year ago
Protobuf Team Bot 08d8b80b22 Internal change. 1 year ago
Protobuf Team Bot c5b3eb8059 Auto-generate files after cl/584154442 1 year ago
Eric Salo 45b292f119 upb: refactor mini_table/enum.h 1 year ago
Protobuf Team Bot 5ae9efc02c Fix Unreachable() test to property EXPECT_DEATH in NDEBUG mode. 1 year ago
Protobuf Team Bot 0fab773c1d Update remainder of upb to new short license style. 1 year ago
Richard Levasseur 06776d20a5 Add `load()` statements for builtin Python rules/providers 1 year ago
Protobuf Team Bot 78391a1318 Auto-generate files after cl/584082079 1 year ago
Eric Salo 7fa050d8c1 upb: move IsSubMessage() and IsRepeatedOrMap() from mini_table/internal/field.h 1 year ago
Kevin King 9b8b2760f8 Move MessageInit function to cc_library 1 year ago
Protobuf Team Bot c33967fcbc Add iterator_concept support. 1 year ago
Eric Salo 708913c05c rust: stop using deprecated upb:collections as a dep 1 year ago
Protobuf Team Bot c9a8b46fd0 Auto-generate files after cl/583524301 1 year ago
Eric Salo 8324c900b7 upb: steal a bit from upb_Array 1 year ago
Mike Kruskal 6546eca70a Register a shutdown deleter for C++ feature defaults 1 year ago
Protobuf Team Bot 8a1a6ef910 Auto-generate files after cl/583486341 1 year ago
Protobuf Team Bot c83fc3dc42 Add arena aware move constructors. 1 year ago
Protobuf Team Bot 80056dfb30 Replace ASSUME(false) with Unreachable() for clearer intent. 1 year ago
Protobuf Team Bot b41f04d42a Auto-generate files after cl/583411456 1 year ago
Protobuf Team Bot 92157c8db5 Fix typo in FieldDescriptorProto. 1 year ago
Protobuf Team Bot d7dccd5d3f Auto-generate files after cl/583379506 1 year ago
Protobuf Team Bot 33811d1227 Refactor ClassData to use MessageLite for merge_to_from. 1 year ago
Protobuf Team Bot 4864e43b7d Allow Messages to be used in Oneofs. 1 year ago
Protobuf Team Bot b0d7441f83 Avoid calling GetArena() multiple times. 1 year ago
Protobuf Team Bot 838d9b7c7f Push/pop `noreturn` when it is a macro. 1 year ago
Hong Shin 1a5cdb9378 Migrate optional.rs to googletest-rust 1 year ago
Protobuf Team Bot 1e0418df22 Auto-generate files after cl/583056663 1 year ago
Protobuf Team Bot 6eed7a2f53 Enforce stricter version checks for Protobuf C++ by removing the notion of "minimal version of protoc/headers"; exact version match is required. 1 year ago
Jakob Buchgraber 24dfcacc68 Minimize the scope of unsafe blocks in gencode 1 year ago
Jakob Buchgraber ba7067c9fa Fix a bug where we did not return a mutable message for _mut() accessors 1 year ago
Jakob Buchgraber 245a6e692a Remove the protobuf::__runtime::Map type 1 year ago
Protobuf Team Bot 00e783d113 Apply clang-tidy fixes to change `static_cast` to `proto2::DownCastToGenerated` in sr_www dependencies. 1 year ago
Jakob Buchgraber 001be3c655 Implement Maps for scalar types for the C++ kernel 1 year ago
Adrian Sadłocha 1fa484c4ed Extract string and bytes default value creation to a helper function 1 year ago
Protobuf Team Bot 1388e818a7 Internal Code Change 1 year ago
Mike Kruskal 51a25365a0 Improve roundtrip behavior of rpc methods. 1 year ago
Hong Shin 26dcf400fa Use shortened license in upb::lua 1 year ago
Protobuf Team Bot 0a13fde74b Optimize RepeatedField<Scalar>::copy_from 1 year ago
Protobuf Team Bot 80a9e9c847 Add an `Unreachable()` function to replace `PROTOBUF_ASSUME(false);` uses. 1 year ago
Hong Shin e3432c283d Add submsg support for strings and bytes. 1 year ago