Esun Kim
ec58a346f9
Changed C99 to C11 ( #29687 )
...
* Changed C99 to C11
* Remove gnu99 option
* Switch to gnu11 for xcode
3 years ago
Esun Kim
03e9ac6f1f
Requiring C++14 ( #29589 )
3 years ago
Richard Belleville
468768865b
Make Buildifier Sanity Test Strict ( #27807 )
...
* Fix all lint errors in repo.
* Use strict buildifier by default
* Whoops. That file does not exist
* Attempt fix to buildifier invocation
* Add missing copyright
3 years ago
Craig Tiller
d1e01ac139
Add a test for a (now-illegal) build file construct ( #27602 )
...
* Add a test for a (now-illegal) build file construct
* add to test suite!
* fix
* fix
* fix syntax
3 years ago
yulin liang
3bc612374c
Fix required a higher minimum deployment target of Auth Sample Test ( #25736 )
4 years ago
Esun Kim
e7afadc255
Refactor examples BUILD files
4 years ago
Esun Kim
86050be0cf
Clean up DEPLOYMENT_TARGET
4 years ago
Esun Kim
ccf3cbc6b7
Bump iOS and OSX version
4 years ago
Richard Belleville
aa942b0e82
Fix duplicated generated file
4 years ago
Patrice Chalin
ff391fef8b
Fix broken link to Objective-C tutorial
5 years ago
Patrice Chalin
5ac3aa789f
Docs: fix links to grpc.io tutorial pages
5 years ago
Jan Tattermusch
21512217f2
get rid of the https://grpc.io/release plague
5 years ago
Muxi Yan
9bda9e9cb5
Add additional comments
5 years ago
Muxi Yan
c0b85e5a46
clang-format
5 years ago
Muxi Yan
264d71be4c
Update RecordRoute
5 years ago
Muxi Yan
f830dde7c8
Remove GRPCProtoResponseHandler implementation since no longer needed
5 years ago
Muxi Yan
91cc01e541
nit fix
5 years ago
Muxi Yan
38d361c398
Update GRPCUnaryResponseHandler with generics
5 years ago
Lidi Zheng
c34bef4ca4
Format all Bazel files with buildifier
5 years ago
Muxi Yan
c562da0f76
Start the call directly
5 years ago
Muxi Yan
d2f96d6d64
Use new transport selector
5 years ago
Muxi Yan
b3b736fa59
Merge examples/objectivec/README into Hello World's README
5 years ago
Zhehao /Tony/ Lu
7c4b45de43
Little changes
5 years ago
Zhehao /Tony/ Lu
92c5f26ca8
Added a note at the top
5 years ago
Zhehao /Tony/ Lu
6d03b59d7e
Added readme for objc examples (Bazel build)
5 years ago
Tony Lu
21c6531bc0
Added targets for other examples in objective-c examples
5 years ago
Tony Lu
f4037db1fb
Added manual tag and buildtest example
5 years ago
Tony Lu
a01edec47a
Added helloworld sample with Bazel build
5 years ago
Muxi Yan
f5262fe259
Update objc examples to use v2 API
6 years ago
Muxi Yan
97ec5c1d68
Bump version to v1.17.0
6 years ago
Muxi Yan
77c4e956de
Update comments
6 years ago
Muxi Yan
25d7a97bca
Move README.md to helloworld_macos
6 years ago
Muxi Yan
5e754a182c
Add MacOS example
6 years ago
Craig Tiller
d996379030
Reset OWNERS state
7 years ago
Muxi Yan
75cb3c25d9
Add @muxi and @makdharma as owners of ObjC related files
7 years ago
Mehrdad Afshari
bb3d95b643
Use https://grpc.io consistently as the canonical URL
7 years ago
Mehrdad Afshari
976eb7c4b4
Fetch grpc.io/release over https
7 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Jan Tattermusch
a22a19fd64
fix markdown
8 years ago
Jorge Canizales
4a18c67b77
Move Podspecs to v1
8 years ago
Jorge Canizales
72dce2dfbc
Update podspecs to use Protobuf 3.0.0
...
The SwiftSample doesn’t build in this commit, but I need to sync with
head anyway so I’ll first merge v1.0.x into this branch and then debug.
8 years ago
Jorge Canizales
70ded7eecc
Update sample and test versions to -pre1.1
...
To use the 3.0.0-beta-4 version of protoc, which has the fix for oneofs
when using dynamic frameworks.
8 years ago
Jorge Canizales
6e2832af29
Downloaded plist with new keys needed by Firebase SDK
8 years ago
Jorge Canizales
f8c4580939
Commit as 1.0.0-pre1 so we can release already.
8 years ago
Jorge Canizales
e4704d3eda
“Allow non-modular includes in framework modules”
...
It’s the magic sentence that allows pods dependent on RxLibrary to be
archived correctly by XCode.
It’s less than ideal, and seems arbitrary (why RxLibrary specifically?),
so we’ll try to produce a minimal case and open an issue with it in the
Cocoapods repo.
8 years ago
Jorge Canizales
854b81a83b
Advance versions from 0.14 -> 1.0
...
Pending:
- Tag BoringSSL repo.
- Tag gRPC repo.
- Build the plugin, zip it, and add it to the release.
- Push Cocoapods to trunk.
8 years ago
Jorge Canizales
8f525f9bc5
Fix: Cocoapods doesn’t like dirs that start with ./
...
I wasted a huge amount of time debugging this madness.
8 years ago
Jorge Canizales
45bb7f36b4
Use the deployed protoc spec in samples and README
8 years ago