- 12 Jul, 2017 2 commits
-
-
Brad Larson authored
Correct a couple places where macros were being checked when they might not exist in some cases. Fixes #3356.
-
Jean-Rémy Bancel authored
-
- 10 Jul, 2017 2 commits
-
-
Matt Hauck authored
Rather than crashing on use (doh!) better to just declare this platform is missing a proper hash_map/hash_set implementation and use the std::map/std::set emulation. Fixes regression introduced by #1913
-
tanderson-google authored
* Remove using std::{set,map}
-
- 09 Jul, 2017 1 commit
-
-
Paul Yang authored
-
- 06 Jul, 2017 1 commit
-
-
Adam Cozzette authored
[Ruby] fix floating point accuracy problem in Timestamp#to_f
-
- 05 Jul, 2017 3 commits
-
-
MaDuo authored
* add Grpc Protobuf validation
-
Thomas Van Lenten authored
Expose the initializer for unknown fields.
-
Thomas Van Lenten authored
-
- 04 Jul, 2017 1 commit
-
-
Jon Skeet authored
Note that the compatibility tests have had to cahnge as well, to cope with internal changes. (The test project has access to internals in the main project.) Fixes #3209.
-
- 03 Jul, 2017 1 commit
-
-
Jon Skeet authored
- Add a TryUnpack method which doesn't throw if the type is wrong - Make GetTypeName public for easier determination of the message type Fixes #3294.
-
- 30 Jun, 2017 1 commit
-
-
Paul Yang authored
* Add json encode/decode for php. * Fix php conformance test on 32-bit machines. * Fix conformance test for c extension. * Fix comments
-
- 29 Jun, 2017 2 commits
-
-
Thomas Van Lenten authored
Add initialized as a reserved keyword as that's the actual property name
-
Sergio Campama authored
-
- 28 Jun, 2017 1 commit
-
-
Paul Yang authored
* Add scripts to build python wheel for linux. Followed PEP513. * Fix dist check for new added files. * Update README for usage example.
-
- 27 Jun, 2017 1 commit
-
-
Brent Shaffer authored
* adds PHPDoc @return and @param for getters and setters respectively * addresses changes in PR review * adds documentation tests * Update php_generator: - Prepend \ to names where required - Remove <pre> tags - Update protobuf field comments * Updates class files with the protobuf changes * Addresses review comments * removes Protobuf Type line from PHP generated classes * fixes phpdoc test * adds array types to phpdoc
-
- 26 Jun, 2017 1 commit
-
-
Feng Xiao authored
Workaround the docker bug when compiling artifacts
-
- 24 Jun, 2017 2 commits
- 23 Jun, 2017 4 commits
-
-
Feng Xiao authored
C++: Do not forward-declare dependencies in generated .h files
-
Bo Yang authored
-
Feng Xiao authored
Updated links to use https
-
Maxwell Paul Brickner authored
Howdy! I just updated some links to use https instead of http. Thanks! ^ _ ^
-
- 22 Jun, 2017 2 commits
-
-
Thomas Van Lenten authored
If we fail to get a descriptor just super the method resolving.
-
Thomas Van Lenten authored
This should never happen, but if someone is swizzling or do other hooking of methods, anything is possible, so this seems slighty safer than they returning NO.
-
- 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
-