aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support
Commit message (Expand)AuthorAge
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
* Merge pull request #4423 from ctiller/thdGravatar Nicolas Noble2015-12-11
|\
| * Add tests for thread optionsGravatar Craig Tiller2015-12-11
* | make gpr_timespec platform agnosticGravatar Jan Tattermusch2015-12-10
|/
* Add cmdline testsGravatar Craig Tiller2015-12-10
* Merge pull request #4286 from jtattermusch/win_64bitGravatar Craig Tiller2015-12-09
|\
| * get rid of warnings on linuxGravatar Jan Tattermusch2015-12-09
* | PR commentsGravatar David Garcia Quintas2015-12-09
| * make test methods static voidGravatar Jan Tattermusch2015-12-08
| * fix bug MIN_VALUE bug in ltoa and int64toa and add testsGravatar Jan Tattermusch2015-12-08
* | Remove gpr_slice_to_cstring as it is not used anywhereGravatar Sree Kuchibhotla2015-12-08
* | expose gpr_slice_to_cstring()Gravatar Sree Kuchibhotla2015-12-08
* | Add coverage to new_with_len_ref() function (called via gpr_slice_ref()Gravatar Sree Kuchibhotla2015-12-08
* | Add test coverage for gpr_refn() functionGravatar Sree Kuchibhotla2015-12-07
* | Fix a typo in commentGravatar Sree Kuchibhotla2015-12-07
* | Improve test coverage from slice_bufferGravatar Sree Kuchibhotla2015-12-07
|/
* Fix memory leakGravatar Craig Tiller2015-11-23
* AVL: removal, and passing testsGravatar Craig Tiller2015-11-23
* AVL: creation, destroy, addGravatar Craig Tiller2015-11-23
* Fix for long-running tsan testGravatar Alistair Veitch2015-10-29
* Fix memory leakGravatar Alistair Veitch2015-10-21
* more verbose messageGravatar Alistair Veitch2015-10-20
* only print #cores seenGravatar Alistair Veitch2015-10-20
* add CPU testsGravatar Alistair Veitch2015-10-20
* clang-format all core filesGravatar Craig Tiller2015-09-22
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
* Enable -WconversionGravatar Craig Tiller2015-09-10
* First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
* clang-format all sourceGravatar Craig Tiller2015-08-18
* Removing gpr_cancelable.Gravatar Nicolas "Pixel" Noble2015-08-13
* Merge pull request #2319 from dgquintas/str_join_with_sepGravatar Nicolas Noble2015-07-19
|\
* \ Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\ \
| | * Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-17
| | |\ | |_|/ |/| |
* | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\ \ \
| | * \ Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-17
| | |\ \ | | |/ / | |/| |
| | * | Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-16
| | |\ \
| * | | | Added more tests for GPR_BITCOUNTGravatar David Garcia Quintas2015-07-15
| * | | | rewrote bitcount function as a macroGravatar David Garcia Quintas2015-07-15
| * | | | Added population count functionGravatar David Garcia Quintas2015-07-15
| * | | | Require a pointer + macro arg protectionGravatar David Garcia Quintas2015-07-15
| * | | | Added bitset macro opsGravatar David Garcia Quintas2015-07-15
| | |/ / | |/| |
| | | * Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-15
| | | |\ | | |_|/ | |/| |
| * | | clang-format changed filesGravatar Vijay Pai2015-07-14
| | * | Implement test for stack initial push edgeGravatar Craig Tiller2015-07-13
| |/ /
* | | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
* | | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| * | Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
| |\ \ | |/ / |/| |
| * | Multithreaded test of stackGravatar Vijay Pai2015-07-10
| * | Test codeGravatar vjpai2015-07-10