Commit History

Author SHA1 Message Date
  Tim Burks 574c47b6a3 Merge pull request #36 from acchou/master 8 years ago
  Tim Burks 50099836c1 Merge pull request #34 from Drewsmits/develop 8 years ago
  Andy Chou 37922f1ae7 Add rudimentary installation instructions to plugin 8 years ago
  Andy Chou c8394bd370 Explicitly specify protoc plugin in Plugin test target 8 years ago
  Tim Burks 8f9c7ffbdd Merge pull request #35 from acchou/master 8 years ago
  Andy Chou 317482f1f0 Fix Echo example and improve instructions 8 years ago
  Andrew Smith e6767b6050 Changed String init to use Linux friendly implementation 8 years ago
  Tim Burks ee457d8663 Make Call message queue length and max length public. 8 years ago
  Tim Burks 8a7af4b377 Update "Simple" example to use 0.1.10 API 8 years ago
  Tim Burks 73cb10d2b7 Update Echo PackageManager sample to 0.1.10 API. 8 years ago
  Tim Burks 1785d231c5 Add error handler argument to send methods to better handle errors that occur when sending. 8 years ago
  Tim Burks 2406b332b2 Fix incorrect header path in CgRPC modulemap. 8 years ago
  Tim Burks 38dd33ea1c Update code generator to implement blocking API calls by calling nonblocking calls. 8 years ago
  Tim Burks 78efca2e65 Update Echo PackageManager example for 0.1.9 API. 8 years ago
  Tim Burks b450ad32d9 Add generators for asynchronous methods, demonstrate in Echo Mac app. 8 years ago
  Tim Burks b5aa1d9a20 Update comments in client templates. 8 years ago
  Tim Burks 258478fa3a Use optional binding when initializing a Channel with certificates. 8 years ago
  Tim Burks 7ac0661724 Generate SwiftGRPC.xcodeproj in the top-level Makefile. 8 years ago
  Tim Burks b844878758 Update Stencil to an official tagged version (0.8.0). 8 years ago
  Tim Burks 8170253611 Replace CountDownLatch with DispatchSemaphore in generated code. 8 years ago
  Tim Burks c8f9390a82 Update copyright year in headers of generated code. 9 years ago
  Tim Burks 8abff74e15 Improve plugin to handle hierarchical package names (containing dots) and spurious mentions by protoc. 9 years ago
  Tim Burks d5591ca187 Makefile improvements. 9 years ago
  Tim Burks 05f6d68d29 Fix build configuration in Makefile. 9 years ago
  Tim Burks b6f512444d Simplify example Makefiles for 0.1.8 changes. 9 years ago
  Tim Burks fa3c8fb9c8 Structural changes to better support Package Manager builds. 9 years ago
  Tim Burks 583b9651bf Fix minor inconsistency. 9 years ago
  Tim Burks 4832a7e4df Update Examples to use 0.1.7 generated API. 9 years ago
  Tim Burks 965fa0c02f Lower-case the names of functions in code generated by the plugin. 9 years ago
  Tim Burks b1845c5add Convert generated code to use CountDownLatch instead of NSCondition. 9 years ago