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
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
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
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
Nicolas "Pixel" Noble
d8c04b3603
std::function is no longer implicitly included. Fixing this.
10 years ago
Jorge Canizales
870af21d65
Merge pull request #2172 from murgatroid99/podspec_remove_include_paths
...
Move /include/... up on pod install, to put it on a search path Cocoapods supports
10 years ago
Michael Lumish
be79da21c5
Merge pull request #2187 from tbetbetbe/grpc-ruby-bump-version-for-release-branch-release
...
Bump version of grpc ruby for release on the release branch
10 years ago
Craig Tiller
eb327fba7c
Make it less likely a build.json change triggers a merge conflict
10 years ago
murgatroid99
df3557738c
Made podspec move include/grpc up a level
10 years ago
Tim Emiola
27243c223b
Bump version of grpc ruby for release on the release branch
...
- grpc ruby 0.9.3 should have released from the release branch but was not
- it needs to be re-released from that branch
10 years ago
Nicolas Noble
0c82a24848
Merge pull request #2183 from yang-g/nil
...
Only copy call details when the status is ok.
10 years ago
yang-g
a58cab30b2
release memory even if the status is false
10 years ago
Craig Tiller
31489e3aba
Move some code out of src/ into tools/
...
It shouldn't count towards coverage
10 years ago
Craig Tiller
6b4fc31f08
Merge pull request #2180 from yang-g/constness
...
Add missing headers to build.json
10 years ago
yang-g
3deb0069f4
Only copy stuff when status is ok
10 years ago
jboeuf
bcd1ff2fc3
Merge pull request #2143 from murgatroid99/core_security_conversion_warnings
...
Fixed integer conversion warnings in src/core/security
10 years ago
yang-g
01ac44bf08
Fix doxyfile for real
10 years ago
yang-g
728f29076d
clang-format messed up Doxyfile.c++, restored
10 years ago
yang-g
adfed03146
Add missing headers to build.json
10 years ago
Nicolas Noble
04da718e90
Merge pull request #2171 from ctiller/fix-polling
...
Remove return status from maybe_work.
10 years ago
Yang Gao
253aaa6b10
Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs
...
Remove Protobuf dependency for C++
10 years ago
Craig Tiller
f8fedc43d7
Merge pull request #2141 from murgatroid99/core_support_conversion_warnings
...
Fix integer conversion warnings in src/core/support
10 years ago
Craig Tiller
60401f13b7
Merge pull request #2165 from nicolasnoble/backup-poller-broke-me
...
Fixing Windows port after the removal of the backup poller.
10 years ago
Craig Tiller
aa555df7ee
Merge pull request #2175 from yang-g/constness
...
Add const to ByteBuffer methods and add tests
10 years ago
Craig Tiller
8d5bfcc9de
Merge pull request #2173 from nicolasnoble/don-t-recurse-locks
...
Fixing recursive locking under Windows.
10 years ago
yang-g
b1bbc8764d
proper init const char *
10 years ago
David G. Quintas
138f9475b7
Merge pull request #2170 from ctiller/metadata-docs
...
Add metadata batch documentation
10 years ago
Nicolas Noble
bbb9a286f8
Merge pull request #2166 from dgquintas/fix_compress_enum_parsing_win
...
Fixed warning while parsing compression enum bytes.
10 years ago
Nicolas "Pixel" Noble
04a841f29a
Fixing recursive locking under Windows.
...
Shutting down is synchronous under Windows, so we don't want to do that while holding a lock.
10 years ago
Yang Gao
89c5a56233
Add const to ByteBuffer methods and add tests
10 years ago
murgatroid99
5676cd1b5a
Undid removal of podspec header comments
10 years ago
murgatroid99
33863680df
Removed redundant include paths from podspec
10 years ago
Nicolas Noble
a14ebbbe40
Fixing Windows port after the removal of the backup poller.
...
With the backup poller gone, the caller of grpc_pollset_work is expecting it to sleep. Aligning the behavior of the Windows port with the behavior of the Posix port.
10 years ago
Craig Tiller
493542f444
Remove return status from maybe_work.
...
Since alarm checks may mutate work deadlines for pollsets, the value
returned from maybe_work is meaningless. Instead, maybe pollset_work
always return 1 if maybe_work is invoked, and then redo the deadline
check _on the next call_ to pollset_work.
10 years ago
Craig Tiller
cb89db7312
Add metadata batch documentation
10 years ago
Nicolas Noble
3e5964f8fb
Merge pull request #2164 from ctiller/all-my-little-snowflakes
...
Fix flaky test
10 years ago
Nicolas Noble
10dfcc0d9c
Merge pull request #2158 from murgatroid99/generated_files_info_message
...
Generated files info message
10 years ago
Nicolas Noble
1d7683d13f
Merge pull request #2142 from murgatroid99/core_json_conversion_warnings
...
Fixed integer conversion warnings in src/core/json
10 years ago