aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support
Commit message (Collapse)AuthorAge
* clang-formatGravatar Vijay Pai2017-12-04
|
* Merge branch 'master' into threadnamesGravatar Vijay Pai2017-12-02
|\
| * Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
| |
* | Fix up review commentsGravatar Dave MacLachlan2017-11-30
| |
* | Add thread naming support on platforms that support it.Gravatar Dave MacLachlan2017-11-29
| | | | | | | | | | | | | | | | As a client of grpc I want to be aware of which threads are being created by grpc, and giving them recognizable names makes it significantly easier to diagnose what is going on in my programs. This provides thread names for macOS and Linux. Adding support for other platforms should be easy for platform specialists.
| * clang-formatGravatar Mark D. Roth2017-11-29
| |
| * Merge remote-tracking branch 'upstream/master' into reference_countedGravatar Mark D. Roth2017-11-29
| |\ | |/ |/|
| * Shorted "reference" to "ref".Gravatar Mark D. Roth2017-11-29
| |
| * Split tracing code into its own class.Gravatar Mark D. Roth2017-11-29
| |
| * Add tests for tracing versions of Ref() and Unref().Gravatar Mark D. Roth2017-11-28
| |
| * Remove incorrect tests for stack allocation.Gravatar Mark D. Roth2017-11-28
| |
| * Code review changes.Gravatar Mark D. Roth2017-11-28
| |
| * clang-formatGravatar Mark D. Roth2017-11-28
| |
| * Implement MakeReferenceCounted<> helper.Gravatar Mark D. Roth2017-11-28
| |
| * Add ReferenceCountedPtr class.Gravatar Mark D. Roth2017-11-28
| |
| * Use New() and Delete() instead of C++ new and delete.Gravatar Mark D. Roth2017-11-28
| |
| * Add ReferenceCounted base class.Gravatar Mark D. Roth2017-11-27
| |
* | Remove lockfree stack, againGravatar Vijay Pai2017-11-22
|/
* Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar ncteisen2017-11-14
|\
* | clang fmtGravatar ncteisen2017-11-13
| |
* | Fix Bazel buildGravatar ncteisen2017-11-13
| |
* | split POC into real testGravatar ncteisen2017-11-13
| |
| * clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| |
| * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|/
* Reduce # of arithmetic ops to reduce time spent in this test.Gravatar Vijay Pai2017-11-09
|
* Merge masterGravatar Yash Tibrewal2017-11-06
|\
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| |
* | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| |
* | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
|/
* Merge github.com:grpc/grpc into vectorGravatar Craig Tiller2017-10-12
|\
* | Add abseil to core, use it for InlinedVectorGravatar Craig Tiller2017-10-05
| |
| * Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-07
| |\ | |/ |/|
* | Merge pull request #12080 from y-zeng/connectivityGravatar Yuchen Zeng2017-09-07
|\ \ | | | | | | Reconnect channels automatically in C++ clients
| | * Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-09-01
| | |\ | |_|/ |/| |
* | | Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
| | |
| | * Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
| | |\ | |_|/ |/| |
| * | Add gpr_is_trueGravatar Yuchen Zeng2017-08-25
|/ /
* | Adding exec_ctx to avl vtable functionsGravatar yang-g2017-07-25
| |
| * Compiling againGravatar Craig Tiller2017-07-17
|/
* Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
|\ | | | | Import mutations.
* | Revert "Remove lockfree-stack implementation that is no longer used"Gravatar Ken Payson2017-07-10
| | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21.
| * Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
| |\ | |/ |/|
* | Remove lockfree-stack implementation that is no longer usedGravatar Vijay Pai2017-06-19
| |
* | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
| * Adding dummy layering check option.Gravatar Nicolas "Pixel" Noble2017-05-19
|/
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\
| * Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-21
| |\
| | * Merge pull request #10751 from ctiller/speedup-buildGravatar Craig Tiller2017-04-20
| | |\ | | | | | | | | Speed up tests