Age | Commit message (Expand) | Author |
---|---|---|
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2016-11-22 | Compare size before data when ordering cache bucket entries | Julian Andres Klode |
2016-03-24 | Set hidden visibility for StringView | Julian Andres Klode |
2016-01-15 | string_view: Drop constexpr constructor for standard compatibility | Julian Andres Klode |
2016-01-15 | provide a constexpr char[] overload for APT::StringView | David Kalnischkies |
2016-01-15 | return correct position in APT::StringView::(r)find | David Kalnischkies |
2016-01-08 | operator==(char*, StringView) use StringView.operator== | Julian Andres Klode |
2016-01-07 | StringView: rfind: pos should be end of substr, not start | Julian Andres Klode |
2016-01-07 | StringView: pos argument default should be npos | Julian Andres Klode |
2016-01-07 | StringView::rfind(): Call rfind() instead of find() on subst | Julian Andres Klode |
2016-01-07 | Introduce internal APT::StringView class | Julian Andres Klode |