18129 Commits (9f5aed39eace818ca574cde02c222e60e730f6d8)
 

Author SHA1 Message Date
なつき 0aa7449752 [Ruby] Fix mismatched pointer type (#17240) 5 months ago
Mike Kruskal 6d0c9d511a Internal changes 5 months ago
Protobuf Team Bot f0d1814d0c Internal changes to versions 5 months ago
Protobuf Team Bot de099bb912 Auto-generate files after cl/648806976 5 months ago
Protobuf Team Bot 550e428239 Cleanup map entry code generation to use a simple Emit. 5 months ago
Mike Kruskal 8d1efddeb6 Revert workaround for std::mutex issues on github windows runners. 5 months ago
Protobuf Team Bot c07de7c9df Change to proto2_rust C prefix and proto2::rust C++ namespace 5 months ago
Hong Shin 0ddeb6c4c8 Internal Change 5 months ago
Protobuf Team Bot 2f1e142a83 Remove clear thunk from repeated fields. 5 months ago
Protobuf Team Bot 27d8304aa8 Add a warning for gencode that is one major version older than runtime 5 months ago
Protobuf Team Bot 5bb8c51f3f Add C++ protobuf runtime to Rust proto deps and add specific #includes in the Rust .cc codegen. 5 months ago
Protobuf Team Bot a9bc366522 Stop using double underscores for our C function names and standardize on the 'rust_proto_' prefix. 5 months ago
Mike Kruskal dba1aa1c81 Upgrade macos-11 tests to macos-12 5 months ago
Derek Benson 91dfd8698a add .. operator to proto! for merge_from. This mimics Rust's struct update syntax. 5 months ago
Protobuf Team Bot 894fd31530 Internal changes to versions 5 months ago
Mike Kruskal 04182f05c6 Internal changes 5 months ago
Thomas Van Lenten db27d5f9fa Directly do the work that was in the deprecated method. 5 months ago
Protobuf Team Bot 4ccf1687b2 Auto-generate files after cl/648412330 5 months ago
Protobuf Team Bot 685df5d4db Add DebugCounter utility for measuring internal behavior of the 5 months ago
Protobuf Team Bot a3a49d0620 Auto-generate files after cl/648377537 5 months ago
Protobuf Team Bot ff5b0b4f0f Minor refactor the ClassData/TcParseTable. Put the prototype in ClassData and 5 months ago
Thomas Van Lenten 47f633eae6 [ObjC] Introduce the new `GPBUnknownFields` type. 5 months ago
Protobuf Team Bot a4f9ddd8fc Auto-generate files after cl/647802280 5 months ago
Joshua Haberman d3172f5d73 Add a maximum block size for arena growth. 5 months ago
Mark Hansen e08414ca10 Remove obsolete javadoc in SmallSortedMap: parameter arraySize has been deleted 5 months ago
Protobuf Team Bot c1763b64c0 Auto-generate files after cl/647789835 5 months ago
Manuel Burghard 988a03ab83 Export PrivacyInfo.xcprivacy (#17054) 5 months ago
Joshua Haberman 62e07e367a Fixed a fuzz bug when a negative oneof_index is provided. 5 months ago
Protobuf Team Bot 32bedd9b8a Automated rollback of commit 10c00b82af. 5 months ago
Protobuf Team Bot 647ee98c65 Add #include "third_party/protobuf/port_undef.inc" a bunch of many .cc files 5 months ago
Thomas Van Lenten de29e3c9ae [ObjC] Add `-[GPBMessage clearUnknownFields]`. 5 months ago
Protobuf Team Bot 10c00b82af Migrate `const std::string&` to alternatives: 5 months ago
oguzcan oguz 99a335e79f Update third_party.md with Philips Rpc implementation (#17035) 5 months ago
Protobuf Team Bot 419760f873 Split up cpp_api.h/.cc into smaller units. 5 months ago
Protobuf Team Bot 219e8ead2f Add license headers 5 months ago
Mike Kruskal 643b0a625f Internal changes 5 months ago
Protobuf Team Bot c96ad4ffa3 Minor refactor of how messages are created in the parser. 5 months ago
Mike Kruskal b39a0438aa Provide an option for DescriptorPoolDatabase to preserve source code info. 5 months ago
Mike Kruskal a39c17bec4 Internal changes 5 months ago
Mike Kruskal c0e503b6b5 Upgrade our C++ release tests to large runners. 5 months ago
Protobuf Team Bot 689594986a Internal changes to versions 5 months ago
Hong Shin d7087fc901 Move over upb/protos -> hpb (note that hpb is now a sibling of upb, not a child) 5 months ago
Protobuf Team Bot dfe3300c2f Indicate if a message is a DynamicMessage in the class data and improve the 5 months ago
Derek Benson 237332ef92 Add merge_from to Msg and MsgMut codegen. Cpp Kernel uses new thunk to typed MergeFrom() and Upb Kernel uses new upb_Message_MergeFrom() function 5 months ago
jslap-ubi 3836fd3474 Enable Unity(Jumbo) builds (#16454) 5 months ago
Protobuf Team Bot f4b57b98b0 Auto-generate files after cl/646470242 5 months ago
Derek Benson 290df684f9 expose upb_Message_MergeFrom in rust upb bindings 5 months ago
Derek Benson e2ab51b799 Add upb_Message_MergeFrom to upb 5 months ago
Joshua Haberman 69a1888fd5 Bugfix: do not tree shake map entry messages. 5 months ago
Protobuf Team Bot 6429885156 Emit all string fields on Rust-upb regardless of ctype set. 5 months ago