- 26 Feb, 2019 1 commit
-
-
Kent Ross authored
-
- 21 Feb, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- 19 Dec, 2018 1 commit
-
-
Adam Cozzette authored
To make this work, I created a symlink to the existing zlib.BUILD file. Maybe there is a better way to do this, but this is at least a quick workaround to fix the build.
-
- 12 Dec, 2018 1 commit
-
-
Adam Cozzette authored
To make this work, I created a symlink to the existing zlib.BUILD file. Maybe there is a better way to do this, but this is at least a quick workaround to fix the build.
-
- 21 Nov, 2018 1 commit
-
-
Jonathan White authored
Fixed typo in a function name.
-
- 03 Nov, 2018 1 commit
-
-
Roger Chen authored
@bazel_skylib//:lib is supposedly deprecated. The 'versions' struct in lib.bzl was committed to bazel-skylib at the same time as //lib:versions.bzl, so there should be no backward incompatibility.
-
- 23 Oct, 2018 2 commits
-
-
Sarah Zakarias authored
-
Sarah Zakarias authored
-
- 15 Oct, 2018 1 commit
-
-
Sarah Zakarias authored
-
- 22 Aug, 2018 1 commit
-
-
Feng Xiao authored
-
- 16 Jul, 2018 1 commit
-
-
Yilun Chong authored
-
- 12 Jul, 2018 1 commit
-
-
Yilun Chong authored
-
- 11 Jul, 2018 1 commit
-
-
Feng Xiao authored
-
- 03 Jul, 2018 1 commit
-
-
Feng Xiao authored
-
- 10 Apr, 2018 1 commit
-
-
Yilun Chong authored
-
- 04 Dec, 2017 1 commit
-
-
Fahrzin Hemmati authored
-
- 14 Sep, 2017 1 commit
-
-
Feng Xiao authored
It needs "-I" flag to find imported file google/protobuf/timestamp.proto
-
- 08 Sep, 2017 1 commit
-
-
Feng Xiao authored
The example utilizes native bazel rules (proto_library, cc_proto_library, java_proto_library, java_lite_proto_library) to show how easy it is to build protobuf with bazel's native support. It also makes use of well known types which was not possible until the latest bazel 0.5.4 release and https://github.com/google/protobuf/pull/3594 .
-
- 17 Aug, 2017 2 commits
- 31 Jul, 2017 1 commit
-
-
king6cong authored
-
- 03 Jun, 2017 1 commit
-
-
Walter Gray authored
-
- 13 Jul, 2016 1 commit
-
-
Feng Xiao authored
-
- 06 Jun, 2016 1 commit
-
-
Walter Gray authored
-
- 03 Jun, 2016 1 commit
-
-
Konstantin Podsvirov authored
A series of improvements: - Improved Protobuf module compatibility (disabled by default); - Hide advanced settings; - Added build tree configuration; - Added build of examples.
-
- 03 Feb, 2016 1 commit
-
-
Dongjoon Hyun authored
-
- 25 Jan, 2016 1 commit
-
-
Parth Kolekar authored
-
- 16 Dec, 2015 1 commit
-
-
Tim Swast authored
-
- 15 Dec, 2015 1 commit
-
-
Tim Swast authored
This will allow us to like to specific snippets of code in the documentation. I plan to create a tutorial similar to the C# tutorial https://developers.google.com/protocol-buffers/docs/csharptutorial Since that tutorial has sections for populating a proto, parsing, and serializing, I made a region for each of these for Go. To make the populating sample more self-contained, I refactor the listing example slightly.
-
- 02 Dec, 2015 1 commit
-
-
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.
-
- 25 Nov, 2015 1 commit
-
-
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.
-
- 20 Jul, 2015 7 commits
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- 09 Jul, 2015 1 commit
-
-
Jon Skeet authored
Note that now we need a proto3 version of addressbook.proto. This may affect other platforms, and could do with an overhaul to follow proto3 conventions anyway (e.g. repeated field names). Will need to think about that carefully before merging into master. Raised issue #565 for this.
-
- 26 Jun, 2015 1 commit
-
-
Jon Skeet authored
- Remove some old proto2-based C#-only messages - Remove the "build" directory which only contained out-of-date files - Remove the csharp_namespace option from proto2 messages - Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
-