Joshua Haberman
ea513d71e0
Merge pull request #8006 from haberman/php-internaladd
...
[PHP] Optimized away hex2bin() call in generated code
4 years ago
Joshua Haberman
e8a442f97c
Merge branch 'master' into php-internaladd
4 years ago
Joshua Haberman
7b56ea3ac3
Merge pull request #8005 from haberman/php-filefix
...
Moved HasOneof test into GeneratedClassTest.php, to avoid the extra file.
4 years ago
Joshua Haberman
a8a1493f35
Moved HasOneof test into GeneratedClassTest.php, to avoid the extra file.
4 years ago
Joshua Haberman
957a0bf08c
Merge pull request #8003 from anight/php_extension_add_has_oneof_field_method
...
add missing hasOneof method to check presence of oneof fields
4 years ago
Joshua Haberman
1dd483444c
Merge pull request #8000 from haberman/php-upb-update
...
[PHP] New version of upb, and a new hash function wyhash in third_party.
4 years ago
Andrei Nigmatulin
52d3be3276
added tests for hasOneof<Field>() php methods
4 years ago
Joshua Haberman
579aa89014
Updated wyhash.h to pick up fix for spelling mistake.
4 years ago
Joshua Haberman
314ce3c8a0
PHP: Fix in upb for 32-bit platforms.
4 years ago
Andrei Nigmatulin
913e1ede12
add missing has<Field>() method for oneof fields
4 years ago
Nadav Samet
b5d2cc08f1
Update scalapb URL and fix typo in name
4 years ago
Joshua Haberman
f5ab3b166c
PHP: Removed 32-bit-specific PHP failure list.
...
32 and 64-bit PHP should have the same set of failures now.
4 years ago
Joshua Haberman
6e19526525
PHP: Removed previously failing tests from the failure list.
4 years ago
Joshua Haberman
78f56b84b5
Set -std=gnu99 for PHP extension compile.
4 years ago
Joshua Haberman
f65bcca31d
Added extra files to Makefile.am and fixed spelling errors.
4 years ago
Joshua Haberman
a6985e598c
New version of upb, and a new hash function wyhash in third_party.
4 years ago
Joshua Haberman
c5f7b4b0b3
Merge pull request #7944 from haberman/php-wkt
...
[PHP] Native C well-known types
4 years ago
Joshua Haberman
e0151addd3
Added missing files to Makefile.am.
4 years ago
Joshua Haberman
a29f792bae
Updated Makefile.am for changed files.
4 years ago
Joshua Haberman
a1486fc89d
Merge branch 'master' into php-wkt
4 years ago
Joshua Haberman
fdc35840b9
Merge pull request #7925 from haberman/sync-stage
...
Integrate from Piper for C++, Java, and Python
4 years ago
Joshua Haberman
709775b67e
Added missing semicolon.
4 years ago
Joshua Haberman
69b245e63a
Added Python 2.7-specific failure list for Python/C++ also.
4 years ago
Joshua Haberman
ee68c9b29c
Added text format failure list for Python 2.7.
4 years ago
Joshua Haberman
036865fa7f
Add C++ text format failure list, and a Python 2.7 text format failure list.
4 years ago
lakshayg
3cff48db79
Spell check only comments and strings in vim
4 years ago
Jan Tattermusch
9d9c670589
Merge pull request #7701 from basvdlinden/safe_bytestring_copyfrom_span
...
annotate ByteString.CopyFrom(ReadOnlySpan<byte>) as SecuritySafeCritical
4 years ago
Jichan
022078d3ee
Fix a CMake module for support RelWithDebInfo and MinSizeRel install
4 years ago
Thomas Van Lenten
2123ed5df7
Switch to atomic for setting autocreated objects.
...
- Update semaphore comment to new scope.
- Use an atomic swap to avoid needing to use the semaphore.
This means the semaphore is create only when extension are auto created (less
memory usage).
4 years ago
Joshua Haberman
356d59ab57
Merge tag 'refs/tags/sync-piper' into sync-stage
4 years ago
Joshua Haberman
56ae807dbd
Sync from Piper @338744130
...
PROTOBUF_SYNC_PIPER
4 years ago
Joshua Haberman
9d69c754a8
Merge tag 'refs/tags/sync-piper' into sync-stage
4 years ago
Joshua Haberman
4cd56bdef8
Sync from Piper @338718276
...
PROTOBUF_SYNC_PIPER
4 years ago
Joshua Haberman
981be5be20
Python/C++ text_format conformance test fix.
...
Pass the Python/C++ text_format failure list to the conformance runner.
4 years ago
Joshua Haberman
90021b813f
Updated changelog.
4 years ago
Joshua Haberman
b70695dd68
Sync from Piper @338707351
...
PROTOBUF_SYNC_PIPER
4 years ago
Joshua Haberman
73ac11febe
Merge tag 'refs/tags/sync-piper' into sync-stage
4 years ago
Joshua Haberman
3fff95e1bd
Updated changelog.
4 years ago
Joshua Haberman
510cdff1f0
Merge branch 'master' into php-wkt
4 years ago
Adam Cozzette
de5d1b98c2
Updated compiler code to fully qualify std::string
...
This is one step toward removing the "using std::string" statement from
stubs/common.h.
4 years ago
dependabot[bot]
74de188815
Bump junit from 4.13 to 4.13.1 in /java
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Alexander Morozov
2558c5deef
Fix finding google/protobuf/descriptor.proto on FreeBSD ( #7954 )
4 years ago
Jan Tattermusch
151d49436a
upgrade System.Memory dependency to 4.5.3
4 years ago
Thomas Van Lenten
666b592e36
Remove some extra newlines to warning/note output.
...
Should make output a little more compact, easier to see common things in one
block when generating multiple files at once.
4 years ago
Thomas Van Lenten
a645d7176b
Update the iOS project for Xcode 12.
...
- Move the min up to iOS 9. Things should still work with 8, just can't have
the project set to that and be able to run the tests, so moving it up to
support running the tests.
- Remove the bitcode setting from the unittest bundle, was causing an error
with Xcode 12.
4 years ago
Thomas Van Lenten
676ea98902
Update the build/testing script for Xcode 12.
4 years ago
Thomas Van Lenten
9c27f6a479
Add cast to avoid warning on Xcode 12.
4 years ago
Joshua Haberman
de371235c9
Sync from Piper @338284531
...
PROTOBUF_SYNC_PIPER
4 years ago
Joshua Haberman
820d1ca5af
Merge tag 'refs/tags/sync-piper' into sync-stage
4 years ago
Joshua Haberman
8ea38263ec
Put NDEBUG in upb, not in CFLAGS.
4 years ago