- 14 Dec, 2016 1 commit
-
-
Joshua Haberman authored
This is basic and more tests will be added over time.
-
- 13 Dec, 2016 8 commits
-
-
Feng Xiao authored
Fix integer overflow in FastUInt32ToBufferLeft
-
Feng Xiao authored
Add missing includes
-
Feng Xiao authored
Add support for Windows ARM builds
-
Adam Michalik authored
If digits > 2, and int is 32 bit, line 999 overflows. It has been fixed internally in CL 41203823.
-
Julien Brianceau authored
This changes fixes "error C2039: 'getline': is not a member of 'std'" compilation error.
-
Jan Tattermusch authored
remove leading whitespace in C# xml comments
-
Julien Brianceau authored
This changes fixes "use of undeclared identifier 'INT_MAX'" compilation error.
-
Feng Xiao authored
Fix #include in cc files
-
- 12 Dec, 2016 5 commits
-
-
Jisi Liu authored
Add a badge for bazel build status.
-
Feng Xiao authored
-
Gergely Nagy authored
-
Feng Xiao authored
update descriptor.proto's go_package
-
Jan Tattermusch authored
-
- 10 Dec, 2016 1 commit
-
-
Josh Haberman authored
-
- 09 Dec, 2016 12 commits
-
-
Adam Cozzette authored
Use uint32 in GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET macro
-
Thomas Van Lenten authored
Reenable cocoapods objc test and remove unnecessary workaround for rvm
-
Adam Cozzette authored
There have been some reports that this necessary to prevent build failures in some environments. It makes sense to do this anyway since the result of this macro is ultimately assigned to uint32 in the generated code.
-
Sergio Campama authored
-
Thomas Van Lenten authored
Update xcode version support and travis usage
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
- Add entries to objectivec/DevTools/full_mac_build.sh - Support `-quiet` via an option on full_mac_build.sh. NOTE: we don't use this on travis because the lack of output for a long time could cause travis to kill the build (when we get a slow VM). - Update travis config to use newer images.
-
Julien Brianceau authored
-
Feng Xiao authored
Update third_party.md
-
Paul Yang authored
Missed in #2467.
-
Sergei Ivanov authored
Updated the location for `protobuf-maven-plugin`
-
- 08 Dec, 2016 11 commits
-
-
Paul Yang authored
-
Feng Xiao authored
C++: export _xxx_default_instance_ symbols
-
Feng Xiao authored
Add missing include in embed.cc
-
Feng Xiao authored
oneOf fix for JsonFormat includingDefaultValueFields
-
Paul Yang authored
1. Generate single file for each message. 2. Lazily initiate metadata.
-
Thomas Van Lenten authored
Improve ObjC deprecated annotation support.
-
Feng Xiao authored
Include -std=c++11 when compiling protobuf if available.
-
Thomas Van Lenten authored
- Check the parent file options for deprecation when deciding to tag Messages and Enums as deprecated. - Within the generated source push/pop the warning for implementing deprecated things around a deprecated class implementation. - Annotate the methods generated for extension fields as deprecated. - Add a testing .proto file that covers deprecated fields, messages, enums, enum values and compile it into the unittests to confirm things compile cleanly. - Add a testing .proto file that uses the file level option to make everything deprecated and compile it into the unittests to confirm things compile cleanly.
-
Julien Brianceau authored
-
Julien Brianceau authored
_xxx_default_instance_ symbols are used in inline functions. We have to export them to avoid undefined reference link errors.
-
Julien Brianceau authored
This changes fixes "use of undeclared identifier 'assert'" compilation error.
-
- 07 Dec, 2016 2 commits
-
-
Adam Cozzette authored
Send all protobuf logging to logcat by default on Android
-
Sergio Campama authored
-