Merge latest changes from master branch#142
Merged
murgatroid99 merged 49 commits intogrpc:new_invoke_apifrom Jan 21, 2015
ctiller:update-api
Merged
Merge latest changes from master branch#142murgatroid99 merged 49 commits intogrpc:new_invoke_apifrom ctiller:update-api
murgatroid99 merged 49 commits intogrpc:new_invoke_apifrom
ctiller:update-api
Conversation
Allows us to collect profiles of the open source build using gprof.
This change pulls out a separate pollset_kick module, which currently uses a freelist of pipes dynamically assigned to pollsets when they enter polling rather than the previous racy sharding mechanism. We ultimately may wish to eliminate the dynamic assignment for multipoll sets, but this should be sufficient for the moment.
Factor out the pollset kicking mechanism and eliminate sharding
Instead of third party simplejson module, to save a dependency.
Opportunistically use perftools if installed.
Yay fewer dependencies.
Changing tabs for spaces.
Instead of C++ or not C++, name C++ and C, in preparation for being able to name other languages in the future.
Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for.
Conflicts: build.json
Generate tests to run from build.json, not by globbing the binaries directory
Add a tool to cleanup build.json
Use clang-format-3.5
Conflicts: src/core/transport/chttp2_transport.c
Allow secure connections with fling server
Disconnect on bad connection prefix
Add extern where its required
Mac Compatibility Fix
Add ability to test build.json is clean
Generate projects
Substantially rewriting INSTALL instructions.
This caps the size of the poll kick freelist at the arbitrary value of 25.
Cap the size of the poll kick freelist.
Conflicts: src/cpp/client/channel.cc src/cpp/stream/stream_context.cc src/cpp/stream/stream_context.h src/php/ext/grpc/call.c test/core/end2end/tests/max_concurrent_streams.c
murgatroid99
added a commit
that referenced
this pull request
Jan 21, 2015
Merge latest changes from master branch
lalo
pushed a commit
to lalo/grpc
that referenced
this pull request
Oct 19, 2017
enumerations example and no-warnings test case need to depend on gbc. Closes grpc#142.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.