Deanna Garcia
b1924e1de9
Update version.json to: 21.7-dev
3 years ago
Mike Kruskal
4877014174
Fix stale descriptor files after comment change ( #10577 )
3 years ago
deannagarcia
929e13d1a9
Merge pull request #10572 from deannagarcia/21.x
...
Backport python release improvement
3 years ago
zhangskz
de7597e577
Update python/release.sh to handle delay between twine upload and pip install ( #10324 )
3 years ago
deannagarcia
480bd3b970
Merge pull request #10557 from protocolbuffers/21.x-202209132118
...
Update versions for 21.6 release
3 years ago
Deanna Garcia
aa8c73d845
Updating changelog
3 years ago
Protobuf Team Bot
24487dd104
Updating version.json and repo version numbers to: 21.6
3 years ago
deannagarcia
d88266c319
Merge pull request #10545 from deannagarcia/21.x
...
Apply patch
3 years ago
Deanna Garcia
6cf8108271
Apply patch
3 years ago
Deanna Garcia
cd0ee8f45d
Apply patch
3 years ago
deannagarcia
db38a8c2da
Merge pull request #10488 from protocolbuffers/zhangskz-patch-1
...
Update conformance/README.md for jruby
3 years ago
deannagarcia
4e4d852ce8
Merge pull request #10493 from grongor/patch-1
...
Move note to the top
3 years ago
deannagarcia
25fd37b485
Merge pull request #10519 from alkasm/patch-1
...
Update docs for MessageToJson indent parameter
3 years ago
Mike Kruskal
5cceb82fb9
Merge tag 'refs/tags/sync-piper' into sync-stage
3 years ago
Mike Kruskal
7764c864bd
Sync from Piper @473817856
...
PROTOBUF_SYNC_PIPER
3 years ago
Mike Kruskal
a2fe9065f3
Merge pull request #10540 from mkruskal-google/sync-stage
...
Integrate from Piper for C++, Java, and Python
3 years ago
Matt Fowles Kulukundis
2206b63c46
Merge pull request #10403 from shadchin/python311
...
Fix build with Python 3.11
3 years ago
Mike Kruskal
dfd7b19b3c
Update changelog
3 years ago
Mike Kruskal
459602940d
Sync from Piper @473817856
...
PROTOBUF_SYNC_PIPER
3 years ago
Mike Kruskal
b8b06a62c6
Merge tag 'refs/tags/sync-piper' into sync-stage
3 years ago
Alexander Shadchin
da973aff2a
Fix build with Python 3.11
...
The PyFrameObject structure members have been removed from the public C API.
3 years ago
Mike Kruskal
4fdfab1ec5
Merge pull request #10527 from mkruskal-google/sync-stage
...
Integrate from Piper for C++, Java, and Python
3 years ago
Mike Kruskal
fcd26beabe
Dedupe kokoro builds ( #10400 )
...
* Attempt to dedupe Bazel test
* Intentionally break a test to make sure presubmits still run
* Moving some shared configs to higher directories
* Adding root common.cfg
* Adding action cfgs at root directory
* Adding empty presubmit/continuous
* Going back to leaf directories
* Adding empty presubmit/continuous
* Unify continuous and presubmit configs
* Consolidate all presubmit/continuous into a common config file
* Revert "Intentionally break a test to make sure presubmits still run"
This reverts commit 978eb19f80ea46f4a0e07789f86e791c5f9790ac.
* Fixing POC config files
3 years ago
Mike Kruskal
39ab3f9684
Fix breakages from sync
3 years ago
Mike Kruskal
081901beab
Bump upb version to head
3 years ago
Mike Kruskal
78b1dc169c
Spelling fixes
3 years ago
Mike Kruskal
87f8593fb8
Updating changelog
3 years ago
Mike Kruskal
b2498bb980
Merge tag 'refs/tags/sync-piper' into sync-stage
3 years ago
Mike Kruskal
10cbdfef5f
Sync from Piper @473279986
...
PROTOBUF_SYNC_PIPER
3 years ago
Mike Kruskal
1595417dd3
Sync from Piper @473279986
...
PROTOBUF_SYNC_PIPER
3 years ago
Matt Fowles Kulukundis
9c40a8447b
Merge pull request #10520 from jskeet/deprecated-enum-value
...
Apply Obsolete attribute to deprecated enums and enum values in C# generated code
3 years ago
Jon Skeet
5036705c8d
Apply Obsolete attribute to deprecated enums and enum values in C# generated code
...
Fixes #10513
3 years ago
Jon Skeet
fc1dbc6fac
Fix 32-bit floating point JSON parsing of maximal values for C#
...
Fixes #10509 .
3 years ago
Mike Kruskal
687fbffd9b
Fixing mac php tests ( #10523 )
...
* Manually run brew cleanup and initialize php
* Add debug loggin for visibility
* Allow underscores in php folder name
* Add logging to php tests
* Add tracing
* Only use the latest installation of php
3 years ago
Mike Kruskal
ea2f20498e
Uninstall system protobuf to prevent version conflicts ( #10522 )
3 years ago
Alexander Reynolds
80868f14d0
Update docs for MessageToJson indent parameter
...
See https://github.com/protocolbuffers/protobuf/issues/10518
3 years ago
Christian Blichmann
4efbcc4460
CMake: Enable projects to set the C++ version ( #10464 )
...
This change enables projects that consume protobuf via
`FetchContent_MakeAvailable()` to set the C++ version to be used. This is
necessary, as linking code compiled for different C++ standards is asking for
trouble (and will simply not work in some cases).
Check that any version that might be set in `CMAKE_CXX_STANDARD` is new
enough (C++14 or later). On Cygwin, check if any `-std=gnu++XX` has
already been set. In all cases, default to C++14.
3 years ago
deannagarcia
f8be28167c
Merge pull request #10516 from protocolbuffers/deannagarcia-patch-3
...
Delete performance.md
3 years ago
deannagarcia
444d25eb1f
Delete performance.md
...
Remove documents on benchmark tests since they are no longer supported
3 years ago
Mike Kruskal
d20e9a92eb
Add deprecated python proto alias ( #10515 )
3 years ago
Mike Kruskal
aafacb09c7
Remove broken use_bazel.sh ( #10511 )
3 years ago
Matt Fowles Kulukundis
ad6cd54b1e
Merge pull request #10508 from jskeet/clear-retain
...
Retain existing array in RepeatedField.Clear
3 years ago
Jon Skeet
a4fd216186
Retain existing array in RepeatedField.Clear
...
Fixes #7828 .
(Also tweaks the comment for Capacity.)
3 years ago
Matt Fowles Kulukundis
9890369bc3
Merge pull request #10506 from fowles/sync-stage
...
move portable_strdup into the windows ifdef
3 years ago
Matt Kulukundis
63cfbc0049
move portable_strdup into the windows ifdef
3 years ago
deannagarcia
b11ace862b
Merge pull request #10490 from protocolbuffers/deannagarcia-patch-2
...
Update README.md
3 years ago
Harald Fernengel
f7188186c5
Make abseil a public dependency of libprotobuf ( #10460 )
...
descriptor.h includes abseil's mutex.h directly, thus abseil is not a
private dependency any more but must be included by every user of
libprotobuf.
Co-authored-by: Harald Fernengel <547273+haraldF@users.noreply.github.com>
3 years ago
Matt Fowles Kulukundis
c2960feea4
Merge pull request #10494 from thomasvl/fix_name
...
[ObjC] Fix the name of the test file.
3 years ago
Thomas Van Lenten
5a823ffd16
[ObjC] Fix the name of the test file.
3 years ago
Jakub Chábek
63e94a4e33
Move note to the top
3 years ago