3817 Commits (d3c6c9f9e144a00ded61dd6e3a2ce0c28ae4bc33)

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
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
Protobuf Team Bot 33b8c451a6 Enable extra fields for TSan validation in TSan mode. 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
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 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 5411fc6679 `TextFormat::ParseFieldValueFromString` now takes `absl::string_view` as `input` instead of `const std::string &` 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
Mike Kruskal aba0341126 Remove explicit syntax check on open enum zero value validation. 1 year ago
Protobuf Team Bot 5a48187464 Move internal-only but kernel-agnostic paths into an `__internal` module 1 year ago
Protobuf Team Bot e4b500c476 Internal Code Change 1 year ago
Protobuf Team Bot 2cf94fafe3 Auto-generate files after cl/540118699 1 year ago
Protobuf Team Bot c3edc9036d Internal change. 1 year ago
Protobuf Team Bot 1423035e0a internal change 1 year ago
Protobuf Team Bot aa8fadc5cc Automated rollback of commit d1f35880a2. 1 year ago
Protobuf Team Bot d1f35880a2 Internal changes 1 year ago
Protobuf Team Bot 6fe5c6fd8e Auto-generate files after cl/539172395 2 years ago
Protobuf Team Bot c53fb29ddf Update TSan validation to not trigger on `mutable_repeated(int)`/`set_repeated(int, value)` accessors and also change to use _impl_ instead of _internal_metadata_ for validation. 2 years ago
Protobuf Team Bot 387d3132c4 internal change 2 years ago
Dave MacLachlan cf465769de Clean up warnings from switch statements missing cases. 2 years ago
Dave MacLachlan c9ab361959 Mark some variables as unused. 2 years ago