- 20 Apr, 2017 4 commits
-
-
Paul Yang authored
descriptor.proto uses proto2 syntax, which is not ready for external usage. However, some proto3 files import descriptor.proto and cannot be used. In this PR, all references (We cheated by only removing extensions, which is enough for now. User should avoid using messages defined in descriptor.proto as field type.) to content in descriptor.proto are removed from generated files. Those that import descriptor.proto can be used like other proto files.
-
Paul Yang authored
-
Paul Yang authored
-
Paul Yang authored
Fix the bug by sharing the code for generating class name for both message and enum.
-
- 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 3 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.
-