Joshua Haberman
256f1327ea
[Ruby] Bugfix for Message.[] for repeated or map fields.
4 years ago
Adam Cozzette
133e5e7526
Update protobuf version
4 years ago
Adam Cozzette
de701c660b
Update protobuf version
4 years ago
Adam Cozzette
ea2412e6ed
Updated collect_all_artifacts.sh for Ubuntu Xenial
4 years ago
Adam Cozzette
0533d042b3
Delete root-owned files in Kokoro builds
...
Some of our Kokoro builds have been failing because Kokoro is unable to
copy root-owned files when the build is complete. This commit fixes the
problem by deleting these files at the end.
4 years ago
Joshua Haberman
3722935054
Added to the changelog entries for Ruby & PHP.
4 years ago
Adam Cozzette
8aa0063bef
Updated collect_all_artifacts.sh to avoid installing apt-transport-https
...
The installation of apt-transport-https is failing and causing this
script to exit early. I suspect the package is no longer needed since
recent versions have moved it into the apt package, so this change
updates the script to stop trying to install apt-transport-https.
4 years ago
Joshua Haberman
a94870872c
Added more information to "file already loaded" warning.
...
Also changed it to zend_error() so it is more easily suppressed.
4 years ago
Adam Cozzette
76bfd89090
Added PHP changes for 3.15.0 into package.xml
4 years ago
Adam Cozzette
983ea052ce
Updated CHANGES.txt for the 3.15.0 release
4 years ago
Adam Cozzette
ac9218c5d9
Update protobuf version
4 years ago
Adam Cozzette
ae50d9b990
Update protobuf version
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
Adam Cozzette
8260126500
Update protobuf version
4 years ago
Yuhanun Citgez
c741c46604
Resovled issue in the .pb.cc files
4 years ago
Yuhanun Citgez
eef276412e
Resolved an issue where NO_DESTROY and CONSTINIT were in incorrect order
4 years ago
Joshua Haberman
2653fc807a
Merge pull request #7613 from landsem/patch-1
...
[PHP] Changed parameter type from long to integer
4 years ago
Yuhanun Citgez
8a39e13de9
Resovled issue in the .pb.cc files
4 years ago
Yuhanun Citgez
893e2d7fd8
Resolved an issue where NO_DESTROY and CONSTINIT were in incorrect order
4 years ago
Joshua Haberman
5e79c737d8
Merge pull request #8236 from bshaffer/patch-3
...
fix: README supported PHP version for C extension
4 years ago
Adam Cozzette
0040102e6f
Updated collect_all_artifacts.sh for Ubuntu Xenial
4 years ago
Adam Cozzette
26cb6a7a6d
Delete root-owned files in Kokoro builds
...
Some of our Kokoro builds have been failing because Kokoro is unable to
copy root-owned files when the build is complete. This commit fixes the
problem by deleting these files at the end.
4 years ago
Jan Tattermusch
a1f96fffc7
Merge pull request #8147 from JamesNK/jamesnk/writestring
...
Add .NET 5 target and improve WriteString performance with SIMD
4 years ago
James Newton-King
e4cd821f21
Add comments
4 years ago
Jan Tattermusch
818c2ba077
add libicu63 to C# dockerfile
4 years ago
Brecht Sanders
1e924efa90
Update port_def.inc
...
Fix for Windows build with MinGW-w64 compiler which has __has_attribute but has issues with __attribute__((weak)).
4 years ago
Brecht Sanders
9a80cf1225
Update coded_stream.h
...
Fix for Windows build with MinGW-w64 compiler. Windows is assumed to always be little endian.
4 years ago
Brecht Sanders
aee143afe8
Update port_def.inc
...
Fix for Windows build with MinGW-w64 compiler which has __has_attribute but has issues with __attribute__((weak)).
4 years ago
Brecht Sanders
fe63393896
Update coded_stream.h
...
Fix for Windows build with MinGW-w64 compiler. Windows is assumed to always be little endian.
4 years ago
David L. Jones
a25474ed45
Remove the (unused) Python all-versions Kokoro config. ( #8288 )
4 years ago
Abhishek Jain
0ef575beff
Fix compiler warnings issue found in conformance_test_runner#8189 ( #8190 )
4 years ago
Elliotte Rusty Harold
e1b26fe4a1
deps: update to Guava 30.1 ( #8209 )
...
This release includes a minor security fix.
4 years ago
David L. Jones
0894247c21
Add autotools to release languages.
4 years ago
Upils
01dcb94846
Expand reserved IDs for protoc-gen-psql and protoc-gen-sanititize ( #8270 )
...
Fix for 59b3d97
.
4 years ago
s1341
ee05cc11db
Fix missing -llog when compiling for android
4 years ago
Joshua Haberman
a97c4f4f2c
Merge pull request #8276 from haberman/php-warning
...
Added more information to "file already loaded" warning.
4 years ago
Joshua Haberman
44cd75d215
Merge pull request #8282 from haberman/changelog
...
Added to the changelog entries for Ruby & PHP.
4 years ago
Joshua Haberman
c59e7f1c0c
Added to the changelog entries for Ruby & PHP.
4 years ago
Adam Cozzette
d777155d81
Updated collect_all_artifacts.sh to avoid installing apt-transport-https
...
The installation of apt-transport-https is failing and causing this
script to exit early. I suspect the package is no longer needed since
recent versions have moved it into the apt package, so this change
updates the script to stop trying to install apt-transport-https.
4 years ago
Joshua Haberman
db66c95eaf
Added more information to "file already loaded" warning.
...
Also changed it to zend_error() so it is more easily suppressed.
4 years ago
Adam Cozzette
66e5185780
Added PHP changes for 3.15.0 into package.xml
4 years ago
Adam Cozzette
42fea44a9c
Updated CHANGES.txt for the 3.15.0 release
4 years ago
James Newton-King
d9889a4a15
Fix 5.0 SDK Linux restore issue
4 years ago
Adam Cozzette
e9f2ef308c
Update protobuf version
4 years ago
Paul MARS
59b3d97f6d
Reserve extension id for protoc-gen-psql & protoc-gen-sanitize
4 years ago
Joshua Haberman
a530dbe50c
Merge pull request #8262 from haberman/sync-stage
...
Integrate from Piper for C++, Java, and Python
4 years ago
Joshua Haberman
e8aa635397
Tweak our JavaScript rewrites a bit to handle jspb.* imports.
4 years ago
Joshua Haberman
beb70bb83e
Change is_trivially_copy_assignable -> is_trivial too.
4 years ago
Joshua Haberman
fc1cfb0174
Also change is_trivially_copy_constructible to std::is_trivial.
4 years ago
Joshua Haberman
fae6773539
Fixed misspelling.
4 years ago