Daniel Alm
|
a00e088cc2
Fix a merge conflict.
|
7 years ago |
Daniel Alm
|
c960e9ca84
Merge branch 'master' of github.com:grpc/grpc-swift into var-let-mutex
|
7 years ago |
Tim Burks
|
3602c874d7
Merge pull request #136 from MrMage/no-nsmutableset
|
7 years ago |
Tim Burks
|
37c7d6d197
Merge pull request #135 from MrMage/unused-arguments
|
7 years ago |
Tim Burks
|
155203721a
Merge pull request #133 from MrMage/metadata-tweaks
|
7 years ago |
Tim Burks
|
28ad64a4d5
Merge pull request #132 from MrMage/remove-implicitly-unwrapped-optionals
|
7 years ago |
Daniel Alm
|
40978ae486
Make and variable again, for use in client code.
|
7 years ago |
Daniel Alm
|
3cd392b5bc
Make more variables `let` and use `Mutex.synchronize` instead of `Mutex.lock()+unlock()` in a few more cases for consistency.
|
7 years ago |
Daniel Alm
|
9a34c32937
Avoid using `NSMutableSet` in `Server`.
|
7 years ago |
Daniel Alm
|
c9fc04ed34
Minor function argument cleanup in the plugin and fix a compiler warning about using `String.characters`. Purely cosmetic.
|
7 years ago |
Daniel Alm
|
176cebff87
Improve metadata handling.
|
7 years ago |
Daniel Alm
|
f47347d2be
Actually, forcibly unwrap a few call results that we _know_ to never return nil.
|
7 years ago |
Daniel Alm
|
be73f23449
Remove a few implicitly unwrapped optionals/explicit optional unwrapping.
|
7 years ago |
Tim Burks
|
c7a7885260
Merge pull request #129 from MrMage/remove-templates-swift-from-source-control
|
7 years ago |
Tim Burks
|
0acc1567de
Merge branch 'MrMage-remove-templates-swift-from-source-control'
|
7 years ago |
Tim Burks
|
66fea55249
Merging PR #129
|
7 years ago |
Tim Burks
|
0035d1b5fc
Merge pull request #128 from MrMage/change-cgrpc-h-case
|
7 years ago |
Tim Burks
|
3b2a50eeaa
Merge pull request #126 from MrMage/fix-warnings-cgrpc
|
7 years ago |
Tim Burks
|
c9e3f1152d
Merge pull request #125 from MrMage/code-cleanup
|
7 years ago |
Daniel Alm
|
3f7052e964
Make the first plugin build step build only the template encoder, as template.swift does not exist at that time.
|
7 years ago |
Daniel Alm
|
6edc72a5bb
Remove "Plugin/Sources/protoc-gen-swiftgrpc/templates.swift" from source control.
|
7 years ago |
Daniel Alm
|
9fb829e942
Rename "include/CgRPC.h" to "cgrpc.h".
|
7 years ago |
Daniel Alm
|
f4dc0ec14b
Fix several compiler warnings in the CgRPC shim.
|
7 years ago |
Daniel Alm
|
c6d41e46b1
Also run `swiftformat` on the code samples.
|
7 years ago |
Daniel Alm
|
0ec0398249
Remove some unnecessary `internal` declarations.
|
7 years ago |
Daniel Alm
|
8079b70084
Also remove trailing whitespace in empty lines.
|
7 years ago |
Daniel Alm
|
b464a1b120
Revert some whitespace changes for Package.swift.
|
7 years ago |
Daniel Alm
|
e4741df6cd
Some trivial changes to get rid of a few implicitly-unwrapped optionals.
|
7 years ago |
Daniel Alm
|
9ef8be6d65
Slightly more cleanup.
|
7 years ago |
Daniel Alm
|
bd313d8cd9
Code formatting: Run
|
7 years ago |