• Feng Xiao's avatar
    Add bazel support for examples. · 74bf45f3
    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 .
    74bf45f3
Name
Last commit
Last update
..
AddPerson.java Loading commit data...
BUILD Loading commit data...
CMakeLists.txt Loading commit data...
ListPeople.java Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
WORKSPACE Loading commit data...
add_person.cc Loading commit data...
add_person.go Loading commit data...
add_person.py Loading commit data...
add_person_test.go Loading commit data...
addressbook.proto Loading commit data...
list_people.cc Loading commit data...
list_people.go Loading commit data...
list_people.py Loading commit data...
list_people_test.go Loading commit data...