- 30 Sep, 2019 4 commits
-
-
Adam Cozzette authored
-
EFanZh authored
This reverts commit 911e3040fa597e6a82351375d9eb416a6d3fae3a.
-
EFanZh authored
-
EFanZh authored
Currently, the generated header file might cause warnings if user specifies `-Wconversion` compiler option. This commit should be able to fix it.
-
- 27 Sep, 2019 1 commit
-
-
Andrei-Florin BENCSIK authored
When browsing around the strutil files I found a function that was never referenced inside the code base "void StripString(string* s, const char* remove, - char replacewith);" The name was kind of misleading as well and it seems like it's a carbon copy of "void ReplaceCharacters(string* s, const char* remove, char replacewith);" (even the parameter names are the same, the code is the same..) Is it intentional? Maybe for compatibility reasons? If so, let's make it deprecated and use the ReplaceCharacters method inside or the other way around. Also, noticed there were no tests for "StripString" or "Replace". Added some for both and planning on maybe making it more C++ish (?) in another commit.
-
- 20 Sep, 2019 1 commit
-
-
Christian Maurer authored
-
- 18 Sep, 2019 1 commit
-
-
Jie Luo authored
* Cherry pick changes on update_version.py #6643 * Update version to 3.10.0-rc-0 * Do not add rc0 to php packages.xml
-
- 16 Sep, 2019 1 commit
-
-
Mohamed Heikal authored
-
- 12 Sep, 2019 1 commit
-
-
Paul Yang authored
* Down integrate to GitHub * Remove unintentional double assign * Change ByteCountInt64 to int64_t * Revert changes in binary_conformance_test.cc * Revert unnecessary changes
-
- 03 Sep, 2019 1 commit
-
-
Mohamed Heikal authored
-
- 23 Aug, 2019 13 commits
-
-
Sydney Acksman authored
Add comment explaining IExtensionMessage instability
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
Fix generated group code missing end group tag case Fix generated field classes searching for presence index for extensions
-
ObsidianMinor authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Joshua Haberman authored
-
Mohamed Heikal authored
-
Mohamed Heikal authored
-
Mohamed Heikal authored
clang-cl requires the order to be the opposite of what it currently is. It should not affect other compilers since this is the only compiler that has both macros defined.
-
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
-