Jorge Canizales
10726f0421
Have Travis build the Sample app with frameworks too
8 years ago
Jorge Canizales
8e428073a5
travis.yml: format spacing to highlight test scheme
8 years ago
Jorge Canizales
a5e86f3aef
SwiftSample app: ProtoMethod -> GRPCProtoMethod, etc.
8 years ago
Jorge Canizales
d7f0e87708
Sample app: ProtoMethod -> GRPCProtoMethod
8 years ago
Jorge Canizales
ac06cf09be
SwiftSample app: solve XCode config warnings
8 years ago
Jorge Canizales
57dab92811
Sample app: solve XCode config warnings
8 years ago
Jorge Canizales
7f097a14c2
Build sample app both with and without frameworks
8 years ago
Jorge Canizales
545bad349c
Misc test scripts cleanup:
...
- Echo commands
- Remove generated code before pod install
- Don’t “clean” before “build”
8 years ago
Jorge Canizales
f4df3d2d02
Don’t care about installed protoc in the test scripts
8 years ago
Jorge Canizales
4a72356bd3
SwiftSample: always use frameworks
8 years ago
Jorge Canizales
7ed4fb7e3c
Use google/protobuf/empty.proto in the sample apps
8 years ago
Jorge Canizales
93bd780a9c
Solve warnings by adding headers not included by grpc.h
...
The two log.h can’t be listed, though, as they include the nefarious
<inttypes.h> (See discussing at BoringSSL.podspec). Not listing them
seems to be alright, though.
8 years ago
kpayson64
9b45afbbc5
Merge pull request #7376 from grpc/jcanizales-fix-protobuf-import
...
Don't always import Protobuf like a framework
8 years ago
kpayson64
b0d33951e1
Merge pull request #7384 from soltanmm/import-stallion
...
Move Python.h include out of loader code
8 years ago
Stanley Cheung
db782ca03d
Merge pull request #7389 from stanley-cheung/php-fix-interop-test-1_0
...
PHP: fix interop tests breakage
8 years ago
kpayson64
57e89b08d4
Merge pull request #7378 from kpayson64/py_doc_touchup
...
Document rpc details as string type
8 years ago
Stanley Cheung
febe79116c
php: fix interop tests breakage
9 years ago
Masood Malekghassemi
3acddb20db
Remove Python 'loader' hack
9 years ago
Nicolas Noble
a529300053
Merge pull request #7346 from murgatroid99/ruby_ga_documentation_fixes
...
Improved some Ruby inline documentation
9 years ago
Masood Malekghassemi
e9b90e5e1f
Move Python.h include out of loader code
...
To make a certain private code base work in a certain way nicer than the
current way.
9 years ago
kpayson64
85fa79d228
Merge pull request #7363 from stanley-cheung/php-prepare-for-ga-v1_0branch
...
php: prepare for GA release
9 years ago
kpayson64
279d8369d5
Merge pull request #7375 from soltanmm/zomg
...
Fix missing source file
9 years ago
kpayson64
45b509a7d1
Merge pull request #7354 from soltanmm/prescribe-more-rest
...
Restructure reStructured text to be valid
9 years ago
Ken Payson
c41f81aeeb
Document rpc details as string type
9 years ago
Jorge Canizales
800a71cfb3
Don't always import Protobuf like a framework
...
If the macro isn't set, e.g. for Bazel compilations, import the way it was done before fb4a54541a
.
9 years ago
Masood Malekghassemi
c153337d04
Fix missing source file
9 years ago
kpayson64
cb6d26afd0
Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msg
...
Remove unnecessary "Failed parsing HTTP2" detail
9 years ago
Stanley Cheung
6085191145
add back version to composer.json file
9 years ago
makdharma
9195ea0f2a
Merge pull request #7359 from jcanizales/p0-protoc-podspec
...
Distribute ProtoC and the plugin as pods
9 years ago
Stanley Cheung
67bccfed99
php: prepare for GA release
9 years ago
kpayson64
875f633cda
Merge pull request #7355 from soltanmm/count-bleck
...
Add special methods to generated Python docs
9 years ago
Jorge Canizales
1e6d1272df
Set Travis clone depth to 1, to alleviate workload
...
This should make Travis only test the last commit of every PR.
9 years ago
Jorge Canizales
76628706ac
Fix Travis not finding !ProtoCompiler-gRPC.podspec
9 years ago
Nicolas Noble
f439736c77
Merge pull request #7356 from nicolasnoble/cherry-pick-fix
...
Use test roots.pem in test - cherry-picking for v1.0.x
9 years ago
yang-g
7ace180dde
Use test roots.pem in test
9 years ago
Jorge Canizales
7be9450cf2
Merge pull request #7350 from nicolasnoble/upmerge-0_15-1_0
...
Upmerge 0.15 -> 1.0
9 years ago
kpayson64
e99acfff14
Merge pull request #7338 from kpayson64/remove_py_cruft
...
Removed early adopter code
9 years ago
Masood Malekghassemi
48d07c6489
Add special methods to generated Python docs
...
Also removes an old-now-spurious `make` invocation from the docgen.py
helper script.
9 years ago
Masood Malekghassemi
165f9a713b
Restructure reStructured text to be valid
9 years ago
Nicolas "Pixel" Noble
5dcb89bc14
Merge branch 'release-0_15' into v1.0.x
...
Conflicts:
.gitmodules
gRPC.podspec
9 years ago
Jorge Canizales
a24195b15a
Merge pull request #7341 from nicolasnoble/podspec-no-template-0_15
...
gRPC.podspec shouldn't be a template anymore.
9 years ago
Ken Payson
4d425522bf
Remove early adopter code
9 years ago
murgatroid99
580a64af24
Improved some Ruby inline documentation
9 years ago
Nicolas "Pixel" Noble
aa0b4c8084
Bringing 0.15 to protobuf beta 3.3 to satisfy both nodejs and objc.
9 years ago
kpayson64
06f779b79f
Merge pull request #7342 from kpayson64/python_metadata_def
...
Added Glossary to docs with metadata definition
9 years ago
Jorge Canizales
34b0cd0c47
Fix Travis
9 years ago
Ken Payson
f7f47a6d26
Added Glossary to docs with metadata definition
9 years ago
Nicolas "Pixel" Noble
4150e9e2f5
gRPC.podspec shouldn't be a template anymore.
9 years ago
Nicolas Noble
76c929606e
Merge pull request #7335 from nicolasnoble/master-is-1.0.0-pre1
...
Flagging master as 1.0.0-pre1.
9 years ago
Nicolas "Pixel" Noble
8c72ae43f9
Flagging master as 1.0.0-pre1.
9 years ago