Protobuf Team Bot
b1eb1260fc
Updating version.json and repo version numbers to: 21.3
2 years ago
Adam Cozzette
00253761b2
Upgrade upb and update CHANGES.txt ( #10286 )
...
This commit upgrades upb to the latest commit on its 21.x branch to pull
in this fix: https://github.com/protocolbuffers/upb/pull/717 I also
updated CHANGES.txt to reflect that fix and one other Bazel change.
2 years ago
Vy Nguyen
99b9298a6a
Merge branch 'protocolbuffers:main' into patch-1
2 years ago
Yash Tibrewal
c8b4ef27a0
[Bazel] Add back a filegroup for :well_known_protos ( #10279 )
2 years ago
Jean Boussier
c0053d0d78
Ruby: use a valid instance variable name for `descriptor`
...
Setting an instance variable without an `@` prefix makes it
unnacessible from the Ruby side, which prevent introspection
by various tools.
I see no reason to prevent this.
2 years ago
Matt Fowles Kulukundis
3b456bfcd8
Merge pull request #10276 from protocolbuffers/dmaclach-patch-1
...
Update comment generator to apply to maps
2 years ago
dmaclach
1d3109fe1a
Update comment generator to apply to maps
...
Change comment from "array" to "container" because sometimes it's a map.
2 years ago
Adam Cozzette
f049e5f029
Update version.json to: 21.3-dev ( #10275 )
...
Co-authored-by: theodorerose <theodorerose@google.com>
2 years ago
Adam Cozzette
c41512604a
Merge pull request #10273 from acozzette/cherrypicks
...
Cherry-pick fixes for upcoming 21.3 release
2 years ago
Adam Cozzette
d41d498b05
Update CHANGES.txt for the 21.3 release
2 years ago
Adam Cozzette
044c64937a
Upgrade upb to include another recent fix
2 years ago
Antoine Pitrou
101b6199f3
Fix #9947 : make the ABI identical between debug and non-debug builds
2 years ago
Matt Fowles Kulukundis
5b1c63e531
Merge pull request #10271 from pitrou/fix-9947-abi-ndebug
...
Fix #9947 : make the ABI identical between debug and non-debug builds
2 years ago
Niranjan Bhaskar
2404ea48a0
Add header search paths to protobuf-c++ spec
2 years ago
petr.dannhofer
511c61263f
"Fixed" Visual Studio constinit errors both for clang-cl and msvc compilers under c+17 and c+20 standards
2 years ago
Antoine Pitrou
0574167d92
Fix #9947 : make the ABI identical between debug and non-debug builds
2 years ago
Matt Fowles Kulukundis
8be730487a
Merge pull request #10272 from jskeet/fix-dist
...
Fix distribution test failures
2 years ago
Joshua Haberman
3f09570bd4
Merge pull request #10265 from haberman/cherrypick
...
Pick up upb cherry-picks for 21.x release.
2 years ago
Jon Skeet
a87934028c
Fix distribution test failures
2 years ago
Adam Cozzette
df6bb50818
Merge pull request #10263 from acozzette/sync-stage
...
Integrate from Piper for C++, Java, and Python
2 years ago
deannagarcia
42d79a954a
Merge pull request #10264 from deannagarcia/updateUPB
...
Update UPB version
2 years ago
Matt Fowles Kulukundis
8971e93827
Merge pull request #10267 from jskeet/invalid-utf8
...
Add tests for C# behavior around invalid UTF-8
2 years ago
tony
68de42df88
tidy up code formatting
2 years ago
Jon Skeet
4320d5d2dd
Add tests for C# behavior around invalid UTF-8
...
These are primarily in order to document the current behavior,
rather than asserting it's the "right" behavior.
2 years ago
tony
69b8686cae
Fix typo in comments
2 years ago
Adam Cozzette
838db5a6bd
Merge branch 'main' into sync-stage
2 years ago
Ivan Shynkarenka
ddf2c6b6d0
Cygwin: error: ‘constinit’ variable ‘google::protobuf::_Struct_default_instance_’ does not have a constant initializer #9562 ( #10261 )
2 years ago
Joshua Haberman
491745ac4c
Pick up upb cherry-picks for 21.x release.
2 years ago
Deanna Garcia
0b810d9eed
Update UPB version
2 years ago
Adam Cozzette
4ea4d1d91a
Add PHP and Ruby failures from newly added conformance test cases
2 years ago
Adam Cozzette
b2aca61f4d
Sync from Piper @461667700
...
PROTOBUF_SYNC_PIPER
2 years ago
Adam Cozzette
af554fddb5
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago
Joshua Haberman
7b623fa3bb
Merge pull request #10041 from bshaffer/21.x-php-add-previous-classname-to-descriptor-pool
...
Add "readonly" as a keyword for PHP and add previous classnames to descriptor pool
2 years ago
deannagarcia
2f21b2987a
Merge pull request #10259 from Okapist/remove_final_modifier_on_private_methods
...
Remove final modifier on private methods. It's useless.
2 years ago
Matt Fowles Kulukundis
40e8161842
Merge pull request #10260 from Logofile/main
...
Adding a section about the Google Group to the README.md file
2 years ago
Protocol Buffers Docs
1cb0d645db
Adding a section about the Google Group to the README.md file
2 years ago
Okpist
912c61520b
Remove final modifier on private methods. It's useless.
2 years ago
Brent Shaffer
d807712f1a
address review comments
2 years ago
Matt Fowles Kulukundis
eb6cc78849
Merge pull request #10256 from jskeet/csharp-readme
...
Update C#-specific README
2 years ago
Jon Skeet
2158851bb1
Update C#-specific README
...
In particular, this removes the now-inaccurate instructions for building
Google.Protobuf targeting .NET 3.5.
2 years ago
tony
a6da5f7aa4
issue 8101 fix csharp name starting with digit
2 years ago
Joshua Haberman
a972626551
Merge pull request #10254 from haberman/sync-stage
...
Integrate from Piper for C++, Java, and Python
2 years ago
deannagarcia
021787f265
Merge pull request #10244 from jskeet/plugin-protos
...
Expose plugin protos for C#
2 years ago
Joshua Haberman
a0e3399cd5
Sync from Piper @461060848
...
PROTOBUF_SYNC_PIPER
2 years ago
Joshua Haberman
bc3560e0f7
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago
Joshua Haberman
eb8d84e554
Updated CHANGES.txt.
2 years ago
Joshua Haberman
36fb437adb
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago
Joshua Haberman
887daf693f
Sync from Piper @461045587
...
PROTOBUF_SYNC_PIPER
2 years ago
Derek Perez
3740916928
adding untriaged as default label for FRs
...
Visually signed off by Deanna.
2 years ago
Derek Perez
c8343646ba
auto adding untriaged to all bug reports.
...
visually signed off by Deanna
2 years ago