Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-03-24 | Set hidden visibility for StringView | Julian Andres Klode | 1 | -1/+2 |
2016-01-15 | string_view: Drop constexpr constructor for standard compatibility | Julian Andres Klode | 1 | -10/+4 |
2016-01-15 | provide a constexpr char[] overload for APT::StringView | David Kalnischkies | 1 | -4/+10 |
2016-01-15 | return correct position in APT::StringView::(r)find | David Kalnischkies | 1 | -8/+16 |
2016-01-08 | operator==(char*, StringView) use StringView.operator== | Julian Andres Klode | 1 | -1/+1 |
2016-01-07 | StringView: rfind: pos should be end of substr, not start | Julian Andres Klode | 1 | -1/+1 |
2016-01-07 | StringView: pos argument default should be npos | Julian Andres Klode | 1 | -2/+2 |
2016-01-07 | StringView::rfind(): Call rfind() instead of find() on subst | Julian Andres Klode | 1 | -1/+1 |
2016-01-07 | Introduce internal APT::StringView class | Julian Andres Klode | 1 | -0/+112 |