Adam Cozzette
562fc946c7
Sync from Piper @388508285
...
PROTOBUF_SYNC_PIPER
3 years ago
Andrew Parmet
18b1b21aba
update protokt options reference ( #8834 )
3 years ago
Bu Sun Kim
6e0a456c77
Fix comment syntax for Ruby and Python
3 years ago
Bu Sun Kim
c9baf39caa
Add syntax highlighting for code blocks
3 years ago
Damien Neil
3588a77a86
field_presence.md: fix Go example ( #8788 )
...
Go generated code does not have Has methods.
Remove extraneous parentheses and semicolons.
3 years ago
Marcel Lanz
01ac995c94
I've requested a block of 5 extension numbers. We already have two concrete extensions that we need ids for. Our project is under active development and we can imagine a number of other extensions that we will want in future, so we thought we'd start by registering a block of 5, instead of raising a new PR here each time we need a new one ( #8772 )
3 years ago
Petr Jediný
3737676d83
Reserve 1109 for Glitchdot ( #8662 )
4 years ago
Sahin Yort
29152fbc06
Update third_party.md ( #8511 )
...
* Update third_party.md
add https://github.com/thesayyn/protoc-gen-ts as a community maintained protoc typescript compiler.
* sort
4 years ago
Joshua Haberman
ce560630bf
Sync from Piper @368734211
...
PROTOBUF_SYNC_PIPER
4 years ago
Kanro
3f5fc4df1d
Add intelliJ protobuf plugin and sisyphus ( #8482 )
4 years ago
Joshua Haberman
96307d28f6
Sync from Piper @364389596
...
PROTOBUF_SYNC_PIPER
4 years ago
Maxim Reznik
b4cddb71d6
Add protobuf for Ada
4 years ago
chenzhihui
43aca57613
Allocate extension 1108 to Kratos API Errors
4 years ago
Cody Casterline
c6bce8c10f
Remove link to unmaintained TypeScript library
...
y3llowcake/protoc-gen-ts is no longer maintained:
https://github.com/y3llowcake/protoc-gen-ts/issues/2#issuecomment-758215154
FWIW, neither is this one w/ a similar name: thesayyn/protoc-gen-ts:
https://github.com/thesayyn/protoc-gen-ts/issues/31#issuecomment-781681955
4 years ago
Galen Warren
6f4573afbd
docs: register Coach Client Connect extension number (1107)
4 years ago
Jiro Nishiguchi
8d1d530c51
Fix typo in docs/implementing_proto3_presence.md
4 years ago
Christopher Hunt
c908fdbd0c
Some doc on AOT compilation and protobuf ( #8294 )
...
* Create jvm_native_images.md
Some initial text pertaining to the use of protobuf with AOT compilation tools such as the one provided by GraalVM native-image.
* Update jvm_native_images.md
Fixed spelling
* Update and rename jvm_native_images.md to jvm_aot.md
4 years ago
Upils
01dcb94846
Expand reserved IDs for protoc-gen-psql and protoc-gen-sanititize ( #8270 )
...
Fix for 59b3d97
.
4 years ago
Paul MARS
59b3d97f6d
Reserve extension id for protoc-gen-psql & protoc-gen-sanitize
4 years ago
brucearctor
6c970b5a05
Update options.md - Added 'Astounding' Project
4 years ago
Nadav Samet
9637a3b57c
Allocate extension 1089 to ScalaPB validate
...
ScalaPB validate is a sub-package of ScalaPB that allows user to generate data validation code for ScalaPB generated classes.
4 years ago
Nadav Samet
b5d2cc08f1
Update scalapb URL and fix typo in name
4 years ago
Robert Yokota
300dfcc5bf
Reserve 1088 for Confluent Schema Registry
4 years ago
James Brock
c2d089e413
Add Purescript protobuf to third-party list
4 years ago
Joshua Haberman
95e6c5b474
Sync from Piper @327110949
...
PROTOBUF_SYNC_PIPER
4 years ago
Peter Newman
e2cc2de304
Fix lots of spelling errors ( #7751 )
...
* Fix a typo
* Fix lots of spelling errors
* Fix a few more spelling mistakes
* s/parsable/parseable/
* Don't touch the third party files
* Cloneable is the preferred C# term
* Copyable is the preferred C++ term
* Revert "s/parsable/parseable/"
This reverts commit 534ecf7675
.
* Revert unparseable->unparsable corrections
4 years ago
Benoît Quenaudon
8d74659c7a
Reserve 1087 for Wire wire_package
...
release notes: no
4 years ago
Nikolai Vavilov
6b73371e7d
Update third_party.md
...
Add a library that helps develop protoc plugins in Node.js, and an example plugin that can serve as a template for alternative generators.
4 years ago
Jeremy Volkman
963ead3e37
[docs] Update IntelliJ plugin link
...
The previously-linked project hasn't been updated for years.
4 years ago
yohei yoshimuta
36d39a0266
Add parser and linter libraries to third party docs ( #6474 )
...
* Add Protobuf parser and linter
* chore: Add some third-party tools
4 years ago
Jon Godbout
8e09396ba1
Update third_party.md
...
Common Lisp:
http://github.com/ndantam/s-protobuf hasn't been updated in 5 years, and hasn't had a real update in 8.
http://github.com/qitab/cl-protobuf is the one used internally and maintained by Googlers (third_party/lisp/cl-protobufs) though I don't know
how to or if I should express that.
4 years ago
Joshua Haberman
25755efc4f
Sync from Piper @319848517
...
PROTOBUF_SYNC_PIPER
4 years ago
Alexandre Hamez
2676f4dcc5
Add third-party Elixir library
5 years ago
Joshua Haberman
f77065d4eb
Sync from Piper @316511779
...
PROTOBUF_SYNC_PIPER
5 years ago
Bart Hertog
2655a0aa0f
Added Embedded Proto to third_party.md.
5 years ago
Joshua Haberman
0a737d8eb0
Sync from Piper @313142438
...
PROTOBUF_SYNC_PIPER
5 years ago
Joshua Haberman
9952e36f92
Merge release branch into master. ( #7517 )
...
* Added background information about proto3 presence. (#7501 )
* Fixed bug in map key sorting for Java TextFormat. (#7508 )
Fixes: https://github.com/protocolbuffers/protobuf/issues/7505
* Update protobuf version
* Added a changelog entry about the Java fix. (#7516 )
5 years ago
listonjesse
2ae7cf0e03
Auxillary -> Auxiliary
5 years ago
Joshua Haberman
4bbdffacf2
Added background information about proto3 presence. ( #7501 )
5 years ago
Joshua Haberman
32e5deb1ac
Sync from Piper @308829107
...
PROTOBUF_SYNC_PIPER
5 years ago
Greg Steuck
4059c61f27
Typo in 'disciplines' ( #7423 )
5 years ago
Joshua Haberman
7eddac7877
Added some info about Reflection, and a note about timeline. ( #7416 )
...
* Added some info about Reflection, and a note about timeline.
* Fixed heading levels.
* A bit more info.
5 years ago
Joshua Haberman
fda8544a59
Howto doc for implementing proto3 presence in a code generator. ( #7407 )
5 years ago
David L. Jones
e48c92952d
Add application note for explicit presence tracking. ( #7390 )
...
This includes instructions for enabling explicit presence tracking in proto3, and also explains implicit presence. The language examples were written by inspection, and not individually tested.
5 years ago
Joshua Haberman
bb30225f06
Sync from Piper @307316823
...
PROTOBUF_SYNC_PIPER
5 years ago
Daniel G. Taylor
97f5f649a4
docs: add python-betterproto
...
Adds the `betterproto` Python module to the list of implementations.
5 years ago
Adam Cozzette
cf601047eb
Allocated option number 1086 for ADLINK EdgeSDK
...
Fixes #7339 .
5 years ago
Robert Morris
a015ca8cf8
Request SummaFT extension ( #7314 )
...
SummaFT develops a protoc plugin for both internal and external use that allows specific extensions to be made to extend the platform for GraphQL and OpenAPI 3.
5 years ago
James Roper
ab968155e5
Add Cloudstate extensions
5 years ago
Adam Cozzette
a80775c391
Allocated extension number 1079 for grpc-graphql-gateway
...
Fixes issue #7302 .
5 years ago