Jorge Canizales
|
2f0d11bf2a
|
Fix build breakage.
|
9 years ago |
Jorge Canizales
|
6f7e26a577
|
pod install on route_guide project
|
9 years ago |
Jorge Canizales
|
7fb5b3c2a0
|
nit: Use appledoc-style documentation in the example
|
9 years ago |
Jorge Canizales
|
8676d22b3d
|
Fix RouteGuide example to use the last surface
|
9 years ago |
Michael Lumish
|
ed2216b2c8
|
Merge pull request #3980 from jcanizales/redirect-to-webpage
ObjC: Start with helloworld, then the web page
|
9 years ago |
Jorge Canizales
|
1f5d62b454
|
ObjC: Start with helloworld, then the web page
|
9 years ago |
Michael Lumish
|
738220d998
|
Merge pull request #3961 from jcanizales/cocoadocs-format
Format ObjC comment docs as Cocoadocs
|
9 years ago |
Jorge Canizales
|
55e974284d
|
s/quit()/sys.exit()
|
9 years ago |
Jorge Canizales
|
5a06278868
|
Copyright notice in the .sh file
|
9 years ago |
Michael Lumish
|
8e2f4fbc5e
|
Merge pull request #3968 from jcanizales/fix-routeguide-sample
Point RouteGuide pods to local sources; update requirements
|
9 years ago |
Jorge Canizales
|
1bef95dc67
|
Style and misc fixes to the script
|
9 years ago |
Yang Gao
|
2a1a6613fd
|
Merge pull request #3950 from jcanizales/latest-clang-warning
Mark WaitForInitialMetadata as override, for Clang
|
9 years ago |
Jorge Canizales
|
8644641975
|
Undo Cocoadoc’ing TODO line.
|
9 years ago |
Jorge Canizales
|
b10776c509
|
Reformat comments as Cocoadocs
|
9 years ago |
Jorge Canizales
|
bbb7774b83
|
Make the script support multiple input files
|
9 years ago |
Jorge Canizales
|
88c3284349
|
Finished script and example output.
|
9 years ago |
Jorge Canizales
|
fef5bee020
|
Prototype script to change comment format.
Still needs implementing format_as_block, and switching input and output
to use sys.stdin.readline() and sys.stdout.write(line).
|
9 years ago |
Jorge Canizales
|
a6da17eeeb
|
Test file: GRPCCall.h
|
9 years ago |
Jorge Canizales
|
ee4a13e02b
|
Point RouteGuide pods to local sources; update requirements
|
9 years ago |
Jorge Canizales
|
0f5739be43
|
Mark WaitForInitialMetadata as override, for Clang
|
9 years ago |
Michael Lumish
|
98e4859e57
|
Merge pull request #3949 from jcanizales/fix-auth-sample
Fix auth sample
|
9 years ago |
Jorge Canizales
|
739c07896b
|
Update version requirements and point to local podspecs
|
9 years ago |
Jorge Canizales
|
707e320ca7
|
Update auth sample to beta version of gRPC
|
9 years ago |
Michael Lumish
|
432ca5976b
|
Merge pull request #3817 from jcanizales/make-testing-sane
Make testing saner
|
9 years ago |
Jorge Canizales
|
2bac1f98f9
|
The Podspec is a template. The Podspec is a template. The Podspec is a template.
|
9 years ago |
Jorge Canizales
|
2e516e4b0c
|
Refer to https://github.com/CocoaPods/CocoaPods/issues/4386 regarding hack.
|
9 years ago |
Jorge Canizales
|
208716639d
|
Ignore Objective-C generated files
|
9 years ago |
Jorge Canizales
|
dc460d28c0
|
Undo moving include/ one dir up, to ease testing workflow.
|
9 years ago |
Jorge Canizales
|
9b81d9945e
|
Undo Cocoapods’ bug workaround
|
9 years ago |
Michael Lumish
|
41a55b8491
|
Merge pull request #3808 from jcanizales/fix-hellow-world
Fix hello world example
|
9 years ago |
Michael Lumish
|
dbf75059c9
|
Merge pull request #3809 from jcanizales/extend-gitignore-to-examples
Git ignore XCode derived files across the repo
|
9 years ago |
Jorge Canizales
|
740a1cc7c3
|
Git ignore XCode derived files across the repo
|
9 years ago |
Jorge Canizales
|
2fe0dcd06b
|
Fix example to Beta version
|
9 years ago |
Jorge Canizales
|
dfe91b5471
|
Fix example pod files
|
9 years ago |
Jorge Canizales
|
9544ce73c3
|
pod install project
|
9 years ago |
Jorge Canizales
|
5354d5536c
|
Pod install in the example project
|
9 years ago |
Stanley Cheung
|
fd8daccad1
|
Merge pull request #3738 from stanley-cheung/remove_linuxbrew_reference
Remove a few more linuxbrew references
|
9 years ago |
Stanley Cheung
|
687bef6cb0
|
remove a few more linuxbrew references
|
9 years ago |
Stanley Cheung
|
0da6163a38
|
Merge pull request #3721 from stanley-cheung/php_point_release
PHP: update package.xml to prepare for 0.6.1 release
|
9 years ago |
Stanley Cheung
|
ea1372ce7c
|
php: update package.xml to prepare for 0.6.1 release
|
9 years ago |
Jan Tattermusch
|
220c017b0a
|
Merge pull request #3742 from stanley-cheung/backport_3543
Backport run_tests.py shebang fix from master
|
9 years ago |
Stanley Cheung
|
abf36b1539
|
backport part of #3543 shebang fix to release-0_11 branch
|
9 years ago |
Stanley Cheung
|
9d8c37dcfb
|
Merge pull request #3703 from stanley-cheung/php_constant_fix
Fix #2275 (Make sure PHP example can be run with Apache)
|
9 years ago |
Hannes Magnusson
|
63256a7c5e
|
Fix #2275 (Make sure PHP example can be run with Apache)
Normal constants, like most other things, are cleaned up during
RSHUTDOWN.
We need to explicitly mark them as persistent using CONST_PERSISTENT
|
9 years ago |
LisaFC
|
24b0d3c130
|
Merge pull request #3696 from nathanielmanistaatgoogle/grpc-in-3-minutes-python
"gRPC in 3 minutes" for Python
|
9 years ago |
Nathaniel Manista
|
4e7ea93614
|
"gRPC in 3 minutes" for Python
|
9 years ago |
Stanley Cheung
|
1331bf3828
|
Merge pull request #3552 from nathanielmanistaatgoogle/example-docs-moved
Mark Python example docs as moved to grpc.io
|
9 years ago |
Stanley Cheung
|
a1902c867d
|
Merge pull request #3594 from tbetbetbe/release-0_11-update-READMEs
Release 0 11 update README.mds
|
9 years ago |
Tim Emiola
|
298adbe4ed
|
Merge pull request #3597 from murgatroid99/node_fix_file_list_health
Fixed missing item in Node library file list
|
9 years ago |
murgatroid99
|
35155ae997
|
Fixed missing item in Node library file list
|
9 years ago |