- 22 Nov, 2015 2 commits
-
-
Jon Skeet authored
There are corner cases where MessageDescriptor.{ClrType,Parser} will return null, and these are now documented. However, normally they *should* be implemented, even for descriptors of for dynamic messages. Ditto FieldDescriptor.Accessor. We'll still need a fair amount of work to implement dynamic messages, but this change means that the public API will be remain intact. Additionally, this change starts making use of C# 6 features in the files that it touches. This is far from exhaustive, and later PRs will have more. Generated code changes coming in the next commit.
-
Jon Skeet authored
Added the type registry in advance of implementing Any support.
-
- 21 Nov, 2015 1 commit
-
-
Jon Skeet authored
Biting off just this bit first as I don't need the changes from a previous PR for this part.
-
- 20 Nov, 2015 2 commits
-
-
Jan Tattermusch authored
Fixed a bug in CSharp SampleUsage.
-
Jan Tattermusch authored
Rename "umbrella" to "reflection" consistently.
-
- 19 Nov, 2015 9 commits
-
-
Jisi Liu authored
add headers
-
Gabriel Kliot authored
-
Jon Skeet authored
This changes csharp_names.h, which will require a corresponding change in GRPC.
-
Jon Skeet authored
Parser property in MessageDescriptor
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
Generated code coming in next commit - in a subsequent PR I want to do a bit of renaming and redocumenting around this, in anticipation of DynamicMessage.
-
Jon Skeet authored
Change the way the "umbrella class" (descriptors) is named/namespaced
-
Gabriel Kliot authored
-
- 18 Nov, 2015 1 commit
-
-
Thomas Van Lenten authored
Reorder the checks so anything in the expected file is an implicit whitelisting
-
- 17 Nov, 2015 4 commits
-
-
Thomas Van Lenten authored
In the old flow, any 2 char prefix in the expected file was still generating a warning about being a poor prefix. Now we check the expected file first, so anything expected is let through.
-
Jisi Liu authored
Make the cc wkt proto target public.
-
Jisi Liu authored
-
Joshua Haberman authored
Cleanups of deps and ignores for conformance
-
- 16 Nov, 2015 2 commits
-
-
Thomas Van Lenten authored
- Hopefully complete the deps for other languages for the generated conformance proto sources. - List the generated sources for cleanup by make's clean rules. - Make the toplevel nuke the pyc files that can get created in the ObjC dir.
-
Lukacs T. Berki authored
-
- 09 Nov, 2015 7 commits
-
-
Thomas Van Lenten authored
Switch ObjC Travis testing to using xctool
-
Thomas Van Lenten authored
xctool is preinstalled on the Travis OS X images and it seems to do better with iOS simulator flake, so use it instead of xcodebuild. xctool also is less chatty compared to xcodebuild, so it makes the logs a little easier to read.
-
Thomas Van Lenten authored
Add ObjC build to travis setup
-
Thomas Van Lenten authored
- Add objc for iOS and OS X builds to travis configs. - Update handing of python install to deal with newer OS X versions.
-
Jon Skeet authored
-
Jon Skeet authored
Instead of having a Proto nested namespace to avoid conflicts between the descriptor-holding static class and message classes, just append "Reflection" to the name. Generated code changes (and corresponding manual changes) in following commit.
-
Jan Tattermusch authored
Stop removing all blank lines in doc comments.
-
- 06 Nov, 2015 5 commits
-
-
Paul Yang authored
Tweaks to the Mac build script
-
Jon Skeet authored
-
Jon Skeet authored
This fixes issue #832. Generated code changes in next commit.
-
Jan Tattermusch authored
Add recursion limit handling to JSON parsing.
-
Feng Xiao authored
include plugin.proto and generated code in protobuf-java
-
- 05 Nov, 2015 7 commits
-
-
Thomas Van Lenten authored
- Support building with Xcode 6.4 or 7.x - Fix an error in usage info. - Add a flag to build the core parts of protobuf only.
-
Joshua Humphries authored
-
Jon Skeet authored
Added a TODO around a possible change to the tokenizer API, changing PushBack(token) into just Rewind() or something similar.
-
Jon Skeet authored
Move the creation of the "fields by JSON name" dictionary to the descriptor
-
Jan Tattermusch authored
Created a new exception for JSON failures.
-
Paul Yang authored
Update the Mac build script to include the conformance tests
-
Jon Skeet authored
This is only thrown directly by JsonTokenizer, but surfaces from JsonParser as well. I've added doc comments to hopefully make everything clear. The exception is actually thrown by the reader within JsonTokenizer, in anticipation of keeping track of the location within the document, but that change is not within this PR.
-