aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Collapse)AuthorAge
* Merge pull request #4480 from jcanizales/swift-sampleGravatar Michael Lumish2016-01-04
|\ | | | | Update Swift sample’s XCode project to latest Swift version
* | Prevent warnings on dictionaries w/o string keysGravatar Jorge Canizales2015-12-17
| | | | | | Because the category makes the protocol apply to all `NSMutableDictionaries`, it can't assume keys are `NSString`. Because these types are covariant, the change is not breaking.
| * Update Swift sample’s XCode project to latest Swift versionGravatar Jorge Canizales2015-12-15
|/
* Mark the GRPCRequestHeaders protocol deprecatedGravatar Jorge Canizales2015-12-03
|
* Add the protocol back for backward compatibility.Gravatar Jorge Canizales2015-12-03
|
* Makes GRPCRequestHeaders a NSMutableDictionaryGravatar Jorge Canizales2015-12-03
| | | | | | | TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods
* Move BoringSSL.podspec into src, and point Podfiles to itGravatar Jorge Canizales2015-12-01
|
* Merge pull request #4223 from jcanizales/filter-protobuf-warningsGravatar Michael Lumish2015-12-01
|\ | | | | Filter Protobuf nullable warnings
| * Filter Protobuf nullable warningsGravatar Jorge Canizales2015-12-01
| |
* | Adjust version requirements through samples and tests.Gravatar Jorge Canizales2015-11-25
|/
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * Merge pull request #4119 from bdotdub/objc-cleanup-generated-librariesGravatar Jorge Canizales2015-11-12
| |\ | | | | | | Remove unused RouteGuideClient and move RemoteTestClient to tests
| | * Remove unused RouteGuideClient and move RemoteTestClient to testsGravatar Benny Wong2015-11-12
| | | | | | | | | | | | * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393
| * | Update Podfile to point to the right sample dependenciesGravatar Benny Wong2015-11-12
| | |
| * | Revert edit for generated_libraries RemoteTestGravatar Benny Wong2015-11-12
| | |
| * | Update location of grpc_objective_c_plugin for sampleGravatar Benny Wong2015-11-10
| | |
| * | Update ObjC sample to use the new ProtoMethod instead of GRPCMethodNameGravatar Benny Wong2015-11-10
| |/
| * Merge pull request #4009 from jtattermusch/add_badgesGravatar Michael Lumish2015-10-30
| |\ | | | | | | Add npm, gem and cocoapods badges
| | * Add cocoapods badgeGravatar Jan Tattermusch2015-10-30
| | |
| * | Fixup: Target name changed.Gravatar Jorge Canizales2015-10-28
| | |
| * | Fix documentation of testsGravatar Jorge Canizales2015-10-28
| | |
| * | Split AllTests into 4 schemesGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it.
| * | Reject nils in useTestCertsPath:testName:forHost:Gravatar Jorge Canizales2015-10-28
| | |
| * | Remove outdated routeguide testGravatar Jorge Canizales2015-10-28
| | | | | | | | | Eventually all samples will be tested.
| * | Merge pull request #3969 from grpc/release-0_11Gravatar Nicolas Noble2015-10-26
| |\ \ | | |/ | |/| Release 0 11 -> master
| | * s/quit()/sys.exit()Gravatar Jorge Canizales2015-10-26
| | |
| | * Copyright notice in the .sh fileGravatar Jorge Canizales2015-10-26
| | |
* | | s/grpc_credentials/grpc_channel_credentials for ObjCGravatar Jorge Canizales2015-10-26
|/ /
| * Style and misc fixes to the scriptGravatar Jorge Canizales2015-10-26
| |
| * Undo Cocoadoc’ing TODO line.Gravatar Jorge Canizales2015-10-26
| |
| * Reformat comments as CocoadocsGravatar Jorge Canizales2015-10-26
| |
| * Make the script support multiple input filesGravatar Jorge Canizales2015-10-26
| |
| * Finished script and example output.Gravatar Jorge Canizales2015-10-26
| |
| * Prototype script to change comment format.Gravatar Jorge Canizales2015-10-25
| | | | | | | | | | Still needs implementing format_as_block, and switching input and output to use sys.stdin.readline() and sys.stdout.write(line).
| * Test file: GRPCCall.hGravatar Jorge Canizales2015-10-25
| |
* | Git ignore XCode derived files across the repoGravatar Jorge Canizales2015-10-15
| |
| * Git ignore XCode derived files across the repoGravatar Jorge Canizales2015-10-12
| |
* | removed a few more linuxbrew referencesGravatar Stanley Cheung2015-10-08
| |
| * remove a few more linuxbrew referencesGravatar Stanley Cheung2015-10-08
| |
* | Merge branch 'grpc/master'Gravatar Nate Kibler2015-10-08
|\ \
* | | Fixed a typo in the READMEGravatar Nate Kibler2015-10-08
| | |
| * | Merge pull request #3601 from Scott84/Scott84-ObjC-Compiler-Warning-FixGravatar Jorge Canizales2015-10-07
| |\ \ | | | | | | | | Prevent warnings for pure virtual methods of GRXWriter.m
| | * | Update GRXWriter.mGravatar Scott842015-10-02
| |/ / |/| | | | | Corrected compiler warning for effectively pure virtual ObjC methods.
| * | change objcGravatar yang-g2015-10-01
|/ /
* | Removed comment from code generation and updated testsGravatar Nate Kibler2015-09-25
| |
* | Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todosGravatar Eric Anderson2015-09-23
|\ \ | | | | | | Drop issue 527 TODOs for UnaryCall interop test specification
* | | Fixes broken build due to misplaced importGravatar Nate Kibler2015-09-23
| | | | | | | | | | | | | | | The GRPCCall import must be in the header because it defines a protocol that GRPCRequestHeaders uses.
* | | Changed GRPCCall import to class forward declarationGravatar Nate Kibler2015-09-23
| | | | | | | | | | | | | | | | | | | | | The GRPCCall.h file is already correctly imported in the GRPCRequestHeaders.m implementation file. This header shouldn’t need to import GRPCCall and should specify a class forward declaration for reference.
| * | Drop issue 527 TODOs for interop specificationGravatar Nathaniel Manista2015-09-23
|/ / | | | | | | | | The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md.
| * Fix import that relies on CocoapodsGravatar Jorge Canizales2015-09-17
|/