1. 26 Feb, 2019 1 commit
  2. 21 Feb, 2019 1 commit
  3. 19 Dec, 2018 1 commit
  4. 12 Dec, 2018 1 commit
  5. 21 Nov, 2018 1 commit
  6. 03 Nov, 2018 1 commit
  7. 23 Oct, 2018 2 commits
  8. 15 Oct, 2018 1 commit
  9. 22 Aug, 2018 1 commit
  10. 16 Jul, 2018 1 commit
  11. 12 Jul, 2018 1 commit
  12. 11 Jul, 2018 1 commit
  13. 03 Jul, 2018 1 commit
  14. 10 Apr, 2018 1 commit
  15. 04 Dec, 2017 1 commit
  16. 14 Sep, 2017 1 commit
    • Feng Xiao's avatar
      Fix go example test. · 8136ccb2
      Feng Xiao authored
      It needs "-I" flag to find imported file google/protobuf/timestamp.proto
      8136ccb2
  17. 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
  18. 17 Aug, 2017 2 commits
  19. 31 Jul, 2017 1 commit
  20. 03 Jun, 2017 1 commit
  21. 13 Jul, 2016 1 commit
  22. 06 Jun, 2016 1 commit
  23. 03 Jun, 2016 1 commit
    • Konstantin Podsvirov's avatar
      CMake project updates · 71556295
      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.
      71556295
  24. 03 Feb, 2016 1 commit
  25. 25 Jan, 2016 1 commit
  26. 16 Dec, 2015 1 commit
  27. 15 Dec, 2015 1 commit
  28. 02 Dec, 2015 1 commit
  29. 25 Nov, 2015 1 commit
    • Tim Swast's avatar
      Add a Go language example. · 7e31c4d9
      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.
      7e31c4d9
  30. 20 Jul, 2015 7 commits
  31. 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
  32. 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