Tim Burks
|
2c576c0a36
Merge pull request #292 from grpc/rework-project-patches
|
7 vuotta sitten |
Daniel Alm
|
4984951cfa
Project patch script rework.
|
7 vuotta sitten |
Daniel Alm
|
3e8720e006
Fix `make clean` and switch to Carthage debug builds on CI for improved performance.
|
7 vuotta sitten |
Jonas Vautherin
|
ea2babf140
Add make target generating an xcodeproj for Carthage.
|
7 vuotta sitten |
Jonas Vautherin
|
d8b2b51a8e
fix make clean target
|
7 vuotta sitten |
Daniel Alm
|
ec8f37bc0e
Make the build commands less verbose.
|
7 vuotta sitten |
Daniel Alm
|
56ecb721c1
Fix building with a clean Xcode and add a CI run to ensure just that.
|
7 vuotta sitten |
Daniel Alm
|
03f43093fb
Move another compiler directive into vendor-grpc.sh.
|
7 vuotta sitten |
Tim Burks
|
e791f85ce4
Merge branch 'master' into update-grpc
|
7 vuotta sitten |
Daniel Alm
|
4a16c13ebb
Move a compilation flag out of the Makefile and fix-project-settings.rb and into vendor-grpc.sh, which adds them to Sources/CgRPC/third_party/nanopb/pb.h.
|
7 vuotta sitten |
Daniel Alm
|
75940a411e
Update CgRPC to v1.12.0 and BoringSSL to 10.0.4 (I guess?). This change requires Swift 4.1 and Ruby (with the 'xcodeproj' gem) installed to compile if building via SPM.
|
7 vuotta sitten |
Daniel Alm
|
d56e1ca512
Link CgRPC with openssl instead of BoringSSL under Linux.
|
7 vuotta sitten |
Daniel Alm
|
9dd55d9fa4
Add a `timeout` option to blocking `send()` and `receive()` calls.
|
7 vuotta sitten |
Daniel Alm
|
5415f16508
Have `make project` tell the user how to install the `xcodeproj` gem.
|
7 vuotta sitten |
Daniel Alm
|
b5e7c19cc2
Avoid displaying the comment about setting the generated project's indentation settings when running `make`.
|
7 vuotta sitten |
Daniel Alm
|
56652765b2
Add a script to fix the project's indentation settings.
|
7 vuotta sitten |
Tim Burks
|
12df04f87e
move examples under Sources/Examples
|
7 vuotta sitten |
Daniel Alm
|
05890b5054
Also move the Simple example into `Sources/`.
|
7 vuotta sitten |
Daniel Alm
|
34bef30f56
Fix `make test-plugin`.
|
7 vuotta sitten |
Daniel Alm
|
128571a155
Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift.
|
7 vuotta sitten |
Daniel Alm
|
1c4dfa6da5
Add the new protobuf plugin binaries to .gitignore and to `make clean`.
|
7 vuotta sitten |
Tim Burks
|
aa746f8591
Move protoc-gen-swiftgrpc plugin to main Sources directory.
|
7 vuotta sitten |
Tim Burks
|
5f5c121670
Add functional testing of the Echo example to the top-level "make test".
|
7 vuotta sitten |
Tim Burks
|
6462c1db79
Replace ExampleTests with direct builds of the Echo and Simple examples in "make test".
|
7 vuotta sitten |
Tim Burks
|
3cfc04a783
Move Google samples under a common directory + minor cleanup of Makefile.
|
8 vuotta sitten |
Tim Burks
|
e8d2b1350b
Update Examples to version 0.2.1 + minor cleanup.
|
8 vuotta sitten |
Tim Burks
|
b75af1674c
Replace libz link dependency with a reference to an external source package.
|
8 vuotta sitten |
Tim Burks
|
1f99975087
Update Xcode-based examples for Swift 3.1, Xcode 8.3.2, and other build problems.
|
8 vuotta sitten |
Tim Burks
|
1d7d131212
Update swift-protobuf to 0.9.901
|
8 vuotta sitten |
Tim Burks
|
7ac0661724
Generate SwiftGRPC.xcodeproj in the top-level Makefile.
|
8 vuotta sitten |