- Feb 08, 2022
-
-
Ben Boeckel authored
Add missing install files See merge request !2
-
- Feb 07, 2022
-
-
Timothee Chabat authored
When compiling against an install folder, compiler would complain about missing `<google/protobuf/port_def.inc>` include. Related to: paraview/paraview#21205
-
- Oct 01, 2020
-
-
Ben Boeckel authored
-
Utkarsh Ayachit authored
-
Ben Boeckel authored
This avoids problems at runtime within a static build.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
`add_custom_command` was not depending on the proto input files due to typo. fixed it.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
- Aug 14, 2020
-
-
Jie Luo authored
* Fix segment fault for proto3 optional Fixes #7801
-
Adam Cozzette authored
Setuptools 45.0 removed support for Python 2, so to keep these tests working for Python 2 I updated the script to install an older setuptools version.
-
Adam Cozzette authored
Somehow we ended up with two conflicting versions listed for C#, so this commit removes the incorrect one (the correct one is 3.13.0-rc3).
- Aug 12, 2020
-
-
Paul Yang authored
* No need to generate addtional has method for proto2 * Also remove has property
- Aug 11, 2020
-
-
Paul Yang authored
* Only ported c extension to php8. * Didn't fixed the issue of throwing warnings for missing arginfo in bundled files. * Tests not fixed, because syntax of phpunit (<7 vs >9.3) are not compatible. * In next release, needs to drop php5 and php7.0 support (in order to use phpunit > 7)
-
- Aug 10, 2020
- Aug 07, 2020
-
-
Joshua Haberman authored
-
Paul Yang authored
* Check realoneof in json parsing * Fix whichoneof to also work for synthetic oneof
-
Roberto Cosenza authored
-
Adam Cozzette authored
-
Paul Yang authored
* Updated upb to pick up several bugfixes. This fixes most conformance failures. * Updated golden file, now that we are serializing as packed by default. * Set "packed" properly: it is on by default for packable fields in proto3. * Updated failure list for PHP now that we properly respect "packed". * Temporarily disable encode_decode_test Co-authored-by:
Joshua Haberman <jhaberman@gmail.com>
-
Joshua Haberman authored
-
Joshua Haberman authored
-
Joshua Haberman authored
* WIP. * Added proto3 presence support for PHP. * Added compatibility code for old generated code.
-
Jon Skeet authored
Previous tests didn't spot this as each message was either "all optional" or "all non-optional", at which point there isn't a problem.
-
Adam Cozzette authored
Newer versions of virtualenv lack the --no-site-packages option, so I had to remove it to keep the release.sh script working. I read that this option has already been the default for a long time, so removing it shouldn't chany any behavior. For the setup.py script, I was getting some errors about the bdist_wheel argument to setup.py, but I was able to fix that by adding 'wheel' to setup_requires.
-
Adam Cozzette authored
This test has started failing, and I believe the cause is a change in class loading behavior in Java 11. As far as I know, that breaks the test logic but there is nothing wrong with the non-test code. This change temporarily disables the test so that we can unblock the 4.0 release while I work on a more permanent fix.
-
Joshua Haberman authored
-
Jan Tattermusch authored
-
David L. Jones authored
This commit cleans up our environment setup for macOS builds. - Always use `python -m {pip | virtualenv}` form of commands. - Only upgrade in-place, and never use `--ignore-installed`. - Use latest tox on macos, and test 3.6 on macos presubmit. These changes ensure that multibuilder won't break the system-installed Python on the Kokoro macOS builder, and thus won't resolve the ancient system version. For Tox, make sure we test with Python 3.6 (the version of Python in current macOS).
-