- 27 Apr, 2017 3 commits
-
-
Adam Cozzette authored
-
Adam Cozzette authored
Fully qualify min as std::min in wire_format_lite.cc
-
Adam Cozzette authored
-
- 26 Apr, 2017 4 commits
-
-
Paul Yang authored
-
Adam Cozzette authored
Remove "using namespace std" from stubs/common.h
-
Feng Xiao authored
Remove unused constants.
-
Adam Cozzette authored
This prevents the contents of the std namespace from being effectively pulled into the top-level namespace in all translation units that include common.h. I left in individual using statements for a few common things like std::set and std::map, because it did not seem worth going through the churn of updating the whole codebase to fix those right now.
-
- 25 Apr, 2017 2 commits
-
-
Paul Yang authored
-
Jakob Buchgraber authored
When compiling with -Werror, -Wunused-const-variable the build fails due to those two constants not being used.
-
- 24 Apr, 2017 4 commits
-
-
Feng Xiao authored
Add a link to dart-lang/protobuf
-
Paul Yang authored
-
Paul Yang authored
-
postmasters authored
-
- 21 Apr, 2017 2 commits
- 20 Apr, 2017 7 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.
-
Feng Xiao authored
-
Feng Xiao authored
Add gogoprotobuf to third-party add-ons list
-
Changjian Gao authored
-
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 5 commits
-
-
Paul Yang authored
-
Feng Xiao authored
add a key to ctx.action dict to prevent protoc losing the default env
-
Feng Xiao authored
Add node-protoc-plugin to "Other Utilities"
-
Adam Cozzette authored
Simplify the Element dtor invocation when freeing elements in InternalDeallocate
-
David Konsumer authored
-
- 18 Apr, 2017 2 commits
-
-
Thomas Van Lenten authored
Tighten up class usage/checks.
-
Thomas Van Lenten authored
- Ensure extensions resolution/wiring is happening directly on the messageClass (incase someone is doing odd things our out classes). - Make the extension message check match the other class checks in for mergeFrom/isEqual/etc.
-
- 17 Apr, 2017 1 commit
-
-
Michael Allen authored
InternalDeallocate to avoid confusing the compiler when there's a class named Element already defined in the global namespace.
-
- 12 Apr, 2017 1 commit
-
-
Feng Xiao authored
Allow unknown values for Map put*Value methods just like every other …
-
- 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 2 commits
-
-
Feng Xiao authored
Cleanup reflection objects for map entry.
-
Anuraag Agrawal authored
-
- 06 Apr, 2017 1 commit
-
-
Feng Xiao authored
-