- 06 Apr, 2016 2 commits
-
-
Jon Skeet authored
This also renames generate_directories to base_namespace_specified; generating directories is the immediate *effect* of specifying a base namespace, but with this change the options reflect what has been specified rather than the effect. (There may be other effects in the future, of course.)
-
Jon Skeet authored
This should have no behavioral changes at all. This doesn't strictly enforce an 80-column limit, but removes the most egregious violations. The indentation in the C# generator code is inconsistent in general, unfortunately - if we have any good tools that can be trusted to reformat, I'd be happy to apply them.
-
- 05 Apr, 2016 3 commits
-
-
Jon Skeet authored
Added CLI option internal_access for types (C#)
-
Feng Xiao authored
Do not link in pthread library for Android builds.
-
Gaurav Vaish authored
* `csharp_options`: Added `Options` to encapsulate generator options. Supported options for now - file_extension, base_namespace * `{Blah}Generator`: Now accept `Options*` as parameter to constructor * `csharp_generator.cc`: Parse and populate options * `Makefile.am`: Added `csharp_options.h` * `extract_includes.bat.in`: Added `csharp_options.h` Refactoring code to two commits. This is the first commit
-
- 04 Apr, 2016 4 commits
-
-
Andrew Harp authored
-
Andrew Harp authored
This is required to allow Tensorflow to build on Android without hacks. Currently we create a dummy pthread library just to satisfy this dependency for a library that does not exist on Android. See https://github.com/google/protobuf/issues/1373 for more context.
-
Thomas Van Lenten authored
Added deprecated option handling to objective-c
-
Oleg Vereshko authored
-
- 01 Apr, 2016 7 commits
-
-
Joshua Haberman authored
Linking the cpp implementation extension statically with libprotobuf
-
Manjunath Kudlur authored
-
Jon Skeet authored
Remove duplicate test cases.
-
Thomas Van Lenten authored
Add -position and -isAtEnd for use when manually parsing input streams.
-
Thomas Van Lenten authored
-
Jon Skeet authored
(NCrunch noticed these.)
-
Jan Tattermusch authored
Introduce a new nuget package, Google.Protobuf.Tools, basically to contain protoc on multiple platforms.
-
- 31 Mar, 2016 6 commits
-
-
Joshua Haberman authored
Added an API to allow oversize protos when using C++ extension in Python
-
Manjunath Kudlur authored
-
Feng Xiao authored
Replace #include <iostream> with #include <ostream> in int128.cc
-
Jon Skeet authored
-
Jon Skeet authored
Introduce a new nuget package, Google.Protobuf.Tools, basically to contain protoc on multiple platforms. I've moved both protoc.exe and the proto files out of Google.Protobuf. The .proto files aren't a slam-dunk, but it feels like they belong with protoc as you'd *use* them with protoc. It's not clear to me whether we really need both an x86 and x64 version of protoc.exe, as x86 would work on 64-bit Windows anyway. Discuss :)
-
Jan Tattermusch authored
Refactoring of FieldDescriptor
-
- 30 Mar, 2016 5 commits
-
-
Adam Michalik authored
iostream is not actually necessary here, and it introduces unnecessary static initializers.
-
Jisi Liu authored
Use the T() instead of NULL for the default value.
-
Joshua Haberman authored
Add support for running on Jenkins
-
Jon Skeet authored
This makes no externally visible behavioral changes. Internally and non-behaviorally: - We use a field (compiler-generated) to store the JsonName to avoid recomputing it repeatedly - The documentation for JsonName is updated to reflect the meaning better - Readonly autoprops and expression-bodied properties used where possible
-
Jon Skeet authored
csharp: add support for the json_name option
-
- 29 Mar, 2016 6 commits
-
-
Josh Haberman authored
-
Jisi Liu authored
The template can be specialized on primitives, e.g. double, where converting NULL will trigger a warning.
-
https://github.com/google/protobufalien authored
-
alien authored
-
Thomas Van Lenten authored
Mark iOS tests as able to fail.
-
Thomas Van Lenten authored
Travis updated their images to include an xctool that can randomly kill tests, so mark them as flaky to avoid turning things red.
-
- 24 Mar, 2016 2 commits
-
-
Thomas Van Lenten authored
The message was autoreleased, the -releases are an over release.
-
Thomas Van Lenten authored
-
- 23 Mar, 2016 2 commits
-
-
Feng Xiao authored
export well known protos
-
Steven Parkes authored
-
- 22 Mar, 2016 2 commits
- 21 Mar, 2016 1 commit
-
-
Feng Xiao authored
Allow custom URLs for Any in JsonFormat
-