aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen/core
Commit message (Collapse)AuthorAge
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* Fix windows compileGravatar ncteisen2017-12-13
|
* yapf tools/distribGravatar ncteisen2017-12-11
|
* yapf tools/codegenGravatar ncteisen2017-12-11
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* minor objc test changeGravatar Yash Tibrewal2017-11-27
|
* Merge branch 'master' into execctxGravatar Yash Tibrewal2017-11-27
|\
| * Bump third_party/protobuf submodule to v3.5.0Gravatar Mehrdad Afshari2017-11-24
| |
* | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* Rebasing on master for easier merging and testingGravatar Yash Tibrewal2017-10-02
|
* some build changes, some unresolved dependenciesGravatar Yash Tibrewal2017-10-02
|
* pointer conversion for libuv build. gen_stats_data.py to generate .ccGravatar Yash Tibrewal2017-10-02
|
* gen_static_metadata.py would generate .cc now. Also fixed asan build failuresGravatar Yash Tibrewal2017-10-02
|
* Revert "General executor speedups, introspection"Gravatar Craig Tiller2017-09-26
|
* Merge pull request #12624 from yashykt/ctocc6Gravatar Yash Tibrewal2017-09-19
|\ | | | | C to C++ compilation
* | Really spell out code generationGravatar Craig Tiller2017-09-19
| |
| * static metadata and clang formatGravatar Yash Tibrewal2017-09-18
|/
* Fix schema generationGravatar Craig Tiller2017-09-13
|
* Merge github.com:grpc/grpc into stats_jsonGravatar Craig Tiller2017-09-12
|\
* | Review feedbackGravatar Craig Tiller2017-09-12
| |
* | Upload core stats to qps_testGravatar Craig Tiller2017-09-12
| |
| * Automatically generate BigQuery schema details for all countersGravatar Craig Tiller2017-09-11
|/
* Add a documentation field to stats, enforce its usageGravatar Craig Tiller2017-09-08
|
* Merge github.com:grpc/grpc into stats_histoGravatar Craig Tiller2017-09-06
|\
* | Bounds fixesGravatar Craig Tiller2017-09-05
| |
* | Fixup boundsGravatar Craig Tiller2017-09-05
| |
| * Merge pull request #12298 from markdroth/default_metadata_fixGravatar Mark D. Roth2017-09-05
| |\ | | | | | | Detect default metadata using the callout list.
* | | Fix some rounding bugsGravatar Craig Tiller2017-09-02
| | |
| * | Trying to make the code more readable.Gravatar Flavio Medeiros2017-09-02
| | |
* | | Cleanup intificationGravatar Craig Tiller2017-09-01
| | |
* | | Merge branch 'stats_histo_ints' into stats_histoGravatar Craig Tiller2017-09-01
|\ \ \
* | | | Fix one rounding bugGravatar Craig Tiller2017-09-01
| | | |
* | | | Add stats testGravatar Craig Tiller2017-09-01
| | | |
| * | | Restrict histograms to integral boundariesGravatar Craig Tiller2017-09-01
|/ / /
| | * Use a separate table to determine which callouts are default.Gravatar Mark D. Roth2017-09-01
| | |
* | | Expose histograms via microbenchmarksGravatar Craig Tiller2017-08-31
| | |
* | | Compile fixGravatar Craig Tiller2017-08-31
| | |
* | | Histogram supportGravatar Craig Tiller2017-08-30
| | |
* | | Merge branch 'stats' into stats_histoGravatar Craig Tiller2017-08-29
|\| |
| * | Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-29
| |\|
| | * Resolve performanceGravatar Muxi Yan2017-07-27
| | |
| | * Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-07-26
| | |\
| | * | Separate stream compression from message-wise compressionGravatar Muxi Yan2017-07-26
| | | |
* | | | begin building out histogram supportGravatar Craig Tiller2017-07-20
|/ / /
* | / Add a simple stats framework to gRPC C coreGravatar Craig Tiller2017-07-18
| |/ |/|
* | Reset OWNERS stateGravatar Craig Tiller2017-07-17
| |
* | Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
| |
| * generate projectGravatar Muxi Yan2017-07-12
| |
* | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846Gravatar Noah Eisen2017-07-11
|/