12218 Commits (d4f2d48101b1aba771b3ac4c09b3a38c3591e0bd)
 

Author SHA1 Message Date
Protobuf Team Bot ead5d565e7 Fix hazzer emission of Optional 1 year ago
Protobuf Team Bot e2eae81b97 Enable TSan validation to detect when a mutable accessor of a message is called concurrently with another accessor on the same message, which is a data race. 1 year ago
Protobuf Team Bot 68b34feb5a Add support for int32 in V0. 1 year ago
Protobuf Team Bot 6035df4a22 Add some extra MUSTTAIL annotations. 1 year ago
Protobuf Team Bot 76a327e1e1 Fix case of locality optimizer being wrong for split repeated fields and add a check that the optimized order has the same size as the unoptimized order. 1 year ago
Protobuf Team Bot ee5cf35c1a Fix issues involving const_cast and repeated fields in reflection. 1 year ago
Dave MacLachlan 195bdd0488 Fix `-Wsign-compare` issue 1 year ago
Protobuf Team Bot 3a95ea12cd Mark DynamicMessage as final 1 year ago
Mike Kruskal ff0dd3a148 Fix objectivec test failure in Bazel 6+. 1 year ago
Mike Kruskal ea51496f6e Allow safety tag removal from GHA. 1 year ago
Mike Kruskal 7564894af7 Internal changes 1 year ago
Protobuf Team Bot 80dbc50118 Enable TSan validation to detect when a mutable accessor of a message is called concurrently with another accessor on the same message, which is a data race. 1 year ago
Protobuf Team Bot f10e56cbe1 Auto-generate files after cl/543465667 1 year ago
Protobuf Team Bot 31e5f5d2c8 Add the RawPtr class, which is used to enable easily keeping a raw pointer to an object that is by default all zero bytes. 1 year ago
Chris Kennelly e023e0d23d Use absl::popcount for obtaining a popcount of set bits. 1 year ago
Protobuf Team Bot 8fe88a5a07 Mark single arg ctor explicit in DynamicMessageFactory. 1 year ago
Protobuf Team Bot 6e9357372b Follow-up changes to repeated field parsing path. 1 year ago
Protobuf Team Bot 00d8021801 Auto-generate files after cl/542949247 1 year ago
Adam Cozzette 80df4b29e0 Add `source_file_descriptors` to `CodeGeneratorRequest` 1 year ago
Protobuf Team Bot dc934f439f Miscellaneous fixes for split repeated fields: 1 year ago
Protobuf Team Bot 931412f15d In Arena::AllocateInternal, avoid instantiating arena_destruct_object<T> in the trivial case and make RepeatedPtrFieldBase arena-compatible. 1 year ago
Justin Lebar 3d61f9091e Limit how much memory we'll reserve for repeated enum fields. 1 year ago
Sandy Zhang e5936049ae Unify MessageSchema.parseMessage proto2 and proto3 codepaths 1 year ago
Sandy Zhang 8113bdef84 Delete legacy generate_changelog.py. 1 year ago
Protobuf Team Bot 9c256398ab Make protobuf camelCase name conflicts resolve deterministically. 1 year ago
Mike Kruskal a1b3ff0ddb Automated rollback of commit 3e188b7c04. 1 year ago
Protobuf Team Bot a11f6b6d2a Auto-generate files after cl/542674144 1 year ago
Mike Kruskal 1b162147d3 Add unit-tests for the C++ generator 1 year ago
Protobuf Team Bot b483eccef1 Auto-generate files after cl/542651612 1 year ago
Mike Kruskal 8f84e43231 Split out shared infrastructure from code generator unittest. 1 year ago
Protobuf Team Bot 6d79d13e47 Enable TSan validation to detect when a mutable accessor of a message is called concurrently with another accessor on the same message, which is a data race. 1 year ago
Protobuf Team Bot bcf3e36a48 Let ParseRepeatedStringOnce call AllocateFromStringBlock(). 1 year ago
Mike Kruskal fd5167d40e Internal changes 1 year ago
Protobuf Team Bot 7795c895dd Automated rollback of commit caf1ce3b35. 1 year ago
Protobuf Team Bot 29a26156bb Add SettableValue for generic field setting 1 year ago
Protobuf Team Bot 263248e5b7 Add Optional, FieldEntry stubs for v0.6 1 year ago
Marcel Hlopko f71a9263f9 Refine proxied traits instead of using bounds 1 year ago
Adam Cozzette ef17a17f56 Fix msan error in generated_message_reflection_unittest.cc 1 year ago
Protobuf Team Bot ef64c208f2 Remove TcParser::MpRepeatedGroup(). 1 year ago
Protobuf Team Bot c3a7be8123 Auto-generate files after cl/542354883 1 year ago
Protobuf Team Bot c76644863a Change TSan validation to run in phases to reduce risks of roll backs. 1 year ago
Protobuf Team Bot a44fc2b063 compiler: Correct depfile generation when there are no outputs 1 year ago
Protobuf Team Bot b0b926a141 Use ProtobufArrayList for repeated bytes field. Presize primitive arrays for fixed-length primitives. 1 year ago
Mike Kruskal bcc464686e Internal changes 1 year ago
Protobuf Team Bot 9e1cf6fe9c Check next tag in MpRepeatedMessage. 1 year ago
Protobuf Team Bot adb2c4b415 When parsing repeated primitives, append to a tmp array on stack. 1 year ago
Protobuf Team Bot ff847ba8f6 Internal change 1 year ago
Jan Ehrhardt 4d9bbac167 Enable building PHP extension on Windows (#13097) 1 year ago
Protobuf Team Bot 33b8c451a6 Enable extra fields for TSan validation in TSan mode. 1 year ago
Jie Luo 96ca7d96da Raise warinings when extend repeated field with none iterable in OSS. OSS will raise errors soon 1 year ago