summaryrefslogtreecommitdiffstats
path: root/src/common/sstring.hh (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools/ceph-dencoder/sstring.h: use `char8_t` instead of `unsigned char`Max Kellermann2024-12-091-0/+1
* rgw: Replace boost::string_ref/view with std::string_viewPrateek Sachan2020-06-181-5/+5
* core: use const_iterator for decodeKefu Chai2018-05-171-2/+2
* common/sstring: switch to boost::string_view as string_ref is deprecated.Radoslaw Zarzynski2017-06-071-4/+4
* Merge pull request #15135 from cbodley/wip-denc-sstringSage Weil2017-05-311-0/+57
|\
| * sstring: add denc() supportCasey Bodley2017-05-181-0/+57
* | common: Remove redundant includesJos Collin2017-05-221-9/+0
|/
* sstring.hh: return type from str_len(...) need not be constMatt Benjamin2016-02-171-1/+1
* librgw: fix boost::basic_string_ref template instantiationMatt Benjamin2016-02-121-3/+4
* common: add (tweaked) sstring.hMatt Benjamin2016-02-121-0/+668