12142 Commits (a75def66cd533e9f58722e81352e376fce8bf370)
 

Author SHA1 Message Date
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
Chad Wilson c95ebb7bd8 deps: Update Guava to 32.0.1 (#13099) 1 year ago
Protobuf Team Bot b2ffbdcfd6 Auto-generate files after cl/541943542 1 year ago
Mike Kruskal a4408b1374 Internal Code Change 1 year ago
Protobuf Team Bot 6e3dca3668 Update TSan validation of concurrent mutations of fields to include non-repeated primitive, enum, string, and message fields. 1 year ago
Sandy Zhang 55741dcb94 Unify MessageSchema.getSerializedSize proto2 and proto3 methods. 1 year ago
Ryosuke Hasebe 943b696094 Add protobuf-kotlin into protobuf-bom (#12936) 1 year ago
Marcel Hlopko 45676832b4 Do not emit gencode for map fields 1 year ago
Protobuf Team Bot 8997b54c32 Automated rollback of commit 53382db0fd. 1 year ago
Mike Kruskal 53382db0fd Internal changes 1 year ago
Protobuf Team Bot cab25b98a7 Auto-generate files after cl/540978247 1 year ago
Protobuf Team Bot 0139697926 Update TSan validation to use a new field in _impl_ for validation. 1 year ago
Protobuf Team Bot 8a82125419 Auto-generate files after cl/540942693 1 year ago
Protobuf Team Bot 9d0d8fb653 Put default_instance into a local variable so the compiler can see that it doesn't need to reload from aux.table due to potential aliasing. 1 year ago
WenTao Ou 9d0961afb7 Add dllexport_decl for generated default instance. (#13085) 1 year ago
kang jinci e8a5627d4a Modify port_def.inc to ignore -Wshadow warning (#13059) 1 year ago
Marcel Hlopko f450ce2868 Do not pass dangling pointers to C++ 1 year ago
Protobuf Team Bot 46e0b15e7c Add method to create a new ProtobufList for the given element type. 1 year ago
Protobuf Team Bot a2adfe2d52 Use ToTagDispatch, unless we know for sure that we don't have more data 1 year ago
Thomas Griffith 5789e0ffb5 Fix signedness comparison warning (#13062) 1 year ago
Protobuf Team Bot 2631490637 Automated rollback of commit c4bc23782e. 1 year ago
Protobuf Team Bot 5411fc6679 `TextFormat::ParseFieldValueFromString` now takes `absl::string_view` as `input` instead of `const std::string &` 1 year ago
Protobuf Team Bot 0a45abe4c2 Internal Change 1 year ago
Protobuf Team Bot 3e6dba700f typo fix: Javascript -> JavaScript in protobuf readme 1 year ago
Dave MacLachlan 52430d7c60 Fix up sign comparison warning. 1 year ago
Mike Kruskal 25a9547819 Automated rollback of commit 9b4ceb4770. 1 year ago
Mike Kruskal 9b4ceb4770 Remove workaround for whole-archive linker behavior. 1 year ago