- 14 Oct, 2015 1 commit
-
-
Jan Tattermusch authored
Expose GetOutputFile in csharp_names.h
-
- 13 Oct, 2015 6 commits
-
-
Feng Xiao authored
Changed return type from int32 to bool in function returning a bool
-
Feng Xiao authored
Add support for arguments.
-
Feng Xiao authored
Changed argument typ to uint32 in set function that sets an uint32 value
-
Matthew Valimaki authored
Support curl -s argument. Signed-off-by: Matthew Valimaki <matthew.valimaki@gmail.com>
-
Thomas Karlsson authored
-
Thomas Karlsson authored
-
- 09 Oct, 2015 3 commits
-
-
Paul Yang authored
Use std::get where it's available
-
Feng Xiao authored
Update cmake/README.md for #783 PR
-
Konstantin Podsvirov authored
-
- 08 Oct, 2015 4 commits
-
-
Feng Xiao authored
VS2010 compatibility of address initalization
-
Jisi Liu authored
Add missing csharp_doc_comment.cc to protoc_lib.
-
Hamdi Sahloul authored
Used static cast to improve initalization compatibility with MSVC2010
-
Hamdi Sahloul authored
VS2010 cannot compile json_util_test.cc since it assumes NULL as a zero (int), and therefore cannot convert into to char*
-
- 07 Oct, 2015 3 commits
- 06 Oct, 2015 7 commits
- 05 Oct, 2015 9 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
Add "java_proto" target in bazel BUILD file to provide Java runtime library.
-
Jisi Liu authored
-
Jisi Liu authored
-
Jan Tattermusch authored
Extract XML documentation in a primitive but reasonably-effective way
-
- 04 Oct, 2015 1 commit
-
-
Bo Yang authored
-
- 01 Oct, 2015 5 commits
-
-
Paul Yang authored
Support enum forward decls in Objective C++
-
Thomas Van Lenten authored
NS_ENUM changes defintion in Objective C++ based on the C++ spec being compiled with, special case the one situation where it wouldn't support doing a forward decl for the enum.
-
Jon Skeet authored
This changes how we approach JSON formatting in general - instead of looking at the field a value came from, we just look at the type of the value. It's possible this *could* be slightly inefficient, but if we start caring about JSON performance deeply, we'll probably want to rewrite all of this anyway. It's definitely simpler this way. When we support dynamic messages, we'll need to modify JsonFormatter to handle enum values, as they won't come be "real" .NET enums at that point. It shouldn't be hard to do though.
-
Jon Skeet authored
-
Jon Skeet authored
This could be tidied up significantly, and at some point we will want to parse the markdown and generate more appropriate XML - but this is definitely better than nothing. Generated code changes coming in next commit.
-
- 30 Sep, 2015 1 commit
-
-
Paul Yang authored
Cleanups for newer Xcodes
-