- 23 Aug, 2019 1 commit
-
-
Rafi Kamal authored
-
- 16 Aug, 2019 1 commit
-
-
Joshua Haberman authored
-
- 15 Aug, 2019 1 commit
-
-
DNKpp authored
Signed-off-by:
DNKpp <dnkpp2011@gmail.com>
-
- 09 Aug, 2019 4 commits
-
-
reed-lau authored
-
reed-lau authored
-
reed-lau authored
-
Jie Luo authored
* Add changelog for 3.9.x * Revert "Make php message class final to avoid mocking (#6277)" (#6324) This reverts commit 7f84a943. This is just temporary. Eventually, we still want to roll forward this change. Some users are complaining they need more time to clean up their code. * Update extract_includes.bat.in File io_win32.h is not in directory google\protobuf\stubs under directory google\protobuf\io * Set oneof case in array constructor (#6351) Forgot to set it previously. * Update protobuf version (#6366) * Drop building wheel for python 3.4 (#6406) https://github.com/matthew-brett/multibuild/pull/240 * Fix binary compatibility in FieldCodec factory methods (#6380) (#6424) * Fix binary compatibility in FieldCodec factory messages * Make default value parameter for current factories required * Route old methods through default value overloads * Remove ExtensionRegistry.Add(params) overload * Rename ExtensionRegistry.Add(IEnumerable<Extension>) overload to AddRange * Edit naming of parameters in Extension classes * * Fix add API warnings to docs for extension APIs * Rename internal ExtensionSet.GetValue to TryGetValue * Disable javadoc error (#6371) * Disable javadoc error Actual fixes of the javadoc will be followed up * Remove duplicated configuration * Update javadoc plugin version * Updated Bazel test script to use most recent Bazel version (#6413) (#6433) I'm not exactly sure why, but this fixes the failing Bazel presubmit test. Using the most recent version seems like a good idea anyway so that we can make sure we're compatible with any new Bazel changes. * [bazel] Add fixes for --incompatible_load_{cc,java,proto}_rules_from_bzl * No need to update version in generated code (#6471) generate_descriptor will handle that * Update protobuf version (#6472)
-
- 06 Aug, 2019 1 commit
-
-
Paul Beusterien authored
Fix #3218
-
- 02 Aug, 2019 2 commits
-
-
Paul Yang authored
* Add conformance tests for explicit packed/unpacked fields * Fix typo * Update failure lists * Update failure list * Use enum class to make enum scoped
- 30 Jul, 2019 1 commit
-
-
Wang Kirin authored
-
- 29 Jul, 2019 1 commit
-
-
Laszlo Csomor authored
-
- 28 Jul, 2019 1 commit
-
-
Andrei Shevtsov authored
-
- 24 Jul, 2019 5 commits
-
-
Lian Duan authored
-
Josh Humphries authored
-
Josh Humphries authored
-
Yannic Bonenberger authored
-
Yannic Bonenberger authored
-
- 22 Jul, 2019 1 commit
-
-
Wang Kirin authored
-
- 19 Jul, 2019 2 commits
-
-
Paul Yang authored
* Down integrate to GitHub * Fix broken tests
-
Laszlo Csomor authored
-
- 18 Jul, 2019 1 commit
-
-
Laszlo Csomor authored
-
- 17 Jul, 2019 1 commit
-
-
Po-Chuan Hsieh authored
google/protobuf/testing/zcgzip.cc:61:25: error: unknown type name 'STDOUT_FILENO' FileOutputStream fout(STDOUT_FILENO); ^ google/protobuf/testing/zcgzip.cc:61:24: warning: parentheses were disambiguated as a function declaration [-Wvexing-parse] FileOutputStream fout(STDOUT_FILENO); ^~~~~~~~~~~~~~~ google/protobuf/testing/zcgzip.cc:61:25: note: add a pair of parentheses to declare a variable FileOutputStream fout(STDOUT_FILENO); ^ ( google/protobuf/testing/zcgzip.cc:75:20: error: use of undeclared identifier 'STDIN_FILENO' readlen = read(STDIN_FILENO, outptr, outlen); ^ 1 warning and 2 errors generated. gmake[3]: *** [Makefile:4009: google/protobuf/testing/zcgzip.o] Error 1 google/protobuf/testing/zcgunzip.cc:62:23: error: unknown type name 'STDIN_FILENO' FileInputStream fin(STDIN_FILENO); ^ google/protobuf/testing/zcgunzip.cc:62:22: warning: parentheses were disambiguated as a function declaration [-Wvexing-parse] FileInputStream fin(STDIN_FILENO); ^~~~~~~~~~~~~~ google/protobuf/testing/zcgunzip.cc:62:23: note: add a pair of parentheses to declare a variable FileInputStream fin(STDIN_FILENO); ^ ( google/protobuf/testing/zcgunzip.cc:74:23: error: use of undeclared identifier 'STDOUT_FILENO' int err = write(STDOUT_FILENO, inptr, inlen); ^ 1 warning and 2 errors generated. gmake[3]: *** [Makefile:4009: google/protobuf/testing/zcgunzip.o] Error 1 Reference: https://bugs.FreeBSD.org/bugzilla/show_bug.cgi?id=215346 https://svnweb.FreeBSD.org/changeset/ports/428734
-
- 15 Jul, 2019 2 commits
-
-
Laszlo Csomor authored
-
Laszlo Csomor authored
-
- 09 Jul, 2019 1 commit
-
-
Ben Bader authored
-
- 05 Jul, 2019 1 commit
-
-
John D. Pope authored
spare people the time deleting $ from text.
-
- 03 Jul, 2019 1 commit
-
-
Asra Ali authored
Signed-off-by:
Asra Ali <asraa@google.com>
-
- 26 Jun, 2019 3 commits
-
-
ST-DDT authored
-
ST-DDT authored
-
Hao Nguyen authored
-
- 21 Jun, 2019 3 commits
-
-
Adam Cozzette authored
This should fix issue #6186. I also had to remove a couple unnecessary const keywords in map_util.h because the no_warning_test was showing errors about those.
-
Paul Yang authored
-
- 19 Jun, 2019 1 commit
-
-
Paul Yang authored
* Make php message class final Because proto messages are just data object, they should not be mocked. Explicitly make them final to avoid accidental usage. * Update generated descriptors
-
- 18 Jun, 2019 2 commits
-
-
Adam Cozzette authored
We found that some code depended on the behavior of appending to the string without clearing it first. The comments in json_util.h also make it appear that the appending behavior is intentional, so I think we need to stick with the old behavior. This reverts commit 3cbe45a4.
-
Joshua Haberman authored
Other languages will have this removed inside Google first. These functions are subject to ADL and cause problems.
-
- 17 Jun, 2019 2 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
- 15 Jun, 2019 1 commit
-
-
ST-DDT authored
-