summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/string_view.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid overstepping bounds in config file parsingDavid Kalnischkies2021-02-031-0/+26
* StringView: Implement operator ""_svJulian Andres Klode2020-02-031-1/+4
* Allow comparing string to StringViewJulian Andres Klode2019-06-111-0/+2
* Make APT::StringView publicJulian Andres Klode2019-06-111-2/+2
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+2
* Compare size before data when ordering cache bucket entriesJulian Andres Klode2016-11-221-0/+11
* Set hidden visibility for StringViewJulian Andres Klode2016-03-241-1/+2
* string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode2016-01-151-10/+4
* provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies2016-01-151-4/+10
* return correct position in APT::StringView::(r)findDavid Kalnischkies2016-01-151-8/+16
* operator==(char*, StringView) use StringView.operator==Julian Andres Klode2016-01-081-1/+1
* StringView: rfind: pos should be end of substr, not startJulian Andres Klode2016-01-071-1/+1
* StringView: pos argument default should be nposJulian Andres Klode2016-01-071-2/+2
* StringView::rfind(): Call rfind() instead of find() on substJulian Andres Klode2016-01-071-1/+1
* Introduce internal APT::StringView classJulian Andres Klode2016-01-071-0/+112