- 03 Apr, 2017 1 commit
-
-
Adam Cozzette authored
-
- 29 Mar, 2017 6 commits
-
-
-
Thomas Van Lenten authored
Remove the use of dispatch_once that is heap backed.
-
Thomas Van Lenten authored
Apple recently updated the docs on dispatch_once to point out that the storage for the dispatch_once_t must be static or global, but not something that was ever used before as the implementation doesn't use a memory barrier. So we drop the use and create the semaphore when needed and use an atomic swap deal with any threading races.
-
Thomas Van Lenten authored
Add support for Xcode 8.3 to the build helper.
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
Add some new ignores for things generated in conformance.
-
- 28 Mar, 2017 6 commits
-
-
drivehappy authored
* Issue #2211: Addressing GCC warning on enumeral/non-enumeral in conditional expression. * Updated per 80 character wrap.
-
Adam Cozzette authored
Added a workaround to allow building for NaCl
-
Adam Cozzette authored
arm-nacl-clang seems to produce a mysterious compiler error when it encounters __builtin_clzll, so when we are building for NaCl, let's avoid that in favor of the portable implementation of Log2FloorNonZero64.
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
Raise the recursion limit to 100 to match other languages.
-
Thomas Van Lenten authored
-
- 27 Mar, 2017 3 commits
-
-
Joshua Haberman authored
Changed go_package for plugin.proto.
-
Joshua Haberman authored
Conformance tests for JavaScript (Node.js). 15 tests are failing.
-
Jie Luo authored
Add FormatEnumsAsIntegers support for Json Format. Scale JsonFormatter.Settings for multi options.
-
- 24 Mar, 2017 1 commit
-
-
Jie Luo authored
-
- 22 Mar, 2017 2 commits
- 21 Mar, 2017 1 commit
-
-
Paul Yang authored
-
- 20 Mar, 2017 5 commits
-
-
Adam Cozzette authored
migrate delimited messages functions to util package
-
Bairen Yi authored
-
Feng Xiao authored
Remove duplicated copyright statement
-
Adam Cozzette authored
fix attributes warning
-
Adam Cozzette authored
Ruby: only link against specific version of memcpy if we're using glibc
-
- 17 Mar, 2017 9 commits
-
-
Feng Xiao authored
Add preserve_proto_field_names option to JsonPrintOptions
-
Adam Cozzette authored
We have some special code in wrap_memcpy.c to ensure that we use the 2.2.5 version of memcpy, for compatibility with older versions of glibc. However, we need to make sure we only attempt to do this when we are actually building with glibc, so that the code can also build successfully against other libc implementations such as musl.
-
Jie Luo authored
DefaultValueObjectWriter should populate oneof message field
-
Paul Yang authored
This option will be prepended to generated classes of all messages in the containing file.
-
Feng Xiao authored
Fix freebsd build.
-
Bairen Yi authored
-
Brendan McCarthy authored
-
Brendan McCarthy authored
-
Byron Yi authored
-
- 16 Mar, 2017 6 commits
-
-
Feng Xiao authored
Add a notice for nano.
-
Feng Xiao authored
We no longer supports nano and recommend protobuf lite over nano for Android users.
-
Josh Haberman authored
-
Josh Haberman authored
-
Joshua Haberman authored
Changed scope of Java deps to "test".
-
Joshua Haberman authored
Ruby: fixed Message#to_h for map fields.
-