Tim Burks
|
6e53474c85
Rework plugin to use the DescriptorSet model from SwiftProtobufPluginLibrary.
|
8 years ago |
Tim Burks
|
c862de3a12
Update plugin and examples to use 0.3.0 client-creation interface.
|
8 years ago |
Tim Burks
|
bc3ab540cb
Merge pull request #81 from KyoheiG3/cancelable
|
8 years ago |
ito_kyohei
|
49f9967bbe
Be cancelable
|
8 years ago |
ito_kyohei
|
585cc6b23c
Fix tests
|
8 years ago |
Tim Burks
|
a26794eaf0
Add completion callback to nonblocking send() in server generated code.
|
8 years ago |
Tim Burks
|
fa9da62c81
Updated generated client and server for Echo sample.
|
8 years ago |
Tim Burks
|
0aa90a79ee
Relicense to Apache 2, change owners to "the gRPC Authors".
|
8 years ago |
Tim Burks
|
f3926c5c6a
Change access level for generated classes and methods from "public" to "internal".
|
8 years ago |
Tim Burks
|
2423458b61
Fix invalid paths in Plugin/Templates
|
8 years ago |
Tim Burks
|
bcf716c361
Update plugin for Swift 3.1 code generation
|
8 years ago |
Tim Burks
|
bdcf5d180e
Initial conversion to Swift 3.1: generated code manually-converted to Swift 3.1 APIs.
|
8 years ago |
Tim Burks
|
1785d231c5
Add error handler argument to send methods to better handle errors that occur when sending.
|
8 years ago |
Tim Burks
|
38dd33ea1c
Update code generator to implement blocking API calls by calling nonblocking calls.
|
8 years ago |
Tim Burks
|
b450ad32d9
Add generators for asynchronous methods, demonstrate in Echo Mac app.
|
8 years ago |
Tim Burks
|
b5aa1d9a20
Update comments in client templates.
|
8 years ago |
Tim Burks
|
8170253611
Replace CountDownLatch with DispatchSemaphore in generated code.
|
8 years ago |
Tim Burks
|
c8f9390a82
Update copyright year in headers of generated code.
|
8 years ago |
Tim Burks
|
8abff74e15
Improve plugin to handle hierarchical package names (containing dots) and spurious mentions by protoc.
|
8 years ago |
Tim Burks
|
965fa0c02f
Lower-case the names of functions in code generated by the plugin.
|
9 years ago |
Tim Burks
|
b1845c5add
Convert generated code to use CountDownLatch instead of NSCondition.
|
9 years ago |
Tim Burks
|
8a94544381
Modify the template encoder to write license messages in generated code.
|
9 years ago |
Tim Burks
|
6954ff7d39
Corrected a few incorrect license headers. All code should be under the common gRPC license.
|
9 years ago |
Tim Burks
|
38b73fa52e
Templates are now compiled directly into the protoc-gen-swiftgrpc plugin.
|
9 years ago |