- 15 Nov, 2016 5 commits
-
-
Feng Xiao authored
-
Joshua Haberman authored
More Ruby-eqsue interface
-
Joshua Haberman authored
JS: Fix for high utf-8 codepoints.
-
Wojciech Mandrysz authored
-
Wojciech Mandrysz authored
-
- 14 Nov, 2016 7 commits
-
-
Feng Xiao authored
Fix #include in js_generator.cc
-
Feng Xiao authored
Fix csharp/src/Google.Protobuf.Test/project.json
-
Julien Brianceau authored
This change fixes the following Chromium presubmit error: third_party/protobuf/csharp/src/Google.Protobuf.Test/project.json could not be parsed: Expecting property name: line 25 column 3 (char 482)
-
Julien Brianceau authored
Reland commit f2885f61 that has been trampled by commit d64a2d99.
-
Marcin Wyszynski authored
-
Joshua Haberman authored
Fixed JavaScript license declaration.
-
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 5 commits
-
-
Feng Xiao authored
[arm/gcc] Don't rely on KUSER_HELPERS feature for atomics
-
Jon Skeet authored
-
Jon Skeet authored
This affects cases with leading capital letters. This breaks compatibility with previous C# releases, but fixes compatibility with other implementations. See #2278 for details.
-
Marcin Wyszynski authored
-
Marcin Wyszynski authored
-
- 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 1 commit
-
-
Feng Xiao authored
Docs: Link to Apple's Swift plugin and runtime for protobufs
-