1. 08 Sep, 2017 1 commit
    • 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
  2. 02 Dec, 2015 1 commit
  3. 20 Jul, 2015 4 commits
  4. 09 Jul, 2015 1 commit
    • Jon Skeet's avatar
      Regenerated code due to previous commit. · 5350822b
      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.
      5350822b
  5. 26 Jun, 2015 1 commit
    • Jon Skeet's avatar
      More cleanup, based around searches for "Google.ProtocolBuffers" · fb77cc9d
      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
      fb77cc9d
  6. 14 May, 2015 1 commit
    • Jon Skeet's avatar
      Make generate_protos.sh Windows-friendly. · 734393d0
      Jon Skeet authored
      To my surprise, executing generate_protos.sh used the version of Bash installed with Git for Windows by default.
      After a few modifications to detect the most appropriate protoc to use, this worked pretty simply.
      This change also:
      - adds generation of the address book tutorial proto,
      - fixes the addressbook.proto to specify proto2 explicitly (to avoid a warning from protoc; I don't think we want warnings...)
      - fixes the addressbook.proto C# namespace (which I thought I'd done before, but apparently hadn't)
      - includes the regenerated UnittestCustomOptions.cs apart from the DescriptorProtoFIle => Descriptor change
      734393d0
  7. 22 Oct, 2008 1 commit
  8. 14 Aug, 2008 3 commits
  9. 10 Jul, 2008 1 commit