Nicolas Noble
3edd91e680
Merge pull request #2214 from ctiller/are-includes-sane
...
Add a test that headers are properly in build.json
10 years ago
Nicolas Noble
e3321cc00a
Merge pull request #2197 from jcanizales/bazel-grpc-unsecured
...
Create ObjC Bazel targets for grpc_unsecured and gpr
10 years ago
Michael Lumish
aeee0dd96a
Merge pull request #2224 from stanley-cheung/fix_php_extension_osx_configure
...
PHP: Revert wording of optional in php doc
10 years ago
Stanley Cheung
f8bfd9a76d
revert wording of optional in php doc
10 years ago
Michael Lumish
d42ad96c84
Merge pull request #2222 from stanley-cheung/fix_php_extension_osx_configure
...
php extension: do not link rt in osx
10 years ago
Stanley Cheung
76ed0cc26a
php: update README
10 years ago
Stanley Cheung
f4a99a1471
php extension: do not link rt in osx
10 years ago
Craig Tiller
88f8e940a0
Merge pull request #2219 from nicolasnoble/cascade-kick-should-happen-higher
...
Reworking the cascade kick to be Windows-specific.
10 years ago
Nicolas "Pixel" Noble
857d250764
Reworking the cascade kick to be Windows-specific.
...
This brings the Windows port more in-par with Linux. We're now making sure all of the pollsets are going to return immediately before calling the shutdown callback.
10 years ago
Jorge Canizales
d5c5de9a5c
Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes
...
Changed argument names in Objective-C generated code
10 years ago
Jorge Canizales
88412083cf
Merge pull request #2211 from murgatroid99/objective_c_retain_cycle
...
Fixed retain cycles in GRPCWrappedCall.m
10 years ago
murgatroid99
25a2661d6d
Changed argument names in Objective-C generated code
10 years ago
murgatroid99
231103ba39
Fixed name in comments
10 years ago
Michael Lumish
e25ec14601
Merge pull request #2203 from stanley-cheung/cleanup_php_scripts
...
php: refactor and cleanup some scripts
10 years ago
Craig Tiller
224b04f6ef
Make this more robust against merges
10 years ago
Craig Tiller
fe8592ee99
Merge github.com:grpc/grpc into are-includes-sane
...
Conflicts:
tools/doxygen/Doxyfile.c++.internal
10 years ago
Craig Tiller
f75fc12e3a
Add a test that headers are properly in build.json
...
Clean up anything that failed
10 years ago
Jorge Canizales
0bf7e48ade
Merge pull request #2209 from murgatroid99/objective_c_const_conversion
...
Remove const cast warning in GRPCSecureChannel.m
10 years ago
murgatroid99
dbda969039
Fixed 'retain cycle' warnings in GRPCWrappedCall.m
10 years ago
murgatroid99
4a77f3b311
Remove const cast warning in GRPCSecureChannel.m
10 years ago
Eric Anderson
e7324878a9
Merge pull request #2148 from a11r/interops
...
Expanded testing protocol
10 years ago
Craig Tiller
aff6340906
Merge pull request #2202 from nicolasnoble/don-t-recursive-lock-me
...
Let's inform the system of the lock to unlock...
10 years ago
Abhishek Kumar
7bce516b3b
Spelling fix: UnImplementedService -> UnimplementedService
10 years ago
Craig Tiller
dbf624a807
Merge pull request #2205 from nicolasnoble/threadpools-need-to-cascade-kick
...
Cascade-kick pollsets when shutting down.
10 years ago
Craig Tiller
e50bde9f9c
Merge pull request #2206 from nicolasnoble/windows-needs-to-kick-its-pollset-on-shutdown
...
On pollset shutdown, we need to unconditionally start the kick cascade.
10 years ago
Nicolas "Pixel" Noble
fcb16e1a9c
On pollset shutdown, we need to unconditionally start the kick cascade.
10 years ago
Nicolas "Pixel" Noble
e57dd66c9d
Cascade-kick pollsets when shutting down.
...
In the case we're using a threadpool, depending on where the threads are waiting in completion queue's next, they'll get stuck on shutdown because we're only kicking one of them. Instead, let's cascade-kick the pollsets when we shutdown so that we make sure all of them are exitting properly.
10 years ago
Jorge Canizales
91e67a2ddf
Regenerate BUILD file (merge didn’t add whitespace)
10 years ago
Jorge Canizales
03d26b5fe2
Merge master into bazel-grpc-unsecured to solve conflict
10 years ago
Craig Tiller
66daf23401
Merge pull request #2189 from nicolasnoble/vs2013-is-sad
...
Fixing Visual Studio 2013 build of grpc++.
10 years ago
Nicolas Noble
1e02fed4a1
Merge pull request #2185 from ctiller/it-hides-them
...
Move some code out of src/ into tools/
10 years ago
David G. Quintas
5fbec19749
Merge pull request #2167 from ctiller/everyone-is-special
...
Return dummy data for empty histograms
10 years ago
Stanley Cheung
229e8553a6
replace backticks with $()
10 years ago
Stanley Cheung
c865c318e4
php: refactor and cleanup some scripts
10 years ago
Michael Lumish
4ea9c8e6da
Merge pull request #2188 from ctiller/so-freaking-sick-of-irrelevant-merge-conflicts
...
Make it less likely a build.json change triggers a merge conflict
10 years ago
Nicolas "Pixel" Noble
3857d233f4
Let's inform the system of the lock to unlock...
...
Fixes #2190 . In grpc_pollset_work we need to pass down which lock to unlock before actually doing something.
10 years ago
Craig Tiller
9f903dad14
Merge github.com:grpc/grpc into so-freaking-sick-of-irrelevant-merge-conflicts
10 years ago
Michael Lumish
d9145d91f5
Merge pull request #2196 from jcanizales/bazel-grx
...
Add BUILD target for Objective-C's RxLibrary
10 years ago
Michael Lumish
269575ac0e
Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes
...
Have Cocoapods rename includes in the core wrapper
10 years ago
Michael Lumish
85bc52e38a
Merge pull request #2193 from jcanizales/import-based-on-path
...
Don't import using directories created by Cocoapods
10 years ago
Jorge Canizales
8c1fd042e4
Add libz dependency to grpc_unsecure_objc
10 years ago
Jorge Canizales
140bca8c5c
Generate objc_library for grpc_unsecure & gpr
10 years ago
Jorge Canizales
44dc423f99
Add BUILD target for Objective-C's RxLibrary
...
Part of https://github.com/grpc/grpc/issues/2120
Depends on https://github.com/grpc/grpc/pull/2193
10 years ago
Jorge Canizales
59bb9d7d56
Have Cocoapods rename includes in the core wrapper
...
Fixes https://github.com/grpc/grpc/issues/2194 .
10 years ago
Jorge Canizales
a92caa9db5
Import headers based on path in the generated code
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Jorge Canizales
b8881399ee
Import headers based on path in sample app
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Jorge Canizales
c42a38e53b
Import headers based on path in the tests project
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Jorge Canizales
3936ed70c9
Import headers based on path in the runtime libraries
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Jorge Canizales
ea9b4fdd27
Move header_mappings_dir one dir up so imports are like <RxLibrary/...>
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Craig Tiller
e2288fcd8d
Merge github.com:grpc/grpc into so-freaking-sick-of-irrelevant-merge-conflicts
...
Conflicts:
gRPC.podspec
templates/gRPC.podspec.template
10 years ago