aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/module.modulemap
Commit message (Collapse)AuthorAge
* Support codegen generic on server sideGravatar ncteisen2018-06-20
|
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
| * Merge pull request #14196 from vjpai/gpr_review_tlsGravatar Vijay Pai2018-02-08
| |\ | | | | | | GPR review: Privatize thread-local storage headers
* | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\| |
* | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\ \ \
| | | * Merge branch 'master' into gpr_review_tlsGravatar Vijay Pai2018-02-08
| | | |\ | | |_|/ | |/| |
| | * | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
| | |\ \ | | |/ / | |/| |
| | * | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
| | |\ \
| * | \ \ Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-07
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | build projectsGravatar Muxi Yan2018-02-06
| | | | |
* | | | | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |/ / / |/| | |
| * | | Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|/ / /
| | * Privatize thread-local storage headersGravatar Vijay Pai2018-01-25
| |/ |/|
| * Move cmdline and subprocess from public gpr to test/core/utilGravatar Vijay Pai2018-01-25
|/
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\ | | | | | | fix-stream-compression-config-interface
| * exec_ctx_fwd.h should never have been in public headersGravatar Vijay Pai2018-01-10
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-06
|\| | | | | | | fix-stream-compression-config-interface
* | Merge e759d2a^Gravatar Muxi Yan2017-12-06
|\ \
| | * Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
| | |
| | * Add thread pool reset on fork with FORKING_SUPPORT_ENABLEDGravatar Ken Payson2017-10-12
| | |
* | | build_projectGravatar Muxi Yan2017-10-11
| | |
| * | Make platform-specific headers textualGravatar Muxi Yan2017-10-06
|/ /
| * Make platform-specific headers textualGravatar Muxi Yan2017-10-06
|/
* Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and ↵Gravatar Muxi Yan2017-10-02
| | | | excluding some files for other build systems
* updated objc's module.modulemapGravatar David Garcia Quintas2016-08-03
|
* Solve warnings by adding headers not included by grpc.hGravatar Jorge Canizales2016-07-15
| | | | | 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.
* Add modulemap for gRPC coreGravatar Jorge Canizales2016-06-08