Tim Burks
|
7db97e09ba
Basic scaffolding for a code generation plugin.
|
9 years ago |
Tim Burks
|
0ad10d298b
Update file paths in quickproto project
|
9 years ago |
Tim Burks
|
ce22fc609c
Update file paths in gRPC.xcodeproj
|
9 years ago |
Tim Burks
|
63c6acfa40
Move CgRPC, gRPC, and QuickProto to "Sources" directory and add new top-level Package.swift.
|
9 years ago |
Tim Burks
|
0ef3462d58
Fixed errors in new package builds
|
9 years ago |
Tim Burks
|
796f5ba6cf
Update package Makefiles to compile CgRPC with Swift Package Manager
|
9 years ago |
Tim Burks
|
f22907d89b
README updates
|
9 years ago |
Tim Burks
|
c3f35da0cc
Update command-line Client/Server examples to synchronize with NSCondition variables.
|
9 years ago |
Tim Burks
|
3a8d0d9687
Update Linux build instructions in Packages/README.md.
|
9 years ago |
Tim Burks
|
24dc1bf627
Merge branch 'master' of https://github.com/grpc/grpc-swift
|
9 years ago |
Tim Burks
|
9267094097
Add initial API overview document.
|
9 years ago |
Tim Burks
|
24f5aaffba
Merge github.com:timburks/grpc-swift
|
9 years ago |
Tim Burks
|
1b70069065
updating Linux builds
|
9 years ago |
Tim Burks
|
c7da778d6e
Add comments to Echo example.
|
9 years ago |
Tim Burks
|
d68d5b1eda
Experimental renaming of generated server classes (Echo example).
|
9 years ago |
Tim Burks
|
7183c257d3
Add collect (client streaming) and expand (server streaming) methods to Swift Echo server.
|
9 years ago |
Tim Burks
|
62ff862f3e
Mostly feature-complete Swift gRPC Echo client.
|
9 years ago |
Tim Burks
|
f9cdb3a098
First attempt at writing client-streaming (collect) and server-streaming (expand) API clients
|
9 years ago |
Tim Burks
|
923b8e96e7
Expanding echo.proto and Go sample to include client streaming and server streaming calls.
|
9 years ago |
Tim Burks
|
98a8b64da5
Update README and CONTRIBUTING.
|
9 years ago |
Tim Burks
|
2ebe79b710
Fix bad file references in Speech example.
|
9 years ago |
Tim Burks
|
ac1e512718
Removed unneeded copies of files in Speech example
|
9 years ago |
Tim Burks
|
8704135154
Converting Echo example to use apple/swift-protobuf, beginning conversion of Speech sample
|
9 years ago |
Tim Burks
|
df08c709d6
minor cleanup to Speech sample
|
9 years ago |
Tim Burks
|
1aa64c9265
Updated Speech sample
|
9 years ago |
Tim Burks
|
3e6b707087
Fix file header for EchoService.swift
|
9 years ago |
Tim Burks
|
9c0c6fd792
Remove unused Channel from EchoViewController
|
9 years ago |
Tim Burks
|
6470a909f1
Renamed classes in server architecture.
|
9 years ago |
Tim Burks
|
3f9c38dc1a
Refactoring FileDescriptorSet usage out of internal interfaces
|
9 years ago |
Tim Burks
|
dd2655ced9
Refactor Echo client into a possible generated code structure.
|
9 years ago |