Paul Yang
e8906e4ecd
Update docker file for php7 ( #8112 )
2020-12-02 10:10:18 -08:00
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.
2020-12-01 15:53:51 -08:00
Biswapriyo Nath
c777ade07b
Conformance/CMake: Remove non-existence binary_json_conformance_main.cc file.
2020-12-01 10:05:33 -08:00
Biswapriyo Nath
5cc03457e6
stubs/mutex: Fix compilation by initializing variable in WrappedMutex class.
...
This solves the following error in gcc:
explicitly defaulted function cannot be declared 'constexpr' because the implicit declaration is not 'constexpr'
2020-11-30 15:06:55 -08:00
Mike Lehan
9ee163a5d7
Update param type on offsetGet ( #8033 )
...
The param was typed as `object` which is invalid as when items are set in the container the key passes through `checkKey` where it enforces the key must be various classes of integer, bool or string. Thus I have replaced it with a union type (in future this can be a proper PHP level typehint, but for now only doctype)
2020-11-30 11:29:13 -08:00
Paul Yang
9432c99f37
Update docker image for php8 ( #8103 )
2020-11-30 10:19:50 -08:00
Jorg Brown
3f91c10f0d
Work around -Werror=type-limits under gcc 10.2 ( #8092 )
...
* Work around `-Werror=type-limits` under gcc 10.2
This is an error when tag is greater than 128 under gcc 10.2: `if (tag < 128) return *ptr == tag;`
It's an error even though the comparison occurs in a branch of code we know won't be taken. See https://godbolt.org/z/1eaP86
This works around the problem by casting `tag` to the same type as `*ptr`.
2020-11-25 17:31:49 -08:00
Antony Dovgal
51b620ac96
unregister INI entries and fix invalid read on shutdown ( #8042 )
2020-11-25 11:02:35 -08:00
Adam Cozzette
471317f03a
Merge pull request #8077 from acozzette/fix-8059
...
Updated ax_pthread.m4 to its most recent upstream version
2020-11-25 11:02:02 -08:00
Adam Cozzette
9e2d875dd6
Merge pull request #8089 from acozzette/fixes
...
Fixed some minor issues
2020-11-25 10:48:56 -08:00
Adam Cozzette
72fddb7272
Fixed the Codespell check
2020-11-24 15:02:25 -08:00
Adam Cozzette
551b440aaa
Fixed some minor issues
...
This commit fixes some minor issues that came up when I tried to
integrate changes from Git into Google's internal codebase:
- Include stubs/strutil.h for access to Split() helper function
- Use emplace() instead of insert() so that the code still works if
we're working with a string_view instead of a string
2020-11-24 14:57:28 -08:00
Adam Cozzette
977dde9ee3
Merge pull request #7180 from stac47/fix_deprecated_is_pod
...
Fix std::is_pod deprecated in C++20
2020-11-24 09:15:05 -08:00
Adam Cozzette
e65887ad0e
Merge branch 'master' into fix_deprecated_is_pod
2020-11-23 16:47:29 -08:00
Tongliang Liao
5a7a4a52a7
Install examples in /usr/local/share/protobuf/examples
.
2020-11-23 15:58:38 -08:00
Joshua Haberman
bd9a7104e1
Merge pull request #8076 from haberman/sync-stage
...
Integrate from Piper for C++, Java, and Python
2020-11-23 09:09:53 -08:00
Joshua Haberman
7993c7456c
Added note to CHANGES.txt about Arena::SpaceAllocated().
2020-11-23 09:09:05 -08:00
Adam Cozzette
8cfb4284b4
Updated ax_pthread.m4 to its most recent upstream version
...
This should fix #8059 .
2020-11-20 16:36:56 -08:00
Joshua Haberman
c2c13a558a
Fixed Python C++ extension for Python 3.8.
...
Python 3.8 changed the meaning and type of the tp_print slot.
2020-11-20 13:20:55 -08:00
Joshua Haberman
284f4b6dd1
Fixed another spelling error.
2020-11-20 11:50:09 -08:00
Joshua Haberman
9be042029b
Reverted unintentional change.
2020-11-20 11:43:17 -08:00
Joshua Haberman
29e788d8e2
Fixed spelling mistake.
2020-11-20 11:20:13 -08:00
Joshua Haberman
1817a01907
Updated changelog.
2020-11-20 11:06:07 -08:00
Joshua Haberman
920803e18d
Merge tag 'refs/tags/sync-piper' into sync-stage
2020-11-20 10:44:58 -08:00
Joshua Haberman
5c028d6cf4
Sync from Piper @343521567
...
PROTOBUF_SYNC_PIPER
2020-11-20 10:44:58 -08:00
Jan Tattermusch
d7a26435fb
Merge pull request #7645 from JamesNK/jamesnk/bytestring-memory
...
Change ByteString to use memory and support unsafe create without copy
2020-11-18 19:26:42 +01:00
James Newton-King
e794919f6b
PR feedback
2020-11-18 22:54:06 +13:00
James Newton-King
79f5bad83c
Change ByteString to use memory and support unsafe create without copy
2020-11-18 21:58:32 +13:00
Mahdi Hosseini
7b352d318b
Fix detecting file as directory on zOS issue #8051
2020-11-17 14:17:08 -08:00
Mahdi Hosseini
51bdb51050
Fix detecting file as directory on zOS issue #8051
2020-11-17 14:17:08 -08:00
Mahdi Hosseini
a73c8e052d
Fix detecting file as directory on zOS issue #8051
2020-11-17 14:17:08 -08:00
Yuriy Chernyshov
0321358204
Fix some -Wunused-parameter warnings
2020-11-17 13:41:55 -08:00
Adam Cozzette
c981d39d1e
Merge pull request #8048 from acozzette/3.14.x-202011131455
...
Merge 3.14.x into master
2020-11-13 21:19:23 -08:00
Adam Cozzette
17a067dd36
Merge branch '3.14.x' into 3.14.x-202011131455
2020-11-13 15:49:45 -08:00
Adam Cozzette
2514f0bd7d
Removed protoc-artifacts/target directory
...
I committed this directory by mistake and these build artifacts should
not be checked in.
2020-11-13 12:53:39 -08:00
Adam Cozzette
f3192d6128
Update protobuf version
2020-11-13 11:27:32 -08:00
Adam Cozzette
8630972ced
Updated CHANGES.txt to add #8035
2020-11-13 11:27:32 -08:00
James Newton-King
e91922a4e7
Additional test
2020-11-13 09:13:01 -08:00
James Newton-King
e57f761e7b
Fix parsing negative Int32Value that crosses segment boundary
2020-11-13 09:13:01 -08:00
Jan Tattermusch
012fe854ac
Merge pull request #8035 from JamesNK/jamesnk/int32wrapper-blocksize
...
Fix parsing negative Int32Value that crosses segment boundary
2020-11-13 15:18:40 +01:00
James Newton-King
fdf4ef62a5
Additional test
2020-11-13 12:17:24 +13:00
James Newton-King
d8800ae2f3
Fix parsing negative Int32Value that crosses segment boundary
2020-11-13 12:11:31 +13:00
Adam Cozzette
1b851b3fe6
Update protobuf version
2020-11-12 12:44:26 -08:00
Yuriy Chernyshov
397d34ca0e
Restore proxy method upon acozzette@ request
2020-11-12 12:40:17 -08:00
Yuriy Chernyshov
20c780045a
Deduplicate StripProto methods
2020-11-12 12:40:17 -08:00
Adam Cozzette
129a5edb28
Updated CHANGES.txt to include #7928
2020-11-12 12:31:39 -08:00
Aurélien Grenotton
99149badc0
Fix PyUnknownFields memory leak ( #7928 )
...
Properly release internal data structure on deallocation.
Fix #7301
2020-11-12 12:31:39 -08:00
Adam Cozzette
492858351c
Updated CHANGES.txt for the 3.14.0 release
2020-11-12 09:06:13 -08:00
Adam Cozzette
fbbe11ae49
Reintroduced definitions for PHP GeneratedClassName() functions
...
We no longer use these functions, but it turns out that we need to keep
them around for gRPC to use.
2020-11-11 10:47:39 -08:00
Adam Cozzette
31f719618c
Added back in notes field in package.xml
...
This field turns out to be required and cannot be empty, so this commit
adds some placeholder text.
2020-11-11 10:47:39 -08:00