Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Establish Objective C end-to-end core test with Cronet | Muxi Yan | 2016-07-13 | |
| | | ||||
| * | Merge master to resolve tests podspec conflict | Jorge Canizales | 2016-07-11 | |
| |\ | |/ |/| | ||||
| * | Tests Podfile cleanup | Jorge Canizales | 2016-07-11 | |
| | | ||||
| * | Podspecs for Protoc and the gRPC plugin | Jorge Canizales | 2016-07-11 | |
| | | | | | | | | | | The examples under <repo_root>/examples now rely on the released versions. Those under src/objective-c/examples, as well as the tests, rely on protoc and the plugin as compiled from head. | |||
* | | removed unneeded import. fixes travis build | Makarand Dharmapurikar | 2016-07-08 | |
| | | ||||
* | | fixes #7219 | Makarand Dharmapurikar | 2016-07-08 | |
| | | | | | | | | | | | | | | Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto. | |||
* | | Merge pull request #7219 from jcanizales/merge-0.14-into-master | makdharma | 2016-07-08 | |
|\ \ | | | | | | | Merge 0.14 into master | |||
* \ \ | Merge pull request #7159 from jcanizales/p0-connectivity-app | kpayson64 | 2016-07-07 | |
|\ \ \ | | | | | | | | | App to manually test behavior under changing connectivity conditions | |||
| | | * | ProtoCompiler podspec | Jorge Canizales | 2016-07-01 | |
| | |/ | | | | | | | | | | | | | | | | | | | Still needed: - Make it build protoc if it’s not in the root (i.e. if we're developing locally) - Put the gRPC plugin in the GitHub release page, and add a podspec for it that does the same | |||
| | * | Merge commit '20caeb182cbc152e7e038306a9b01f438f79ca41' into ↵ | Jorge Canizales | 2016-07-01 | |
| | |\ | |_|/ |/| | | | | | merge-0.14-into-master | |||
| | * | Merge fixup: version, deployment target & spec name | Jorge Canizales | 2016-07-01 | |
| | | | ||||
* | | | Merge pull request #6992 from y-zeng/auto-build-example | makdharma | 2016-06-30 | |
|\ \ \ | | | | | | | | | Build objective-c examples as part of automatic tests | |||
| | | * | Merge master into merge-0.14-into-master | Jorge Canizales | 2016-06-30 | |
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - gRPC.podspec - Only had non-trivial changes in the core file list, which will need to be regenerated (in gRPC-Core.podspec). - src/objective-c/BoringSSL.podspec - Had trivial conflicts in the version. - src/objective-c/examples/RemoteTestClient/RemoteTest.podspec - Trivial conflicts in quoting. - src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj and src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj - The master version is used, pending testing. The 0.14 version had emoji and some unneeded entries. - src/objective-c/tests/Podfile - Added CronetFramework pod, and warning silencing from master. - templates/gRPC.podspec.template - Deleted. - third_party/protobuf - Using master commit, but need to verify if it works for frameworks. | |||
* | | | | Merge pull request #6378 from jcanizales/let-invalidate-channels | Jan Tattermusch | 2016-06-30 | |
|\ \ \ \ | | | | | | | | | | | Add a maybe-temporary way for apps to clear the channel cache | |||
| | * | | | Add comments in build_example_test.sh | Yuchen Zeng | 2016-06-30 | |
| | | | | | ||||
| | * | | | Use protoc and objc plugins built by run_test | Yuchen Zeng | 2016-06-29 | |
| | | | | | ||||
| | | * | | Add README.md explaining use of the app | Jorge Canizales | 2016-06-29 | |
| | | | | | ||||
| | | * | | Make RPCs on a loop | Jorge Canizales | 2016-06-29 | |
| | | | | | ||||
| | | * | | Add Podfile and pod install | Jorge Canizales | 2016-06-29 | |
| | | | | | ||||
| | | * | | Minimal iOS app | Jorge Canizales | 2016-06-29 | |
| |_|/ / |/| | | | ||||
| | | * | Divide gRPC-Core in Interface & Impl subspecs | Jorge Canizales | 2016-06-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This works around the Cocoapods' linter header_mapping_dir restrictions. Incidentally, it also removes the need to set build settings in the user target. | |||
| | * | | Avoid using git checkout and git clean | Yuchen Zeng | 2016-06-27 | |
| | | | | ||||
* | | | | Fix InteropTests.m | Yuchen Zeng | 2016-06-24 | |
| | | | | ||||
| * | | | Remove Unicode from the tests project | Jorge Canizales | 2016-06-24 | |
| | | | | | | | | | | | | Cocoa pods 1.0.0 introduced it, and Jenkins might have a problem with it | |||
| * | | | Ignore deprecation warning in the test of deprecated feature | Jorge Canizales | 2016-06-24 | |
| | | | | ||||
| * | | | Merge master into let-invalidate-channels | Jorge Canizales | 2016-06-24 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Had to manually resolve import conflicts in InteropTests.m To be fair, the merge algorithm should have been able to do it. | |||
| | | | * | Bump Protobuf to beta-3.1 | Jorge Canizales | 2016-06-23 | |
| | | | | | ||||
| | | * | | Merge remote-tracking branch 'upstream/master' into auto-build-example | Yuchen Zeng | 2016-06-23 | |
| | | |\ \ | | | |/ / | | |/| | | ||||
| | | * | | Fixed format issues | Yuchen Zeng | 2016-06-21 | |
| | | | | | ||||
| | | * | | Build objc examples as part of automatic tests | Yuchen Zeng | 2016-06-21 | |
| | | | | | ||||
* | | | | | Fix format issues | Yuchen Zeng | 2016-06-21 | |
| |/ / / |/| | | | ||||
* | | | | Fixed format issues | Yuchen Zeng | 2016-06-21 | |
| | | | | ||||
* | | | | Addressed review comments | Yuchen Zeng | 2016-06-21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Removed the silencing for incompatible-pointer-types Removed unused objects Fixed format issues | |||
* | | | | Merge remote-tracking branch 'upstream/master' into ios-test | Yuchen Zeng | 2016-06-20 | |
|\ \ \ \ | | |/ / | |/| | | ||||
* | | | | Enable treating warnings as errors for target gRPC | Yuchen Zeng | 2016-06-20 | |
| | | | | ||||
* | | | | Enable treating warnings as errors in objc tests | Yuchen Zeng | 2016-06-15 | |
| | | | | ||||
| * | | | fix terminal encoding for cocoapods | Jan Tattermusch | 2016-06-14 | |
| | | | | ||||
| * | | | Merge remote-tracking branch 'upstream/release-0_14' into HEAD | Jan Tattermusch | 2016-06-13 | |
|/| | | | ||||
| | | * | Update documentation and samples. | Jorge Canizales | 2016-06-08 | |
| | | | | ||||
| | | * | Pre-install hook in the Tests podspec for local dev of gRPC-Core | Jorge Canizales | 2016-06-08 | |
| | | | | ||||
| | | * | Podspec changes for generated code. | Jorge Canizales | 2016-06-08 | |
| | | | | ||||
| | | * | Tests Podfile: remove redundancy | Jorge Canizales | 2016-06-08 | |
| | | | | ||||
| | | * | Separate Core, ProtoRuntime, and RxLibrary subspecs | Jorge Canizales | 2016-06-08 | |
| | |/ | |/| | ||||
* | | | Style guide related feedback fixes. | Makarand Dharmapurikar | 2016-05-26 | |
| | | | ||||
* | | | Slight change to surface API. | Makarand Dharmapurikar | 2016-05-25 | |
| | | | ||||
| * | | Merge pull request #6671 from jcanizales/move-to-cocoapods-1 | makdharma | 2016-05-25 | |
| |\ \ | | | | | | | | | Move tests to Cocoapods 1.0.0 | |||
* | | | | Cosmetic changes to address feedback. | Makarand Dharmapurikar | 2016-05-25 | |
| | | | | ||||
* | | | | ObjC interface for using Cronet, and test for Cronet | Makarand Dharmapurikar | 2016-05-20 | |
|/ / / | ||||
| * | | Disable deterministic UUIDs in the test Podfile | Jorge Canizales | 2016-05-20 | |
| | | | ||||
| * | | Update tests XCode project to Cocoapods 1.0.0 | Jorge Canizales | 2016-05-20 | |
| | | |