aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Collapse)AuthorAge
...
| | | | | * Make sample app easier to understandGravatar Jorge Canizales2015-05-31
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | - Remove the launch screen. - Add a label explaining where to look for the code and results. - Delete unnecessary boilerplate code.
| | | | * Remove remaining tests and RouteGuide from sample appGravatar Jorge Canizales2015-05-31
| | | | |
| | | | * Add RemoteTests as GRPCClientTests to tests projectGravatar Jorge Canizales2015-05-31
| | | | |
| | | | * Add SampleTests as LocalClearTextTests to tests projectGravatar Jorge Canizales2015-05-31
| | | | |
| | | | * Add RouteGuideClient to tests’ PodfileGravatar Jorge Canizales2015-05-31
| | | | |
| | | | * Move RouteGuideClient to generated_libraries/Gravatar Jorge Canizales2015-05-31
| | | |/
| | | * Delete RemoteProtoTests from sample appGravatar Jorge Canizales2015-05-30
| | | |
| | | * Add RemoteProtoTests as InteropTests to tests projectGravatar Jorge Canizales2015-05-30
| | | |
| | | * Add RemoteTestClient to tests' PodfileGravatar Jorge Canizales2015-05-30
| | | |
| | | * Point Podfile of sample app to new RemoteTestsClient locationGravatar Jorge Canizales2015-05-30
| | | |
| | | * Move RemoteTestClient files to /objective-cGravatar Jorge Canizales2015-05-30
| |_|/ |/| | | | | | | | The tests are going to use it too
| | * Fix problem loading certs for tests of library projectsGravatar Jorge Canizales2015-05-30
| | | | | | | | | | | | | | | In library projects (cf. app projects) the main bundle is nil. `NSBundle+bundleForClass:` works in both types of projects. Also makes the library load the certificates only once.
| * | Fix podspec example in README to work with dir hierarchiesGravatar Jorge Canizales2015-05-29
| |/ | | | | Because the sample protos were all in a flat directory, I hadn't noticed the issue.
* | Remove empty class AllTestsGravatar Jorge Canizales2015-05-29
| |
* | Add a few unit tests for GRXGravatar Jorge Canizales2015-05-29
| |
* | Install GRX into RxLibraryUnitTests.mGravatar Jorge Canizales2015-05-29
| |
* | Podfile to link RxLibrary to its unit testsGravatar Jorge Canizales2015-05-29
| |
* | Minimal "test library" projectGravatar Jorge Canizales2015-05-29
|/
* Fix for changed parseFromData: signature (now parseFromData:error:)Gravatar Marc Wandschneider2015-05-27
|
* Move anchors above headers, so TOC links work properlyGravatar Jorge Canizales2015-05-26
|
* Update README.mdGravatar Jorge Canizales2015-05-26
|
* Add TOC and anchors in the headersGravatar Jorge Canizales2015-05-26
|
* Add simpler instructions for ObjC (using Homebrew)Gravatar Jorge Canizales2015-05-26
| | | It also clarifies the Cocoapods part for people new to Cocoapods, and links to the sample app for examples on how to use the generated library.
* Merge pull request #1715 from jcanizales/fixes-evil-typoGravatar Michael Lumish2015-05-21
|\ | | | | Fix typo in README commands to compile protos!
| * Fix typo in README commands to compile protos!Gravatar Jorge Canizales2015-05-21
| | | | | | Let's fix this before everybody hates me.
* | Point sample app to official protobuf podspecGravatar Jorge Canizales2015-05-21
|/
* Fixed writer commentGravatar murgatroid992015-05-20
|
* Fixed boolean variableGravatar murgatroid992015-05-20
|
* Added cancel_after_first_response testGravatar murgatroid992015-05-20
|
* Merge pull request #1671 from jcanizales/add-codegen-instructionsGravatar Michael Lumish2015-05-20
|\ | | | | Add instructions to generate code and integrate it
* \ Merge pull request #1664 from jcanizales/renames-grx-writeable-methodsGravatar Michael Lumish2015-05-20
|\ \ | | | | | | Rename GRXWriteable methods
| | * Add instructions to generate code and integrate itGravatar Jorge Canizales2015-05-19
| |/ |/|
| * s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
| |
| * s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
| |
* | Copy values before buffering them.Gravatar Jorge Canizales2015-05-18
| | | | | | | | So they aren’t mutated before being written later.
* | Add warning about the perils of buffering without boundsGravatar Jorge Canizales2015-05-18
|/
* Use BufferedPipe to add PingPong test and fix Cancel testGravatar Jorge Canizales2015-05-18
|
* Adds GRXBufferedPipeGravatar Jorge Canizales2015-05-18
|
* Fix false positive in server streaming testGravatar Jorge Canizales2015-05-18
|
* Move sample app to proto3 and clarify usage exampleGravatar Jorge Canizales2015-05-17
|
* Adds local sample test using generated serviceGravatar Jorge Canizales2015-05-17
|
* Moves the RouteGuide local tests to proto3Gravatar Jorge Canizales2015-05-17
|
* Regenerates RouteGuide library as proto3Gravatar Jorge Canizales2015-05-17
|
* Move our runtime to proto3 and make the dependency explicitGravatar Jorge Canizales2015-05-17
|
* Adjust remote tests to use proto3Gravatar Jorge Canizales2015-05-17
|
* Make the test.proto etc proto3, regenerate files, adjust podspec and PodfileGravatar Jorge Canizales2015-05-17
| | | | | | Generated by running protoc --objc_out=. --objcrpc_out=. *.proto in this directory. Generates separate files until GeneratorContext::OpenForInsert/Append works. A temporary podspec for the proto3 runtime is being used, pending the official.
* Some modifications based on commentsGravatar murgatroid992015-05-15
|
* Fixed cancellation testsGravatar murgatroid992015-05-15
|
* Added more interop testsGravatar murgatroid992015-05-15
|
* Added server_streaming interop testGravatar murgatroid992015-05-15
|