summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/string_view.h
AgeCommit message (Expand)Author
2019-12-26Fixed system() using coolstar's patch and added other required patchesJaywalker
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2016-11-22Compare size before data when ordering cache bucket entriesJulian Andres Klode
2016-03-24Set hidden visibility for StringViewJulian Andres Klode
2016-01-15string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode
2016-01-15provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies
2016-01-15return correct position in APT::StringView::(r)findDavid Kalnischkies
2016-01-08operator==(char*, StringView) use StringView.operator==Julian Andres Klode
2016-01-07StringView: rfind: pos should be end of substr, not startJulian Andres Klode
2016-01-07StringView: pos argument default should be nposJulian Andres Klode
2016-01-07StringView::rfind(): Call rfind() instead of find() on substJulian Andres Klode
2016-01-07Introduce internal APT::StringView classJulian Andres Klode