- 14 Nov, 2016 1 commit
-
-
Josh Haberman authored
-
- 12 Nov, 2016 2 commits
-
-
Feng Xiao authored
Resolve old TODO for StringTypeHandler.
-
Chris Kennelly authored
StringSpaceUsedExcludingSelf has been part of the lite library since b913cbd3.
-
- 11 Nov, 2016 3 commits
- 10 Nov, 2016 4 commits
-
-
Paul Yang authored
-
Feng Xiao authored
Fixes deprecation warnings/errors on Xcode
-
guptasu authored
This is done so that the same library can be used irrespective of whether MessageOptions belong to package name 'proto2' or 'google.protobuf'
-
Sergio Campama authored
-
- 09 Nov, 2016 2 commits
-
-
Adam Cozzette authored
Added explicit cast to avoid size warning on Win64.
-
Adam Cozzette authored
Use latest maven-compiler-plugin (2.6.0)
-
- 08 Nov, 2016 1 commit
-
-
Paul Yang authored
-
- 07 Nov, 2016 1 commit
-
-
Sergio Campama authored
Renamed the pnacl version of atomicops.h into C11 atomic, and flagged the mac version to that if atomic is enabled
-
- 04 Nov, 2016 6 commits
-
-
Rodrigo Hernandez authored
-
Adam Cozzette authored
Fix unused parameter warnings in arena_free
-
Jisi Liu authored
Fix message for InvalidProtocolBufferException
-
Msp authored
-
Adam Cozzette authored
The size parameter is only used in cases where the compiler supports sized delete, so when that's not available we need to specifically cast it to void to prevent a warning.
-
Christopher Tubbs authored
* Uses build-helper-maven-plugin to add generated sources to the classpath * Fixes an issue building with newer versions of the maven-compiler-plugin (See https://issues.apache.org/jira/browse/MCOMPILER-240)
-
- 03 Nov, 2016 3 commits
- 02 Nov, 2016 3 commits
-
-
Jisi Liu authored
generic atomicops: Use strong compare_exchange
-
Feng Xiao authored
Fix compiler warnings when running :protobuf_test
-
Michael Avrukin authored
When running >bazel test :protobuf_test a few compiler warnings came up. They were centered around the usage of "int" as the loop counter where the value should have been a size_t.
-
- 31 Oct, 2016 4 commits
-
-
Feng Xiao authored
Docs: Link to Apple's Swift plugin and runtime for protobufs
-
Thomas Van Lenten authored
Add note about extension use and Coding support.
-
Thomas Van Lenten authored
-
Sinziana Gafitanu authored
-
- 28 Oct, 2016 2 commits
-
-
Julien Brianceau authored
Weak compare-and-exchange are allowed to fail spuriously, so we have to use the strong variation here.
-
Julien Brianceau authored
ARM specific CONFIG_KUSER_HELPERS feature can be disabled in Linux kernel, and in this case, we shouldn't crash. Use gcc built-in functions instead of arm specific code if they are available.
-
- 27 Oct, 2016 2 commits
-
-
Sergio Campamá authored
Adds pushLimit: and popLimit: into GPBCodedInputStream
-
Paul Yang authored
-
- 26 Oct, 2016 6 commits