Commit History

作者 SHA1 備註 提交日期
  Daniel Alm ec8f37bc0e Make the build commands less verbose. 7 年之前
  Daniel Alm 56ecb721c1 Fix building with a clean Xcode and add a CI run to ensure just that. 7 年之前
  Daniel Alm 03f43093fb Move another compiler directive into vendor-grpc.sh. 7 年之前
  Tim Burks e791f85ce4 Merge branch 'master' into update-grpc 7 年之前
  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 年之前
  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 年之前
  Daniel Alm d56e1ca512 Link CgRPC with openssl instead of BoringSSL under Linux. 7 年之前
  Daniel Alm 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 年之前
  Daniel Alm 5415f16508 Have `make project` tell the user how to install the `xcodeproj` gem. 7 年之前
  Daniel Alm b5e7c19cc2 Avoid displaying the comment about setting the generated project's indentation settings when running `make`. 7 年之前
  Daniel Alm 56652765b2 Add a script to fix the project's indentation settings. 7 年之前
  Tim Burks 12df04f87e move examples under Sources/Examples 7 年之前
  Daniel Alm 05890b5054 Also move the Simple example into `Sources/`. 7 年之前
  Daniel Alm 34bef30f56 Fix `make test-plugin`. 7 年之前
  Daniel Alm 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 年之前
  Daniel Alm 1c4dfa6da5 Add the new protobuf plugin binaries to .gitignore and to `make clean`. 7 年之前
  Tim Burks aa746f8591 Move protoc-gen-swiftgrpc plugin to main Sources directory. 7 年之前
  Tim Burks 5f5c121670 Add functional testing of the Echo example to the top-level "make test". 7 年之前
  Tim Burks 6462c1db79 Replace ExampleTests with direct builds of the Echo and Simple examples in "make test". 7 年之前
  Tim Burks 3cfc04a783 Move Google samples under a common directory + minor cleanup of Makefile. 8 年之前
  Tim Burks e8d2b1350b Update Examples to version 0.2.1 + minor cleanup. 8 年之前
  Tim Burks b75af1674c Replace libz link dependency with a reference to an external source package. 8 年之前
  Tim Burks 1f99975087 Update Xcode-based examples for Swift 3.1, Xcode 8.3.2, and other build problems. 8 年之前
  Tim Burks 1d7d131212 Update swift-protobuf to 0.9.901 8 年之前
  Tim Burks 7ac0661724 Generate SwiftGRPC.xcodeproj in the top-level Makefile. 8 年之前
  Tim Burks d5591ca187 Makefile improvements. 9 年之前
  Tim Burks 05f6d68d29 Fix build configuration in Makefile. 9 年之前
  Tim Burks 20e0cf1bb2 Reorganize vendored gRPC core code, moving it into CgRPC. 9 年之前
  Tim Burks 421bb6def6 Add vended BoringSSL and gRPC_Core code to simplify distribution. 9 年之前
  Tim Burks ad10cfa998 First unit test. 9 年之前