18637 Commits (eeb7dc88f286df558d933214fff829205ffa5506)
 

Author SHA1 Message Date
Protobuf Team Bot eeb7dc88f2 'Temporary' fix to avoid breakage from to_json and to_proto on crate_info() on some bazel versions. 2 months ago
Protobuf Team Bot 6621ed7a38 Auto-generate files after cl/680580214 2 months ago
Protobuf Team Bot 1c068db518 Moving Kotlin DSL message generators to the kotlin/ directory. 2 months ago
Protobuf Team Bot ea69081412 Auto-generate files after cl/680562664 2 months ago
Protobuf Team Bot 31cb85aac5 Add message type traits that can be declared in duplicate so that .proto.h can 2 months ago
Protobuf Team Bot 390e37b447 Avoid name conflict of rust Option with message Option 2 months ago
Protobuf Team Bot a746c47377 Update rules_kotlin to 1.9.6 2 months ago
Protobuf Team Bot 7331b77097 Fix C++ ifndef_guard printer to also convert "-" to "_". 2 months ago
Protobuf Team Bot d81e6f7019 Automated rollback of commit df5a4d63e8. 2 months ago
Protobuf Team Bot 6fe67db7c0 Remove usage of `std::hash<google::protobuf::MapKey` and use a single `absl::HashOf` call when calculating the bucket 2 months ago
Protobuf Team Bot 3bf9c400ec Fix C++ codegen namespace printer to print closing namespaces in reverse order. 2 months ago
Mark Hansen 0ea9685deb Use an explicit locale when formatting OutOfSpaceException. 2 months ago
Eric Salo 01f94be00d protobuf: hardwire '--retain_options' protoc flag to true 2 months ago
Mark Hansen f8f5136c42 Speed up CodedOutputStream by extracting rarely-executed string formatting code 2 months ago
Protobuf Team Bot ba11052918 Auto-generate files after cl/679316372 2 months ago
Protobuf Team Bot 49bb305147 Move `ClassData` and friends out of `MessageLite` and into the `internal` namespace. 2 months ago
Hong Shin df5a4d63e8 Move MessageLock to message_lock.cc 2 months ago
Protobuf Team Bot 0a246874a3 Internal Change 2 months ago
Thomas Van Lenten 088b994653 [ObjC] Disabling visionOS on CI. 2 months ago
Protobuf Team Bot 5ffeba825c Fix comment in arena.h 2 months ago
Protobuf Team Bot 4fbb0c5eed Return constant Value objects for true, false, and "" 2 months ago
Derek Benson 3b62052186 Add an example crate with a few small tests using the codegen crate. 2 months ago
Mark Hansen a51f98ce0c Optimise CodedOutputStream.ArrayEncoder.writeFixed32NoTag/writeFixed64NoTag 2 months ago
Protobuf Team Bot b404010256 Auto-generate files after cl/678449162 2 months ago
Protobuf Team Bot c1db4563c4 Auto-generate files after cl/678446311 2 months ago
Mark Hansen 2d0f79e2e6 Fix typo: relyed -> relied 2 months ago
Protobuf Team Bot cb1f518b4e Fix mixing rules from builtins and protobuf 2 months ago
Protobuf Team Bot ed93fabf8e Internal version update. 2 months ago
Protobuf Team Bot 39d8737b2d Auto-generate files after cl/678439322 2 months ago
Protobuf Team Bot 06e9924930 Auto-generate files after cl/678439266 2 months ago
Protobuf Team Bot 755c7077c5 Split repeated_ptr_field_unittest.cc from repeated_field_unittest.cc 2 months ago
Mark Hansen 08a4de6f65 Fix typo: inherting / inheriting 2 months ago
Mark Hansen 76ab5f2b10 CodedOutputStream: avoid updating position to go beyond end of array. 2 months ago
Protobuf Team Bot b5d33208b8 Fix error message formatting in rust_proto_library 2 months ago
Jonathan Ringer 3163111b6f [CMake] Allow for protoc executable to be configured (#17888) 2 months ago
Mark Hansen 95ef4134d3 Add tests that CodedOutputStream.spaceLeft isn't negative after overflow. 2 months ago
Mark Hansen 0e75d92cce Convert IndexOutOfBoundsException to OutOfSpaceException in UnsafeDirectNioEncoder 2 months ago
Deanna Garcia 39824ca7bd Disable dependabot for version updates that aren't security related. 2 months ago
Tony Liao 86874ce2d7 Remove calls to tmpnam() in protobuf/testing/googletest.cc. 2 months ago
Adam Cozzette 6f5b35be59 Rust: make generated views implement `std::default::Default` 2 months ago
Mark Hansen 63fc32250a Add tests for overflowing space available when writing 32/64-bit fixed integers. 2 months ago
Mark Hansen d98f5e160d When attempting to write a byte beyond the end of a byte[], don't update the position until after we've finished the bounds checks. 2 months ago
Mark Hansen c8c232f196 Add a test for writing a single byte, including beyond the end of the bounds. 2 months ago
Mark Hansen 5553ff1e50 Migrate CodedOutputStreamTest to @Parameterized. 2 months ago
Protobuf Team Bot ecf5f2e047 Auto-generate files after PR #17682 2 months ago
Nathan Baulch e4cbc79ab4 Fix minor typos (#17682) 2 months ago
Protobuf Team Bot d829ca022d Internal version update. 2 months ago
Mike Kruskal b022c5491e Add the ability to run continuous-only tests with a tag 2 months ago
Protobuf Team Bot 83569cff3d Mute the minor version warning https://github.com/protocolbuffers/protobuf/issues/18096 2 months ago
Mark Hansen 030fcadb88 Inline byte array assertions (assertEqualBytes). 2 months ago