Commit History

Autor SHA1 Mensaxe Data
  Daniel Alm 308287ea94 Rename the "generate_mock_code" codegen option to "TestStubs" and rename the stub classes to `...TestStub` as well. %!s(int64=7) %!d(string=hai) anos
  Daniel Alm 2e00c363cc Extract the interface of generated code for the `...Call`, `...Session` and `...Service` classes into protocols and make the implementing classes conform to those protocols. This lets us create custom implementations of those protocols, e.g. mocks/stubs/fakes/spies for testing purposes. In particular, this commit also includes an option to have simple fake implementations generated for the above protocols in addition to the "real" implementations (see #120 for a detailed discussion). %!s(int64=7) %!d(string=hai) anos
  takasek 1ac7954952 add final attributes to classes %!s(int64=7) %!d(string=hai) anos
  Tim Burks 6e53474c85 Rework plugin to use the DescriptorSet model from SwiftProtobufPluginLibrary. %!s(int64=8) %!d(string=hai) anos
  ito_kyohei 49f9967bbe Be cancelable %!s(int64=8) %!d(string=hai) anos
  Tim Burks f3926c5c6a Change access level for generated classes and methods from "public" to "internal". %!s(int64=8) %!d(string=hai) anos
  Tim Burks 2423458b61 Fix invalid paths in Plugin/Templates %!s(int64=8) %!d(string=hai) anos
  Tim Burks bcf716c361 Update plugin for Swift 3.1 code generation %!s(int64=8) %!d(string=hai) anos
  Tim Burks 1785d231c5 Add error handler argument to send methods to better handle errors that occur when sending. %!s(int64=8) %!d(string=hai) anos
  Tim Burks 38dd33ea1c Update code generator to implement blocking API calls by calling nonblocking calls. %!s(int64=8) %!d(string=hai) anos
  Tim Burks b450ad32d9 Add generators for asynchronous methods, demonstrate in Echo Mac app. %!s(int64=8) %!d(string=hai) anos
  Tim Burks b5aa1d9a20 Update comments in client templates. %!s(int64=8) %!d(string=hai) anos
  Tim Burks 8170253611 Replace CountDownLatch with DispatchSemaphore in generated code. %!s(int64=8) %!d(string=hai) anos
  Tim Burks 965fa0c02f Lower-case the names of functions in code generated by the plugin. %!s(int64=9) %!d(string=hai) anos
  Tim Burks b1845c5add Convert generated code to use CountDownLatch instead of NSCondition. %!s(int64=9) %!d(string=hai) anos
  Tim Burks 38b73fa52e Templates are now compiled directly into the protoc-gen-swiftgrpc plugin. %!s(int64=9) %!d(string=hai) anos