Alexander Morozov
2558c5deef
Fix finding google/protobuf/descriptor.proto on FreeBSD ( #7954 )
5 years ago
Thomas Van Lenten
666b592e36
Remove some extra newlines to warning/note output.
...
Should make output a little more compact, easier to see common things in one
block when generating multiple files at once.
5 years ago
Joshua Haberman
de371235c9
Sync from Piper @338284531
...
PROTOBUF_SYNC_PIPER
5 years ago
Joshua Haberman
d140b1cdce
Optimizations for loading of descriptors in PHP:
...
1. Eliminate hex2bin() call by putting binary data directly into PHP
strings.
2. upb optimizations, including a new hash function.
5 years ago
Joshua Haberman
2187eb0448
Updated PHP generator to output raw binary strings instead of requiring hex2bin() at runtime.
5 years ago
Joshua Haberman
cfc0c2b5e0
Passes all tests.
5 years ago
Joshua Haberman
a93d840881
WIP.
5 years ago
Joshua Haberman
f1256df893
Created Options struct for PHP codegen options.
5 years ago
Joshua Haberman
b414077041
Added an anonymous namespace and removed unused code.
5 years ago
Joshua Haberman
a0eef68bbd
Regenerated well-known types and moved hand-written messages into base classes.
5 years ago
Vlad Vesa
d16bf914bc
Fix: gcc 9 -Warray-bounds warnings about memset() in generated code
5 years ago
Joshua Haberman
2181e8cb3f
Fixed undeclared variable errors.
5 years ago
Robin Linden
40f5b0b30f
Fix undef warning when building w/ clang or gcc on Windows
5 years ago
Yuriy Chernyshov
2361b1960f
Fix more -Wunused-parameter warnings
5 years ago
xiaahui
5ecb4ab4cd
remove GetArena in _InternalParse
5 years ago
Keith Smiley
cdf5022ada
Use {}
5 years ago
Keith Smiley
8f2ae3a0fc
Fix -Wmissing-field-initializers warning
5 years ago
Romain Geissler
76f9074c1c
Fix some -Wunused-parameter warnings which appeared in release 3.13.0.
5 years ago
Masaki Hara
f5bdd7cd56
JS: parse (un)packed fields conditionally ( #7379 )
5 years ago
Saurabh Singhal
b970be43ff
Display beta version in "protoc --version"
...
Display the beta version when "protoc --version" is executed. Use
PROTOBUF_VERSION_SUFFIX for this purpose.
5 years ago
Joshua Haberman
82bad2e1eb
Fixed uninitialized variable warning.
...
Unfortunately there's not an easy way to annotate that the
"unexpected mode" case is unreachable (even GOOGLE_LOG(FATAL)
in a default: case doesn't do it).
5 years ago
Joshua Haberman
95e6c5b474
Sync from Piper @327110949
...
PROTOBUF_SYNC_PIPER
5 years ago
Jie Luo
0710535089
Fix segment fault for proto3 optional ( #7805 )
...
* Fix segment fault for proto3 optional
Fixes #7801
5 years ago
Jie Luo
8a71927d74
Fix segment fault for proto3 optional ( #7805 )
...
* Fix segment fault for proto3 optional
Fixes #7801
5 years ago
Paul Yang
5ce6232605
No need to generate addtional has method for proto2 ( #7802 )
...
* No need to generate addtional has method for proto2
* Also remove has property
5 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
5 years ago
Andy Getz
bd7d87269f
Change some SplitStringUsing calls to Split.
...
This is done to match an internal Google change necessary to deprecate an old internal API. Nothing needs to change here, however making the change allows the internal code to continue to match the Github code, which is desirable.
5 years ago
Joshua Haberman
ad5a215359
Added proto3 presence support for PHP ( #7724 )
...
* WIP.
* Added proto3 presence support for PHP.
* Added compatibility code for old generated code.
5 years ago
Adam Cozzette
8940150706
Updated version to 3.13.0-rc1.
5 years ago
Andrew Jennings
92e3d3e02a
Disable ESLint and TypeScript on JS protobuf file
...
I was getting TypeScript errors on the generated protobuf file.
These directives to turn off ESLint and TypeScript are just comments. They shouldn't affect anyone who is not using ESLint or TypeScript.
A similar change was made in the grpc/grpc-web project: https://github.com/grpc/grpc-web/pull/752
5 years ago
Mark Barolak
711db1d764
Qualify uses of std::string within protobuf/compiler/ruby/...
5 years ago
Joshua Haberman
ffb2b53834
Remove old PHP extension ( #7695 )
...
* Removed references to legacy class names from generated code.
* Removed old PHP extension in favor of new extension. This drops PHP5 compat.
* Updated failure lists for things fixed by the new extension.
* Updated Makefile.am for new file list.
* Fix distcheck.
5 years ago
Yuriy Chernyshov
c535d54da3
Do not use ADL when transforming string to lowercase
5 years ago
Joshua Haberman
25755efc4f
Sync from Piper @319848517
...
PROTOBUF_SYNC_PIPER
5 years ago
June
2b7b7f7f72
Only disallow directories as input files
5 years ago
June
727e6e4e60
correct the way of testing file mode on Windows
5 years ago
June
b9f94f7bf5
Fix #5858
...
provide clear message when specifying a directory as an input file
5 years ago
Joshua Haberman
dfab275eca
Sync from Piper @317197168
...
PROTOBUF_SYNC_PIPER
5 years ago
Joshua Haberman
f77065d4eb
Sync from Piper @316511779
...
PROTOBUF_SYNC_PIPER
5 years ago
Thomas Van Lenten
9f546ba61b
ObjC Support a runtime import override.
...
Option to add a prefix to generated #imports incase ObjC Protos are
used in a build system where one wants to avoid adding a header
search path and have more complete imports.
5 years ago
Anton Kast
4d6712e739
Enable experimental presence detection in JS. ( #7592 )
...
Co-authored-by: David L. Jones <dlj@google.com>
5 years ago
Thomas Van Lenten
c6c8bab9e2
Move runtime import writing into a helper.
...
File and ImportWriter duplicated the logic, so move it to a helper (on
ImportWriter), and share the impl instead of duplicating it since it
includes some conditional logic around Framework based import support.
5 years ago
Thomas Van Lenten
57be643a36
Now that the paths are the same, use one ivar to track the values.
...
This changes when we moved the WKTs to the root of the runtime package.
5 years ago
Thiago C. D'Ávila
28cc693f3d
Initial module docstring for python _pb2 ( #7528 )
...
Generated Python modules now have a module-level docstring.
5 years ago
Thomas Van Lenten
b9cf3866c5
Tweak return types for GetSupportedFeatures to unit64_t.
5 years ago
Jan Tattermusch
2b9a73e948
fix codegen
5 years ago
Jan Tattermusch
dda621749c
codegen for WriteContext based serialization
5 years ago
Jan Tattermusch
7cb5597013
Overcome the `ref struct` limitation for pre-roslyn compilers by introducing GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE for generated code ( #7490 )
...
* enable compatibility mode in codegen
* regenerate protos
* improve readability
* more robust way of figuring out path to old C# compiler
* add recent C# changes
5 years ago
Joshua Haberman
8d93bc1826
Normalized formatting of macros.
...
It's a bit unforuntate to lose the nesting, but
that's what clang-format is telling us here.
5 years ago
Joshua Haberman
9ce8c330e7
Updated version to 3.12.3 and updated CHANGES.txt. ( #7580 )
...
* Updated version to 3.12.3 and updated CHANGES.txt.
* Re-ran generate_descriptor_protos.sh and made it more parallel.
5 years ago