summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/string_view.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Set hidden visibility for StringViewJulian Andres Klode1-1/+2
2016-01-15string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode1-10/+4
2016-01-15provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies1-4/+10
2016-01-15return correct position in APT::StringView::(r)findDavid Kalnischkies1-8/+16
2016-01-08operator==(char*, StringView) use StringView.operator==Julian Andres Klode1-1/+1
2016-01-07StringView: rfind: pos should be end of substr, not startJulian Andres Klode1-1/+1
2016-01-07StringView: pos argument default should be nposJulian Andres Klode1-2/+2
2016-01-07StringView::rfind(): Call rfind() instead of find() on substJulian Andres Klode1-1/+1
2016-01-07Introduce internal APT::StringView classJulian Andres Klode1-0/+112