zhangskz
69b0a78315
Merge pull request #8968 from zhangskz/sync-stage
...
Integrate from Piper for C++, Java, and Python
3 years ago
zhangskz
0fe47f3971
Merge branch 'master' into sync-stage
3 years ago
Sandy Zhang
e56c930d39
Fix map_test.proto package name
3 years ago
Elliotte Rusty Harold
5f55fe1d6b
enforce android API level 14 ( #8971 )
...
* enforce android API level 14
Add animal-sniffer plugin to check for android compatibility
* Revert "Merge pull request #7855 from belugabehr/ObjectsRequireNonNull"
This reverts commit a3e5587447
, reversing
changes made to f79f956b74
.
3 years ago
Sil3ntStorm
385672597f
Disable MSVC warning C4125 (decimal digit terminates octal escape sequence) ( #8928 )
3 years ago
Sil3ntStorm
8c7e082920
Fix warning about unary minus operator ( #8929 )
3 years ago
Sil3ntStorm
d6699989ab
Fix shadowing warnings ( #8926 )
3 years ago
junzeng
fabb59448a
Clean up unused code in src\google\protobuf\compiler\cpp\cpp_helpers.h ( #8819 )
...
Co-authored-by: junzeng <hjunzeng6@gmail.com>
3 years ago
Sandy Zhang
f286ae16f1
Update release notes.
3 years ago
Sandy Zhang
6901a36a62
Merge tag 'refs/tags/sync-piper' into sync-stage
3 years ago
Sandy Zhang
6dd2176354
Sync from Piper @396393195
...
PROTOBUF_SYNC_PIPER
3 years ago
David L. Jones
96d983a02e
Tweak update_file_lists.sh to handle changes to Makefile.am. ( #8965 )
3 years ago
Sandy Zhang
565294d79f
Remove duplicate build_ext class and get_ext_filename method
3 years ago
Sandy Zhang
5dcc8f2392
Add release notes.
3 years ago
Sandy Zhang
c43d053c1b
Merge tag 'refs/tags/sync-piper' into sync-stage
3 years ago
Sandy Zhang
215dd1335b
Sync from Piper @395989630
...
PROTOBUF_SYNC_PIPER
3 years ago
Joshua Haberman
7beab00b05
Merge pull request #8966 from jtattermusch/reintroduce_setuppy_aarch64
...
Reintroduce setup.py changes from #8280 erased by piper import #8902
3 years ago
Joshua Haberman
757615ae54
Merge pull request #8959 from VeryStrongFingers/patch-1
...
Update Field Presence doc
3 years ago
Jan Tattermusch
3efd68c793
Reintroduce setup.py changes from #8280 erased by piper import #8902
3 years ago
Mitchell Macpherson
c9dffbf3f4
Update field_presence.md
3 years ago
Joshua Haberman
75eff10d81
Merge pull request #8960 from haberman/sync-stage
...
Integrate from Piper for C++, Java, and Python
3 years ago
Joshua Haberman
c70b4e570b
Removed remaining dependence on six for Python.
3 years ago
Joshua Haberman
a76f5da9a0
Removed extraneous trailing backslashes.
3 years ago
Joshua Haberman
a33aa736fc
Removed more testing of Python <3.5.
3 years ago
Joshua Haberman
1a662aa18d
Disabled build_files_updated unittest for now.
3 years ago
Joshua Haberman
7adaf9eb79
Marked JS conformance runner as executable.
3 years ago
Joshua Haberman
f46293839e
Removed redundant license header that confounded shebang line.
3 years ago
Joshua Haberman
b6d1e05d55
Removed google-internal annotation.
3 years ago
Joshua Haberman
4a81770b7f
Reverted package change in test proto.
3 years ago
Joshua Haberman
bbf5d54ab7
Added missing source to Makefile.am.
3 years ago
Joshua Haberman
8b75c14592
Added release notes.
3 years ago
Joshua Haberman
018e2e7751
Merge tag 'refs/tags/sync-piper' into sync-stage
...
# Conflicts:
# src/google/protobuf/descriptor.pb.cc
# src/google/protobuf/duration.pb.cc
# src/google/protobuf/timestamp.pb.cc
# src/google/protobuf/type.pb.cc
# src/google/protobuf/wrappers.pb.cc
3 years ago
Joshua Haberman
e5c570bb57
Sync from Piper @395706834
...
PROTOBUF_SYNC_PIPER
3 years ago
Mitchell Macpherson
a52e00ed97
Update Field Presence doc
...
Updated information surrounding the usage of `optional` and the `--experimental_allow_proto3_optional` flag with relevant information between v3.12 & 3.15.
Since release v3.15:
> Optional fields for proto3 are enabled by default, and no longer require
> the --experimental_allow_proto3_optional flag.
3 years ago
Kevin Gibson
10d0faef6d
Use ReadVarint32 for Int32 types ( #8769 )
...
* Add INT32 to list of 32-bit varint types
* update descriptor protos
Co-authored-by: Greg Stoll <greg@gregstoll.com>
3 years ago
Jan Tattermusch
a8b73fb904
OSS benchmark script improvements: use java 11, remove tcmalloc, remove JS ( #8918 )
3 years ago
Joshua Haberman
768bc823ef
Merge pull request #8948 from compnerd/split-check
...
build: fix the support for CMake[<3.7]
3 years ago
Sil3ntStorm
7b9b7fe4a0
Fix unreachable code return in a case label that has a switch with only a default case in it, which returns already ( #8927 )
3 years ago
Saleem Abdulrasool
bf7a5e40a8
build: fix the support for CMake[<3.7]
...
The `VERSION_GREATER_EQUAL` operator was introduced in CMake 3.7.0
(released in 2016). Use the long form of the check by splitting the
operation into two comparisons to support the older CMake.
3 years ago
Jan Tattermusch
4368383f0e
Merge pull request #8944 from jtattermusch/fix_arm64_dockcross_break
...
fix arm64 tests broken by dockcross image update
3 years ago
Jan Tattermusch
2bd61368de
fix arm64 C++ tests broken by dockcross image update
3 years ago
Jan Tattermusch
981326af1d
fix arm64 tests broken by dockcross image update
3 years ago
Derek Perez
2937b2ca63
Addresses duplicates identified in #8925 ( #8939 )
...
* Addresses duplicates identified in #8925
java_export aliases the rule name to the full maven_project_jar which consolidates all deps into a merged jar. This is not what we want for Bazel users.
* Update :util to match
3 years ago
Elliotte Rusty Harold
3bc229afae
add Stack Overflow as a possible support channel. ( #8908 )
...
* add Stack Overflow as a possible support channel.
3 years ago
Sil3ntStorm
c87e1ae597
Fix uninitialized variable warnings in descriptor.cc ( #8931 )
...
* Fix uninitialized variable use warnings in descriptor.cc AllocateFieldNames and AllocRawInternal
* Fix missing-field-initializers warning
3 years ago
Sil3ntStorm
ef6a9b2854
Fix cast truncates constant value warning ( #8932 )
3 years ago
Joshua Haberman
fe54248aba
Merge pull request #8917 from Sil3ntStorm/issue-6159
...
Use if constexpr in template functions
3 years ago
Sil3ntStorm
1473d74620
Disable conditional expression is constant warning (C4127) inside protobuf
3 years ago
Elliotte Rusty Harold
a3e5587447
Merge pull request #7855 from belugabehr/ObjectsRequireNonNull
...
Standardize NPE checks on JDK Objects utility
3 years ago
Joshua Haberman
f79f956b74
Merge pull request #8851 from compnerd/msvc-runtime-library
...
cmake: support `MSVC_RUNTIME_LIBRARY` property
3 years ago