- 05 Dec, 2015 3 commits
-
-
Jisi Liu authored
Making _genproto rules public.
-
Joshua Haberman authored
Conformance test implementation for Python.
-
Martin Maly authored
This enables other xx_proto_library targets to depend on xx_proto_library targets in different packages, and specifically on xx_wkt_protos.
-
- 04 Dec, 2015 2 commits
-
-
Joshua Haberman authored
Add srcs_version = "PY2AND3" in BUILD files
-
Josh Haberman authored
-
- 03 Dec, 2015 3 commits
-
-
Geoffrey Irving authored
The sources themselves appear to already be Python 3 clean.
-
Josh Haberman authored
-
Jisi Liu authored
Fix headers for gmock.BUILD
-
- 02 Dec, 2015 13 commits
-
-
Josh Haberman authored
-
Josh Haberman authored
-
Thomas Van Lenten authored
Tweak the error message as the generate is in the core binary these d…
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
Check and throw errors for nil values/keys (like NSDictionary).
-
Thomas Van Lenten authored
Ensure the conformance build of objc code is using the Mac OS X SDK
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
Jon Skeet authored
JSON handling for Any
-
Jon Skeet authored
This required a rework of the tokenizer to allow for a "replaying" tokenizer, basically in case the @type value comes after the data itself. This rework is nice in some ways (all the pushback and object depth logic in one place) but is a little fragile in terms of token push-back when using the replay tokenizer. It'll be fine for the scenario we need it for, but we should be careful...
-
Jon Skeet authored
-
Feng Xiao authored
Add region tags for protocol buffers tutorials.
-
Tim Swast authored
Since these tags might be confusing, added a note that these are not part of the normal protocol buffers syntax. I also linked to the main tutorials page that uses these examples https://developers.google.com/protocol-buffers/docs/tutorials so that anyone who arrived here without going through that info first can get more explanation if they want.
-
- 01 Dec, 2015 1 commit
-
-
Damien Martin-Guillerez authored
Bazel 0.1.2 fix strict header checks and sandboxing for C++ rules. This change add the necessary headers for gmock so the headers get shipped in the sandbox.
-
- 30 Nov, 2015 2 commits
- 29 Nov, 2015 1 commit
-
-
Kal Conley authored
-
- 25 Nov, 2015 3 commits
-
-
Feng Xiao authored
Fix minor typo in LazyField javadoc
-
Tim Swast authored
This follows the other examples so that it can be used as a tutorial, such as the ones at: https://developers.google.com/protocol-buffers/docs/tutorials Even though Go generally does not use Makefiles, I added targets for the Go examples to be consistent with the other languages. Edit: Fix Travis run. Change to use $HOME instead of ~. Add protoc to path. GOPATH entry cannot start with shell metacharacter '~': "~/gocode" Edit(2): Fix Go code style to address comments.
-
Dave Hughes authored
"equals".equals("euqals") == false
-
- 24 Nov, 2015 2 commits
-
-
Feng Xiao authored
Adds support for building protobuf with emscripten
-
Craig Donner authored
Adds support for buliding protobuf with emscripten; we just needed the proper platform define used in the right place.
-
- 23 Nov, 2015 5 commits
-
-
Thomas Van Lenten authored
Update GPBProtocolBuffers.h
-
Osman Cihangir authored
-
Thomas Van Lenten authored
Set the stream limit to the length of the data.
-
Thomas Van Lenten authored
- Mark all conformance tests as now passing.
-
Thomas Van Lenten authored
Add support for the conformance test for objc when run on OS X
-
- 22 Nov, 2015 4 commits
-
-
Jon Skeet authored
Tidying up reflection further
-
Jon Skeet authored
Generated code changes for previous commit (basically InternalBuildGeneratedFileFrom => FromGeneratedCode)
-
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.
-