Commit History

Author SHA1 Message Date
  Tim Burks e47c28e81f Merge pull request #175 from MrMage/migrate-package-swift 8 years ago
  Tim Burks a27d840db6 Merge pull request #173 from MrMage/reuse-send-on-call 8 years ago
  Tim Burks 6f43f752e8 Merge pull request #170 from MrMage/add-first-xctests 8 years ago
  Daniel Alm 2cab5d2936 Migrate Package.swift to the Swift 4.0 manifest format. 8 years ago
  Daniel Alm 53c8ccaed6 Make `Handler.sendResponse` and `.receiveMessage` call through to the corresponding methods on `Call`. 8 years ago
  Daniel Alm 3e6404268d Try removing a sleep call in between tests under Linux. 8 years ago
  Daniel Alm 1db9d4d477 Add a first set of XCTest-based tests. 8 years ago
  Tim Burks cacc80d38a Merge pull request #169 from MrMage/sem-wait-indefinitely 8 years ago
  Tim Burks 2676eda57c Merge pull request #168 from MrMage/improve-example-tests 8 years ago
  Tim Burks 2131cc82db Merge pull request #167 from MrMage/fix-travis-path 8 years ago
  Tim Burks 72d155e98c Merge pull request #166 from MrMage/ignore-build-outputs 8 years ago
  Daniel Alm cab578fbd2 Replace calls to `DispatchSemaphore.wait(timeout: DispatchTime.distantFuture)` with just `.wait()`. 8 years ago
  Daniel Alm 5f66e00818 Improve the example tests. 8 years ago
  Daniel Alm 22e505c9d6 Remove the current working directoy from the Travis PATH environment variable. 8 years ago
  Daniel Alm 1c4dfa6da5 Add the new protobuf plugin binaries to .gitignore and to `make clean`. 8 years ago
  Tim Burks 4a8b3a19dc Remove redundant "Echo2" sample. 8 years ago
  Tim Burks 54e218c696 Remove unused Makefile. 8 years ago
  Tim Burks 73fc104dfb Merge pull request #164 from grpc/plugins-to-main 8 years ago
  Tim Burks aa746f8591 Move protoc-gen-swiftgrpc plugin to main Sources directory. 8 years ago
  Tim Burks 5807f3f65a Merge pull request #163 from grpc/no-templates 8 years ago
  Tim Burks ae46487c76 Template-free code generation. 8 years ago
  Tim Burks 1efd21a00a Merge pull request #162 from grpc/test-with-debug-builds 8 years ago
  Tim Burks 9af41cf0cd Add print statements to echo test to preload stdlib and avoid test deadlock. 8 years ago
  Tim Burks ae4b141221 Update Travis CI to use 4.0.3 release build. 8 years ago
  Tim Burks 55925d91b0 Test with debug builds. 8 years ago
  Tim Burks 10316035a1 Merge pull request #157 from grpc/test-sync 8 years ago
  Tim Burks 3e00aa5569 Improve test synchronization. 8 years ago
  Tim Burks dc9dcb9019 Merge pull request #159 from MrMage/deoptionalize-grpc-variables 8 years ago
  Daniel Alm b73abfe491 Make `gRPC.version` and `.gStandsFor` non-optional again, as those can safely be forcibly unwrapped. 8 years ago
  Tim Burks 423165cac2 Merge pull request #155 from MrMage/gencode-to-generics 8 years ago