aboutsummaryrefslogtreecommitdiff
path: root/examples/add_person.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add bazel support for examples.Feng Xiao2017-09-081-1/+8
| | | | | | | | 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 .
* rename persons to peopleJan Tattermusch2015-07-201-1/+1
|
* fix C++ exampleJan Tattermusch2015-07-201-2/+2
|
* Down-integrate some code from an internal branch. (More to come.)kenton@google.com2009-07-241-0/+3
|
* Initial checkin.temporal2008-07-101-0/+92