aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix go example test.Feng Xiao2017-09-131-3/+3
| | | | It needs "-I" flag to find imported file google/protobuf/timestamp.proto
* Add bazel support for examples.Feng Xiao2017-09-081-1/+1
| | | | | | | | 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 .
* Add classpath for java example Makefileking6cong2017-07-311-1/+1
|
* Add a Go language example.Tim Swast2015-11-251-0/+21
| | | | | | | | | | | | | | | | | | 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.
* change java compiler to only produce one java filejieluo@google.com2014-08-071-1/+1
|
* down integrate to svnjieluo@google.com2014-07-181-1/+1
|
* Allow dependents to use pkg-config to figure out what flags to pass to link ↵kenton@google.com2009-08-031-2/+4
| | | | against protobuf.
* Make sure examples link properly.kenton@google.com2009-05-061-2/+2
|
* Initial checkin.temporal2008-07-101-0/+56