Mike Kruskal
8bad7e0dd0
Clean up leftover benchmark cruft ( #10480 )
...
* Removing benchmark submodule
* Removing C# benchmarks
* Removing dangling benchmark references
* Deleting unused function
2 years ago
Mike Kruskal
4160837a72
Changing windows release to VS 2017 ( #10458 )
...
* Changing windows release to VS 2017
* Extend PHP composer timeout for tests
2 years ago
Mike Kruskal
d8421bd49c
Bumping Abseil version to latest LTS ( #10433 )
...
* Bumping Abseil version to latest LTS
* Upgrade PHP build to latest docker image
* Deleting php 7.0 kokoro build now that it's not supported
* Putting old PHP test back
* Fix test cases that exceed PHP_INT_MAX
2 years ago
Mike Kruskal
94502599df
Fixing php proto generation script to work properly during sync ( #10395 )
2 years ago
Mike Kruskal
4c5454b86d
Fixing php proto generation script to work properly during sync ( #10395 )
2 years ago
Mike Kruskal
ed5c57a574
Remove all autotools usage ( #10132 )
...
* Bazelfying conformance tests
Adding infrastructure to "Bazelify" languages other than Java and C++
* Delete benchmarks for languages supported by other repositories
* Bazelfying benchmark tests
* Bazelfying python
Use upb's system python rule instead of branching tensorflow
* Bazelfying Ruby
* Bazelfying C#
* Bazelfying Objective-c
* Bazelfying Kokoro mac builds
* Bazelfying Kokoro linux builds
* Deleting all deprecated files from autotools cleanup
This boils down to Makefile.am and tests.sh and all of their remaining references
* Cleanup after PR reorganizing
- Enable 32 bit tests
- Move conformance tests back
- Use select statements to select alternate runtimes
- Add internal prefixes to proto library macros
* Updating READMEs to use bazel instead of autotools.
* Bazelfying Kokoro release builds
* First round of review fixes
* Second round of review fixes
* Third round of review fixes
* Filtering out conformance tests from Bazel on Windows (b/241484899)
* Add version metadata that was previously scraped from configure.ac
* fixing typo from previous fix
* Adding ruby version tests
* Bumping pinned upb version, and adding tests to python CI
2 years ago
Protobuf Team Bot
a44b4ae39c
Updating version.json and repo version numbers to: 21.5
2 years ago
Joshua Haberman
005f6d1c91
Merge pull request #10356 from haberman/php-containing-oneof
...
[PHP] Added getContainingOneof and getRealContainingOneof to descriptor.
2 years ago
Brent Shaffer
d8f882b675
fix: fix PHP readonly legacy files for nested messages
2 years ago
Matt Kulukundis
e8ab276325
Sync from Piper @465378928
...
PROTOBUF_SYNC_PIPER
2 years ago
Joshua Haberman
a8c600f900
Updated oneof count.
2 years ago
Joshua Haberman
763f08c620
[PHP] Added getContainingOneof and getRealContainingOneof to descriptor.
2 years ago
Sandy Zhang
c003a02b59
Sync from Piper @463670061
...
PROTOBUF_SYNC_PIPER
2 years ago
Brent Shaffer
c752a43e1e
fix: fix PHP readonly legacy files for nested messages
2 years ago
Protobuf Team Bot
c9869dc780
Updating version.json and repo version numbers to: 21.4
2 years ago
Sandy Zhang
aebdd0885f
Sync from Piper @463129388
...
PROTOBUF_SYNC_PIPER
2 years ago
Adam Cozzette
4e7c56cf43
Update developer username in package.xml ( #10297 )
...
I hit an error uploading to pecl.php.net, and I suspect it is because we
have changed to a new username but still have the old username in
package.xml.
2 years ago
Adam Cozzette
e7835368be
Update the release date in package.xml ( #10295 )
...
We did not finish the release yesterday, so this change updates the PHP
release date to today.
2 years ago
Protobuf Team Bot
b1eb1260fc
Updating version.json and repo version numbers to: 21.3
2 years ago
Brent Shaffer
d807712f1a
address review comments
2 years ago
Brent Shaffer
4f28c5ab4e
fix valgrind
2 years ago
Brent Shaffer
0b90ee8d3f
address review comments
2 years ago
Deanna Garcia
75cc3a2af4
Update phpunit version
2 years ago
theodorerose
799a041d14
ran generate_descriptor_proto.sh
2 years ago
theodorerose
ee7ba6d8f1
Sync from Piper @458326765
...
PROTOBUF_SYNC_PIPER
2 years ago
Deanna Garcia
8535efb3aa
Change version to make a range
2 years ago
Deanna Garcia
79e9614edf
Change phpunit version to fix error
2 years ago
theodorerose
628a7e6fa4
Sync from Piper @457757259
...
PROTOBUF_SYNC_PIPER
2 years ago
theodorerose
52e071ecb3
merge 21.x into main
2 years ago
Protobuf Team Bot
839b18b1ba
Updating version.json and repo version numbers to: 21.2
2 years ago
theodorerose
71adb837e7
cherry-pick c38281dd20
2 years ago
Jorg Brown
a3e1de0113
Sync from Piper @455586341
...
PROTOBUF_SYNC_PIPER
2 years ago
Brent Shaffer
5f8e6dff2a
fix dist tests
3 years ago
Thanet (Knack) Praneenararat
0f1574aae2
Fixed bugs of OneofDescriptor.
3 years ago
Brent Shaffer
ecd1476f4a
fix valgrind error
3 years ago
Thanet (Knack) Praneenararat
594f2a9b0d
Fixes bugs of isSynthetic and makes containing_oneof work
3 years ago
Thanet (Knack) Praneenararat
238331b359
Added support for getRealContainingOneof() and getContainingOneof()
3 years ago
Sandy Zhang
f138d5de25
Sync from Piper @452551755
...
PROTOBUF_SYNC_PIPER
3 years ago
Brent Shaffer
c8fa2f1168
free lower
3 years ago
Thanet (Knack) Praneenararat
b27dd18676
Exposed more functions in FieldDescriptor and OneofDescriptor.
3 years ago
Brent Shaffer
8b4837981c
refactor for efficiency
3 years ago
Brent Shaffer
7ed2c262e2
feat: [PHP] add previous classname to descriptor pool
3 years ago
Protobuf Team Bot
38e3a11a29
Updating version.json and repo version numbers to: 21.1
3 years ago
Protobuf Team Bot
e73ed1630f
Updating version.json and repo version numbers to: 21.1
3 years ago
Protobuf Team Bot
59c6ff83e9
Updating version.json and repo version numbers to: 21.0
3 years ago
Brent Shaffer
53944b5983
Add back "fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility ( #9633 )"
3 years ago
Joshua Haberman
8984184e54
Revert "fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility ( #9633 )"
...
This reverts commit eb27c201f1
.
3 years ago
David L. Jones
7f2368933a
Re-generate csharp and php golden proto files after changes to descriptor.proto.
3 years ago
Protobuf Team Bot
1fa42c4be4
Updating version.json and repo version numbers to: 21.0-rc2
3 years ago
Joshua Haberman
a04d00312f
Fixed PHP SEGV by not writing to shared memory for zend_class_entry.
3 years ago