aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/slice_test.c
Commit message (Collapse)AuthorAge
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* 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
|
* Enable -WconversionGravatar Craig Tiller2015-09-10
|
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
|
* Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring ↵Gravatar Julien Boeuf2015-06-29
| | | | as well.
* Adding util to get a NULL terminated string from a slice.Gravatar Julien Boeuf2015-06-24
|
* Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | fixing all subsequent errors.
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* Initial import.Gravatar Nicolas Noble2014-11-26