Adam Cozzette
17b30e9647
Update protobuf version ( #9119 )
3 years ago
Joshua Haberman
912eb8b89e
Merge pull request #9121 from haberman/rubyfix
...
Fix for descriptor_pb.rb: google/protobuf should be required first.
3 years ago
Joshua Haberman
bb5a2684de
Minor whitespace fixes and test fixups.
3 years ago
deannagarcia
51cb7f99d7
Merge pull request #9120 from protocolbuffers/kotlinInlining
...
Fixing inlining and deprecation for repeated string fields in kotlin
3 years ago
Joshua Haberman
4c445b1803
Fix for descriptor_pb.rb: google/protobuf should be required first.
3 years ago
Deanna Garcia
ad9eb238cc
Fixing formatting
3 years ago
Deanna Garcia
33113ce9f9
Fixing inlining and deprecation for repeated string fields in kotlin
3 years ago
Adam Cozzette
3f3e6f47c6
Update version to 3.19.0-rc2 and fix changelog about Java 7 ( #9116 )
...
* Update protobuf version
* Update CHANGES.txt to reflect that we're not yet dropping Java 7
3 years ago
Adam Cozzette
53a1d66d9d
Update PHP release notes for 3.19.0 ( #9110 )
3 years ago
Adam Cozzette
d1c6620347
Update CHANGES.txt for 3.19.0
3 years ago
Adam Cozzette
519340d662
Update protobuf version ( #9106 )
3 years ago
Nils
6b0a1c2407
Add prost and quick-protobuf to third_party.md ( #9104 )
3 years ago
Adam Cozzette
d049bce844
Remove references to HAVE_PTHREAD ( #9100 )
...
This is based on @haberman's changes in #8257 . Now that we're using
std::mutex we no longer need to check whether pthreads are available, so
this commit removes references to HAVE_PTHREAD. I left the autotools
build alone, though, since we are likely to drop support for it soon
anyway.
3 years ago
Bu Sun Kim
c01cd6ec79
Add python 3.10 ( #9034 )
...
* Add python 3.10
* Update setup.py and tox.ini
* fix: fix 3.9 -> 3.10
* fix: py310-cpp
3 years ago
Jorg Brown
72f085747e
Use int32_t rather than int32.
3 years ago
Marnix Bouhuis
6bc21b531e
Update the way we get the global object, to comply with CSP no-unsafe-eval ( #8864 )
3 years ago
Daniel Kuschny
3e02f65f5c
Skip exports if not available by CommonJS ( #8856 )
3 years ago
deannagarcia
8b69867fef
Merge pull request #7642 from philjdf/master
...
[C#] Make FieldDescriptor propertyName public
3 years ago
deannagarcia
5106dea867
Merge pull request #7938 from alusco-scratch/patch-1
...
Override Map.clone to use Map's dup method
3 years ago
deannagarcia
12f70b7c4d
Merge pull request #8122 from mamapanda/MessageToDict-fix
...
Make MessageToDict convert map keys to strings
3 years ago
deannagarcia
3d223dc5c5
Merge pull request #8232 from qnighy/arm64-darwin
...
Ruby: build extensions for arm64-darwin
3 years ago
deannagarcia
ed58b7d26b
Merge pull request #8562 from mcclymont/timestamp-from-time-class-method
...
Add class method Timestamp.from_time to ruby well known types
3 years ago
Shigeo Hashimoto
25180ac9b6
Fix build failed for visual studio in multi-byte windows environments ( #7235 )
...
* Set source and executable charset to utf-8 when Visual Studio
* Remove unnecessary version check for visual studio
3 years ago
Justin Paupore
255dec16d6
Add Android stlport and default toolchains to BUILD. ( #8290 )
...
These are additional possibilities for --crosstool_top for Android NDK
compilation. Since the NDK doesn't have -lpthread, getting these flags
wrong leads to a linker error.
Fixes: 180084220
3 years ago
Elliotte Rusty Harold
40e9cedf7a
JDK 6 is too old to care about ( #9097 )
...
@cpovirk
3 years ago
Dirk Boye
9eba6eddce
update rules_python dependency to version 0.1.0 ( #8214 )
...
other bazel libraries (e.g. rules_docker 0.15.0) require rules_python 0.1.0
or above. running protobuf_deps() before importing rules_docker
will lead to errors.
upgrading rules_python fixes this problem.
3 years ago
Adam Cozzette
f8a22b45c0
Remove references to six ( #9096 )
...
We no longer support Python 2 and therefore no longer need to depend on
six. I'm hoping this will make it possible to merge #8214 .
3 years ago
miyucy
3881f49ce9
Add size to Map class ( #8068 )
3 years ago
Elliotte Rusty Harold
dd3a6486cc
Update versions in README files ( #9093 )
...
* update version numbers in java/README.md
* update lite too
3 years ago
Hong Xu
1ab7789f38
Emacs: Protobuf mode should be derived from prog-mode ( #9076 )
...
Prog mode is a basic major mode for buffers containing programming
language source code:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Basic-Major-Modes.html
A lot of programming mode setup is based on whether the major mode is
derived from `prog-mode`.
3 years ago
Elliotte Rusty Harold
ab993cf6ca
document the kinds of patches the repo is open to ( #8900 )
...
* document the kinds of patches the repo is open to
3 years ago
Elliotte Rusty Harold
5c8018c378
Merge pull request #9092 from elharo/elharo-patch-2
...
deps: update maven-antrun-plugin
3 years ago
Raul Bocanegra Algarra
e47ed057a5
Make glob recursive if option is enabled ( #8783 )
3 years ago
Jan Tattermusch
3c8c0ae725
Merge pull request #7246 from ObsidianMinor/csharp/issue7241
...
Correctly set ExtensionRegistry when parsing with MessageParser, but using an already existing CodedInputStream
3 years ago
Elliotte Rusty Harold
c69b90cb06
deps: update maven-antrun-plugin
...
fixes #8704
3 years ago
Elliotte Rusty Harold
21873ae54a
Merge pull request #7853 from belugabehr/CopyList
...
Use ArrayList copy constructor
3 years ago
Postmodern
39013ab238
Remove unused rubygems-tasks development dependency ( #8824 )
...
* Cannot find any occurrence of `require 'rubygems/tasks` or `Gem::Tasks` in the source code, so I am confident that this development dependency can safely be removed.
3 years ago
Adam Cozzette
3e1967e10b
Merge pull request #9090 from acozzette/sync-stage
...
Integrate from Piper for C++, Java, and Python
3 years ago
Josh
8171716ae9
Added "object" as a reserved name for PHP ( #8962 )
...
* Added "object" as a reserved name for PHP
* Fixed spacing
3 years ago
Adam Cozzette
9aa1adc60c
Removed unused references to easymock_classextension
3 years ago
Adam Cozzette
454f0cccaa
Add jsr305 dependency for Bazel
3 years ago
Chris Povirk
0da2ca5a17
Add jsr305 to protobuf-util deps. ( #9059 )
...
This prepares for a change (internal CL 399474184, to be mirrored out to GitHub) to add a few such annotations in FieldMaskUtil and JsonFormat.
(Technically, this PR is probably not "necessary" because protobuf-util already depends transitively on jsr305. But it's better hygiene to depend on it directly, and the direct dependency could protect against problems if protobuf-util drops some of its other deps -- or if those deps drop their own deps on jsr305.)
3 years ago
Adam Cozzette
7f79a416ff
Update the file lists with ./update_file_lists.sh
3 years ago
Adam Cozzette
68c17dcde8
Tweak syntax of casting function to void
...
GCC 4.9 seems to be unable to handle (void) syntax with a function, but
it is OK with a static_cast to void.
3 years ago
Adam Cozzette
99612d0885
Update CHANGES.txt
3 years ago
Adam Cozzette
4ffb31e906
Merge tag 'refs/tags/sync-piper' into sync-stage
3 years ago
Adam Cozzette
1f66b1b032
Sync from Piper @402594188
...
PROTOBUF_SYNC_PIPER
3 years ago
Adam Cozzette
9488e2f8eb
Update cmake file lists ( #9038 )
...
I ran ./update_file_lists.sh to update these files.
3 years ago
Jason Lunn
cbe2eadd5b
Merge pull request #9087 from JasonLunn/jruby_kokoro_test_fix
...
Install core rather than util
3 years ago
Dietmar Scheidl
3bdcc1266b
Fix build on AIX and SunOS ( #8373 ) ( #9065 )
...
* fix includes for AIX and SunOS
3 years ago