- 19 Apr, 2017 1 commit
-
-
Paul Yang authored
-
- 11 Apr, 2017 4 commits
- 10 Apr, 2017 1 commit
-
-
Jie Luo authored
* Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() * Cherrypick the fix descriptor_pool.FindFileContainingSymbol by extensions.
-
- 08 Apr, 2017 1 commit
-
-
Feng Xiao authored
-
- 07 Apr, 2017 1 commit
-
-
Feng Xiao authored
Cleanup reflection objects for map entry.
-
- 06 Apr, 2017 4 commits
- 31 Mar, 2017 6 commits
- 30 Mar, 2017 3 commits
- 29 Mar, 2017 12 commits
-
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
-
-
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 1 commit
-
-
Joshua Haberman authored
Changed go_package for plugin.proto.
-