4397 Commits (b0d7441f83a4cc79d3937f65f8cc2b46931ea639)

Author SHA1 Message Date
James Newton-King e519c62f82 Improve .NET debugging of Protobuf messages (#13838) 1 year ago
Protobuf Team Bot a30d71d873 Auto-generate files after cl/567400017 1 year ago
Protobuf Team Bot ddc654e0bd Fix several ClangTidy warnings in the codegen. 1 year ago
Protobuf Team Bot bfbc95d41e Faster swap. 1 year ago
Adam Cozzette 9b46ed520e Add CI runs for testing upb Python wheels 1 year ago
Protobuf Team Bot 301dfc5aeb Add missing debugging version info to Protobuf Java gencode when multiple files are generated. 1 year ago
Hong Shin a36deef052 clean up spacing near message.cc::new_thunk 1 year ago
Protobuf Team Bot e699aa601a Automated rollback of commit baab809422. 1 year ago
Protobuf Team Bot f7f42e3f0f Auto-generate files after cl/567293489 1 year ago
Protobuf Team Bot 1de33336cd InternalSwap does not need two arenas, since they are required to be the same 1 year ago
Protobuf Team Bot e71ce645d2 Move some processing off to a secondary noinline function. This significantly 1 year ago
Protobuf Team Bot baab809422 Internal 1 year ago
Protobuf Team Bot ab53bda703 Removed unused variable. 1 year ago
Protobuf Team Bot 33b78e67a9 Move Status error construction to helper NOINLINE functions to reduce stack 1 year ago
Jin Chao 9471a88225 `__NDK_MAJOR` should be `__NDK_MAJOR__` (#14046) 1 year ago
Thomas Van Lenten 51cbe921bb [ObjC] Move storage type info over to the new helper. 1 year ago
Thomas Van Lenten b70e0fe3fd [ObjC] Move the property decls over to the new api. 1 year ago
Thomas Van Lenten 28a5b5c2ec [ObjC] Add utility for getting the ObjC type for a file. 1 year ago
Protobuf Team Bot 986cbb647b Auto-generate files after cl/566628155 1 year ago
Protobuf Team Bot c98ef06291 Reserve/InternalExtend use capacity instead of size as input. 1 year ago
Mike Kruskal 5ba3f03d1f Ban packed option in editions. 1 year ago
Sandy Zhang 81068e8e8c Internal change 1 year ago
Protobuf Team Bot f54f8b2a20 Automated rollback of commit 6fc84676c1. 1 year ago
Hong Shin 80a4df3306 Add support accessing simple scalars (int32s, bools, and floats) in submessages 1 year ago
Thomas Van Lenten 2e5b1e50c4 [ObjC] Properly scope enum names to avoid naming collisions. 1 year ago
Protobuf Team Bot 43a0acb9c0 Auto-generate files after cl/565775188 1 year ago
Thomas Van Lenten a1e8ff0b16 [ObjC] ClangTidy fixes, no functional changes. 1 year ago
Protobuf Team Bot 6fc84676c1 Move `GetTypeName` implementation into `ClassData`. 1 year ago
Protobuf Team Bot aac142d67b Use Emit to generate InternalVerify. 1 year ago
Protobuf Team Bot 9b8f042770 Improve loops in RepeatedPtrField. 1 year ago
Protobuf Team Bot edf364fcd0 Include wire_format_verify.h 1 year ago
Protobuf Team Bot 785c82dbde Fix a bad cast in put<X>BuilderIfAbsent when already present due to using the result of put() directly (which is null if it currently has no value) 1 year ago
Protobuf Team Bot 027b8115ce Auto-generate files after cl/565159224 1 year ago
Protobuf Team Bot 4322e00e5b Setting up version updater to prepare for poison pills and embedding version info into C++, Python and Java gencode. 1 year ago
Protobuf Team Bot 09d2511a6c Initial skeleton towards oneof's Mut accessor, and clarify oneof the View accessor to use View<> instead of the raw primitive type. 1 year ago
Protobuf Team Bot 78d71cac9f Fix string setter thunk to use PtrAndLen instead of two args. 1 year ago
Adam Cozzette c92e490ed7 Fix Cloud C++ build failure 1 year ago
Protobuf Team Bot fbdeb5af0b Add prefetching to arena allocations. 1 year ago
Adrian Sadłocha 207331d860 Return Optional instead of Option in getter_opt 1 year ago
Cong Liu ef198dbae3 Small optimization/cleanup for message split. 1 year ago
Adam Cozzette 7286ffceb2 Merge the protobuf and upb Bazel repos 1 year ago
Protobuf Team Bot f175757c1a Auto-generate files after cl/564777204 1 year ago
Hong Shin d72e790084 Return the correct view type for messages 1 year ago
Protobuf Team Bot 9a0a3cf0cd Add `ABSL_ATTRIBUTE_LIFETIME_BOUND` attribute on generated repeated and map field accessors. 1 year ago
Protobuf Team Bot 3ae5a079fc Reduce code bloat for messages - use virtual methods for Merge/Clear/Delete. 1 year ago
Protobuf Team Bot 4a6f2da5b0 Auto-generate files after cl/564706001 1 year ago
Protobuf Team Bot 4eed4eb244 Move `GetClassData` into `MessageLite`. This table will be used to replace several 1 year ago
Christian Blichmann 38a24729ec `Printer`: Include Abseil's `str_cat.h` for `absl::AlphaNum` 1 year ago
Protobuf Team Bot 924165a5f2 Unalign ThreadSafeArena::ThreadCache 1 year ago
Protobuf Team Bot 47cec39ab3 Fix a NPE in put<X>BuilderIfAbsent due to using the result of put() directly (which is null if it currently has no value) 1 year ago