Historial de Commits

Autor SHA1 Mensaje Fecha
  Daniel Alm 6a553c3636 Add a runtime support class for unary client calls. hace 7 años
  Daniel Alm a51d6e22e8 Merge branch 'master' of github.com:grpc/grpc-swift into optional-completion-blocks hace 7 años
  Daniel Alm d76b9e9f7e Make most completion blocks optional, so that clients don't need to pass them. hace 7 años
  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). hace 7 años
  takasek 1ac7954952 add final attributes to classes hace 8 años
  takasek 3c011a4c5b Add document comment for throw functions hace 8 años
  Tim Burks 6e53474c85 Rework plugin to use the DescriptorSet model from SwiftProtobufPluginLibrary. hace 8 años
  ito_kyohei 49f9967bbe Be cancelable hace 8 años
  Tim Burks f3926c5c6a Change access level for generated classes and methods from "public" to "internal". hace 8 años
  Tim Burks bcf716c361 Update plugin for Swift 3.1 code generation hace 8 años
  Tim Burks 1785d231c5 Add error handler argument to send methods to better handle errors that occur when sending. hace 8 años
  Tim Burks 38dd33ea1c Update code generator to implement blocking API calls by calling nonblocking calls. hace 8 años
  Tim Burks b450ad32d9 Add generators for asynchronous methods, demonstrate in Echo Mac app. hace 8 años
  Tim Burks b5aa1d9a20 Update comments in client templates. hace 8 años
  Tim Burks 8170253611 Replace CountDownLatch with DispatchSemaphore in generated code. hace 9 años
  Tim Burks b1845c5add Convert generated code to use CountDownLatch instead of NSCondition. hace 9 años
  Tim Burks 38b73fa52e Templates are now compiled directly into the protoc-gen-swiftgrpc plugin. hace 9 años