- 15 Jun, 2017 2 commits
-
-
Paul Yang authored
Update commit id to upload latest composer. Compile php with bc-math for future json support.
-
michaelbausor authored
-
- 14 Jun, 2017 3 commits
-
-
Brent Shaffer authored
* Follows proper autoloading standards - Splits PHP classes in descriptor.php into separate files - Splits MapFieldIter and RepeatedFieldIter into separate files - Moves descriptor.php to Internal/functions.php - Moves all namespaced functions into Iternal/functions.php * fixes Makefile.am for added php files * [PHP] moves all functions to GPBUtil * removes description.php from the makefile
-
Thomas Van Lenten authored
Add tvOS to the podspec.
-
Thomas Van Lenten authored
Fixes https://github.com/google/protobuf/issues/3217
-
- 12 Jun, 2017 2 commits
-
-
Feng Xiao authored
Export symbols used in inline functions
-
Silvio Traversaro authored
fixed_address_empty_string symbol is used in an inline function. We have to export it to avoid undefined reference link errors.
-
- 07 Jun, 2017 3 commits
-
-
Adam Cozzette authored
Ensure that for Java, imports of .proto files with empty packages works
-
Feng Xiao authored
Add continuous testing config files for Kokoro
-
Matt Kwong authored
-
- 06 Jun, 2017 8 commits
-
-
Feng Xiao authored
Add MacOS and Linux tests to Kokoro
-
Matt Kwong authored
-
Thomas Van Lenten authored
ObjC: Preserve unknown fields in proto3 syntax files.
-
Feng Xiao authored
Refactor cc options in BUILD file for Windows
-
Adam Cozzette authored
CMake: Add modern protobuf_generate
-
Thomas Van Lenten authored
As announced: https://groups.google.com/forum/#!topic/protobuf/VX5qEmTW3y0 The ObjC side of https://github.com/google/protobuf/issues/272
-
Thomas Van Lenten authored
Properly error on a tag with field number zero.
-
Thomas Van Lenten authored
-
- 05 Jun, 2017 2 commits
-
-
Adam Cozzette authored
Fix CMake version check
-
Paul Yang authored
* Add new file option php_namespace. Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace. * Uncomment commented tests * Revert gdb test change * Update csharp descriptor. * Add test for empty php_namespace.
-
- 03 Jun, 2017 2 commits
-
-
Walter Gray authored
-
Walter Gray authored
-
- 02 Jun, 2017 1 commit
-
-
Adam Cozzette authored
This fixes a compiler bug that caused a Java syntax error when one .proto file would import another one with an empty package and java_package. This fixes issue #3114.
-
- 01 Jun, 2017 4 commits
-
-
Thomas Van Lenten authored
Optimize GPBDictionary.m codegen to reduce size of library
-
Thomas Van Lenten authored
Fix some cases of reading of 64bit map values.
-
Thomas Van Lenten authored
Fixes https://github.com/google/protobuf/issues/3164.
-
Dave MacLachlan authored
-
- 31 May, 2017 1 commit
-
-
Yun Peng authored
Don't put gcc warnings options in copts, so that protobuf is able to build by MSVC toolchain without python wrappers.
-
- 30 May, 2017 6 commits
-
-
Walter Gray authored
-
Walter Gray authored
-
Walter Gray authored
-
Wayne Zhang authored
* not to use std::random_device for map.Seed(). * remove include random
-
Adam Cozzette authored
Add headers as part of cmake project generation
-
Paul Yang authored
-
- 29 May, 2017 3 commits
-
-
Paul Yang authored
-
Brent Shaffer authored
-
Dennis Cappendijk authored
tested only on windows with visual studio 2015 as generator
-
- 26 May, 2017 1 commit
-
-
Adam Cozzette authored
Improve fix for https://github.com/google/protobuf/issues/295
-
- 25 May, 2017 1 commit
-
-
John Brock authored
-
- 24 May, 2017 1 commit
-
-
Jon Skeet authored
-