- 20 Jun, 2017 1 commit
-
-
Ryan Gordon authored
* Switch to addEnumType to fix fatal error * Fixing more cases of HHVM incompatibility * Updating tests to be hhvm compatible * Fixing tests * Fixing merge * Don't use call_user_func, should hopefully fix tests * Fixing spelling * Fixing another misspelling in a test * Fixing placement of append and kvUpdate functions * Actually fix function helpers * Remove double addEnumType. How did this ever work? * Fixing a couple more tests * Only use the setter if the return value isn't an object
-
- 19 Jun, 2017 6 commits
-
-
Joshua Haberman authored
* Fixed a bunch of Ruby conformance errors. * Fixed some more Ruby conformance errors in JSON.
-
Feng Xiao authored
replenish missed header files in install step
-
Thomas Van Lenten authored
ObjC: Document the exceptions on some of the writing apis.
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
Raise the number of digits used for floats.
-
yjjnls authored
install 'generated_message_table_driven.h' and 'metadata_lite.h', they are included when compiling the files generated using protoc.exe 3.3.0
-
- 17 Jun, 2017 1 commit
-
-
Jeff Ching authored
That implementation of json is not being used - this extension is using a json encoder/decoder provided by 'upb'.
-
- 16 Jun, 2017 7 commits
-
-
Thomas Van Lenten authored
About 1.5% of all IEEE754 single-precision numbers require nine decimal digits to represent accurately.
-
Feng Xiao authored
Qualify string in java_options.h
-
Feng Xiao authored
bazel: add bazel symlinks to .gitignore
-
Feng Xiao authored
bazel: Make compiled jars java 6 binary compatible.
-
Calder Coalson authored
Building the protobuf compiler with Bazel fails to resolve the unqualifed "string"s in java_options.h: ``` ERROR: .../external/com_google_protobuf/BUILD:248:1: C++ compilation of rule '@com_google_protobuf//:protoc_lib' failed: Process exited with status 1 [sandboxed]. In file included from external/com_google_protobuf/src/google/protobuf/compiler/java/java_context.h:41:0, from external/com_google_protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc:38: external/com_google_protobuf/src/google/protobuf/compiler/java/java_options.h:59:3: error: 'string' does not name a type string annotation_list_file; ^ external/com_google_protobuf/src/google/protobuf/compiler/java/java_options.h:62:3: error: 'string' does not name a type string output_list_file; ^ Use --strategy=CppCompile=standalone to disable sandboxing for the failing actions. INFO: Elapsed time: 41.487s, Critical Path: 6.20s //interpreter:eval_test NO STATUS Executed 0 out of 1 test: 1 was skipped. ```
-
-
Jakob Buchgraber authored
-
- 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 2 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.
-