aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support
Commit message (Expand)AuthorAge
* 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
|\ \
| | * 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
|\
* | Revert "Remove lockfree-stack implementation that is no longer used"Gravatar Ken Payson2017-07-10
| * 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 testsGravatar Craig Tiller2017-04-19
| | * | Use stdlib to avoid ubsan errorsGravatar Craig Tiller2017-04-19
| | |/
* | | Rewriting core tests BUILD files to use the build system.Gravatar Nicolas "Pixel" Noble2017-04-18
| * | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-14
| |\|
| | * ubsan fixesGravatar Craig Tiller2017-04-13
* | | Buildifier and wrapping test/cpp/* rules with our build system.Gravatar Nicolas "Pixel" Noble2017-04-13
| * | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-07
| |\|
| | * clang-formatGravatar Craig Tiller2017-04-03
| | * Merge branch 'arena' of github.com:ctiller/grpc into arenaGravatar Craig Tiller2017-04-03
| |/| |/| |
| | * Fix arena_test on 32-bit platforms (includes Windows)Gravatar Craig Tiller2017-04-03
| * | Allow custom deletion policies on grpc_core::UniquePtr<>Gravatar Craig Tiller2017-04-02
| * | Memory allocator for C++ in coreGravatar Craig Tiller2017-03-31
|/ /
* | Update time_cmp to ignore tv_nsec when tv_sec is INT64 MAX or MINGravatar yang-g2017-03-29
* | Make convert clock_type consistent with add/sub when dealing with extreme valuesGravatar yang-g2017-03-28
* | Merge pull request #9995 from y-zeng/cpu_testGravatar Yuchen Zeng2017-03-17
|\ \ | |/ |/|
* | Fix race conditionGravatar Craig Tiller2017-03-13
* | Concurrent testGravatar Craig Tiller2017-03-13
* | Arena allocator for grpcGravatar Craig Tiller2017-03-12
| * Avoid repetitive division calculationsGravatar Yuchen Zeng2017-03-07
|/
* Add licenses() in BUILD filesGravatar Yuchen Zeng2017-03-01
* Merge pull request #9881 from ctiller/spinlockGravatar Craig Tiller2017-02-28
|\
| * Fix memory leakGravatar Craig Tiller2017-02-27